opencode
opencode copied to clipboard
The open source coding agent.
Please do create deailed tutorial for windows that would be great help :)
Summary Added plugin command system that enables plugins to register custom slash commands accessible via `/command` in TUI/web. Key changes: - Commands now have a `type` field (`"template"` or `"plugin"`)...
re: https://github.com/sst/opencode/issues/5380 Be able to specify the remote dir either in the URL (`?directory=/remote/dir`) or via `--server-dir` Works with both `attach` and `run --attach`
## Problem When using LLM providers with quota limits (like zai-coding-plan), users have no visibility into their remaining quota or when it resets. This makes it difficult to track usage...
Hi, In order to be able to contribute some revelant tests: i.e. where current code coverage is low, I updated bunfig.toml to activate code coverage. This is a sample of...
### Summary This PR enhances the `stats` command to provide granular visibility into model usage. It introduces a new "MODEL USAGE" section that displays message counts, a breakdown of input...
I also had this problem when using open ode, now we've solved it! close #6290
Hi, A few more typos discovered and fixed when exploring the project: see commit diffs for details. Best, Didier
### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request It...
### Description As of v1.0.204, skills placed in the global config folder (set by `OPENCODE_CONFIG_DIR`) are not loaded. Everything else in the global config folder is working as expected e.g....