From d9b5d6d504419075c558762a655bcf21a89638be Mon Sep 17 00:00:00 2001 From: bendtherules Date: Mon, 16 Mar 2026 15:41:05 +0530 Subject: [PATCH] improve plan manual --- .opencode/plans/1773495986494-brave-wizard.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.opencode/plans/1773495986494-brave-wizard.md b/.opencode/plans/1773495986494-brave-wizard.md index 8629287..46c4c7c 100644 --- a/.opencode/plans/1773495986494-brave-wizard.md +++ b/.opencode/plans/1773495986494-brave-wizard.md @@ -23,7 +23,6 @@ Convert the existing `.opencode/tools/multi-model.ts` into a sharable npm packag ### Target State ``` -opencode-multi-model/ # New npm package root ├── src/ │ ├── index.ts # Plugin entry point │ └── multi-model.ts # Tool definition (refactored) @@ -243,5 +242,5 @@ npm install -D @username/opencode-multi-model 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 ```