improve plan manual

This commit is contained in:
2026-03-16 15:41:05 +05:30
parent 26767ddfd6
commit d9b5d6d504
@@ -23,7 +23,6 @@ Convert the existing `.opencode/tools/multi-model.ts` into a sharable npm packag
### Target State ### Target State
``` ```
opencode-multi-model/ # New npm package root
├── src/ ├── src/
│ ├── index.ts # Plugin entry point │ ├── index.ts # Plugin entry point
│ └── multi-model.ts # Tool definition (refactored) │ └── multi-model.ts # Tool definition (refactored)
@@ -243,5 +242,5 @@ npm install -D @username/opencode-multi-model
3. Use the tool: 3. Use the tool:
``` ```
Use multi-model tool to launch multiple OpenCode models Use tool multi-model with sessionName "testing" with models opencode/mimo-v2-flash-free and opencode/minimax-m2.5-free
``` ```