mirror of
https://github.com/bendtherules/opencode-multi-model.git
synced 2026-08-18 13:42:21 +00:00
- Bump `@opencode-ai/plugin` dependency from 1.2.27 to 1.3.0. - Introduce `cleanup` command in CLI with force and remote options. - Export `cleanupMultiModel` from core index. - Register `multi-model-cleanup` tool in plugin and update exports. - Add `CleanupOptions` and `CleanupResult` types to define cleanup behavior and results.
15 lines
270 B
JSON
15 lines
270 B
JSON
{
|
|
"name": "opencode-multi-model-tools",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "bun test"
|
|
},
|
|
"dependencies": {
|
|
"@opencode-ai/plugin": "1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.3.10",
|
|
"@types/node": "^25.5.0"
|
|
}
|
|
} |