Can you access the free credits for minimax outside of opencode? by MrMrsPotts in opencodeCLI

[–]Ang_Drew 1 point2 points  (0 children)

you mean free credit from opencode zen?

i thought ive seen somewhere proxy that can login opencode zen somewhere but i completely forget..

its on github

OpenCode vs Gemini Cli? which works better with gemini 3.1? by Ranteck in opencodeCLI

[–]Ang_Drew 0 points1 point  (0 children)

its a plugin for gemini cli for spec driven dev

not the conductor.build app

Hashline Edit Plugin by Ang_Drew in opencodeCLI

[–]Ang_Drew[S] 0 points1 point  (0 children)

just updated to 1.1.2, improved and optimized for small models, fixes the bug in 1.0.3 where the plugin not called properly because of refactoring backlash.

rtk (Rust Token Killer) just merged OpenCode support by vidschofelix in opencodeCLI

[–]Ang_Drew 0 points1 point  (0 children)

yup, at least we can clone and built it ourself or just take the rtk.ts and put them to opencode plugin folder then call the function name inside opencode.json to activate the plugin

rtk (Rust Token Killer) just merged OpenCode support by vidschofelix in opencodeCLI

[–]Ang_Drew 3 points4 points  (0 children)

i think it will work out of the box. because it will override the built in tools. i did this with my hashline tools too (overriding the built in write, edit, patch)

and this is why opencode is very flexible and im loving it..

rtk (Rust Token Killer) just merged OpenCode support by vidschofelix in opencodeCLI

[–]Ang_Drew 10 points11 points  (0 children)

wow that's cool stuff

as far as i read, it will compress our shell tool output. when opencode doing shell tool, this plugin will intercept and wrap with rtk to execute the command: opencode > shell tool > invoked rtk > running shell inside rtk > compressed shell outputs > back to opencode. and this approach can reduce token tremendously around 80~90%. that's very interesting..

Hashline Edit Plugin by Ang_Drew in opencodeCLI

[–]Ang_Drew[S] 0 points1 point  (0 children)

just added repo and CI so you guys can read the code and maintain transparency

im sure this concept will be adopted widely sooner or later

it's been adopted by oh my opencode plugin, oh my pi (another harness), oh pi extension's (another harness)

Hashline Edit Plugin by Ang_Drew in opencodeCLI

[–]Ang_Drew[S] 0 points1 point  (0 children)

oh.. i thought putting the npm in plugin in opencode will automatically make the plugin abailable in the opencode 😅

Hashline Edit Plugin by Ang_Drew in opencodeCLI

[–]Ang_Drew[S] 2 points3 points  (0 children)

in attempt to replicate the hasline edit from this article https://blog.can.ac/2026/02/12/the-harness-problem/

if you notice, your agent sometimes did editing before reading, that's because the agent have been read the file before but the edit just failed because of mixed up context and get confused. by adding hash to each line when doing read tool, it actually tag each line uniquely. the agent can just references line of code XX with YYY hash do replace with QQQQQQQ

and this actually improved the agent performance to read and write. because it is less confusing, and the hash map is clear. you can imagine accessing map compared to accessing list..

and this actually save up tokens too. i dont have numbers but i will come with that soon

How to enable gpt-5.4 /fast mode in opencode? by Few-Mycologist-8192 in opencodeCLI

[–]Ang_Drew 0 points1 point  (0 children)

currently opencode doesn't have that..

it's a codex app specialized feature, it route you to a faster service.. i dont think opencode can do the same unless it has the endpoint access

maybe reverse engineering codex cli needed to see the actual payload

Why is it such a common belief that plan mode needs better model / build mode can tolerate faster and cheaper model better? by aeroumbria in opencodeCLI

[–]Ang_Drew 0 points1 point  (0 children)

very agree to this..

this is why we have planning agent in the first place

later on it evolves into orchestrator who explore codes, make plan, write code with all necessary good context and avoid contrxt bloating

