Dax

Results 312 comments of Dax

opencode needs to know what the max output length is - when it doesn't it uses 32_000i can't think of a way around this - you need to specify it...

i believe opencode will load `.env` files - does that help? typically we try to avoid too much env loading as people always have complex wasy they want to load...

can you reproduce a situation where the context window gets big faster than you expect a /share a link?

i looked through your session (if you open browser console in share page it prints out an object with everything)i don't immediately notice anything suspicious - you can see in...

ahhh i think the issue is with every edit we include project level diagnostics and you have a lot of them. let me play with this

in 0.3.16 i filter out only Error diagnostics. we might remove them all together for project level ones but this is a first step

do you have any MCP servers enabled? baseline should be around 11k

we're not going to implement this at the moment - we have a plugin system in the works and we'll implement it as a plugin

hey we just reworked how config works - can you refer to readme and try again? should be simpler and all in one file now

hang onto this - we're reworking a bunch of permissions stuff and this can come after that