@vaur94/opencode2-extra-toolExtra todowrite tool plugin for OpenCode V2.
0
80
80 in 7 days
31.7
Multi-signal model
4 days ago
2026-08-15
Install and configure
opencode.jsonWrites to this project's opencode.json — applies to this repository only.
opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@vaur94/opencode2-extra-tool@0.1.0"]
}Writes to ~/.config/opencode/opencode.json — applies to every project.
~/.config/opencode/opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@vaur94/opencode2-extra-tool@0.1.0"]
}If you want to modify the plugin locally, install it into the project and reference the local path.
shell
pnpm add -D @vaur94/opencode2-extra-toolopencode loads npm dependencies through its embedded runtime on startup and caches them locally — no manual global install needed.
An OpenCode V2 plugin that provides the todowrite tool.
Install
{
"plugins": ["@vaur94/opencode2-extra-tool@0.1.0"]
}
todowrite replaces the current session's full structured task list. Its input is
{ todos: [{ content, status, priority }] }; an empty list clears it.