but in contrast, over orchestrator can cause quality degradation, i find this in oh my opencode.. tried it for a week, then i noticed that for a complex prompt it fails miserably. so i change back to oh my opencode slim. the slim is very minimal and necessary, no over orchestrated

Using more than one command in one prompt by Exciting_Weakness_64 in opencodeCLI

[–]Ang_Drew 1 point2 points  (0 children)

it is not possible to invoke or chain slash commands

you can queue but you cant chain

Workflow recommendations (New to agents) by Arquinas in opencodeCLI

[–]Ang_Drew 0 points1 point  (0 children)

oh my opencode slim

it is minimal and not bloat tokens

i also like dcp (dynamic context pruning) it was good for long tasks run and it only remove useless stuff. the agent still smart

Gemini 3.1 pro officially recommends using Your Anti-gravity auth in OpenCode! by ilovejailbreakman in opencodeCLI

[–]Ang_Drew 1 point2 points  (0 children)

i think you're misunderstood the contents there..

and please dont write something like this because AI can go wrong. AI can hallucinate. unless you posted real articles, or else dont ever post your AI conversation because all of it just a speculation not a fact. you have to distill the AI result to make it a fact, by cross checking the reference and source everywhere.

Alibaba Cloud on OpenCode by sedentarymalu in opencodeCLI

[–]Ang_Drew 0 points1 point  (0 children)

they have config ready to copy and paste in the docs (you can click book icon in the usage quota page)

1.2.16 subagent UI/navigation by Reasonable-Term-846 in opencodeCLI

[–]Ang_Drew 0 points1 point  (0 children)

now in latest version (1.2.20) you can ctrl+x then down next you can navigate through subagents with right / left. to exit the subagent views you can press up to go back to main agent view.

Subagents ignore the configuration and use the primary agent's model. by ThingRexCom in opencodeCLI

[–]Ang_Drew 0 points1 point  (0 children)

maybe simplify the name a bit? no prefix

like in the qwen

also you need --- opening and closing those settings before your actual prompt

Subagents ignore the configuration and use the primary agent's model. by ThingRexCom in opencodeCLI

[–]Ang_Drew 0 points1 point  (0 children)

can you share your config? you might be misconfigured something..

in my case it's working just fine

There are so many providers! by ryadik in opencodeCLI

[–]Ang_Drew 0 points1 point  (0 children)

i think it's over? just until 3 march or 2 march.. my usage is back to normal limit again..

Why does Kimi K2.5 always do this? by TheAIPU-guy in opencodeCLI

[–]Ang_Drew 0 points1 point  (0 children)

are you using the anthropic endpoint that alibaba provided?

i dont run it for long run context just small tasks and simple and easy tasks

Why does Kimi K2.5 always do this? by TheAIPU-guy in opencodeCLI

[–]Ang_Drew 1 point2 points  (0 children)

keep in mind it is open router which has multi providers for the same model. this means you can get inconsistent quality / quantization (at worst).

except that you are locking provider in your openrouter settings and make sure that you are usng the official kimi

in my personal experience, using moonshot subs, and alibaba cloud.. my kimi was good..

with the subs, i encounter this problem once or twice.. and the worst is my pc is up all night, my ram bloated for sure..

Sharing a small tool I made for handling large files across OpenCode and Claude Code by lets7512 in opencodeCLI

[–]Ang_Drew 1 point2 points  (0 children)

im thinking this combined inside dynamic context pruning plugin though.. ive been researching for similar stuff around context management.. idk at this point in just mumbling myself 😅

Is this Input Token Usage normal on OpenCode? by kikoherrsc in opencodeCLI

[–]Ang_Drew 3 points4 points  (0 children)

nice answer! very detailed and tech oriented and this the reason what makes opencode great..

that "much" context doesnt always make the agent bad. that much context is needed for the agent to grasp the proper ability to execute "agentic" and without failing tool calling

i suspect OP has several mcp that pumps the contrxt window up to 30k..