mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-24 05:35:15 +00:00
cli: redesign run command output flow and disable todo read tool
- Show run message at execution start with UI formatting - Remove unused show() function and simplify output logic - Add agent/model display when assistant messages begin - Comment out TodoReadTool from registry - Remove mcp context7 configuration
This commit is contained in:
parent
ac7eaf21dc
commit
2c2b1ea90a
3 changed files with 13 additions and 18 deletions
|
|
@ -9,12 +9,7 @@
|
|||
"options": {},
|
||||
},
|
||||
},
|
||||
"mcp": {
|
||||
"context7": {
|
||||
"type": "remote",
|
||||
"url": "https://mcp.context7.com/mcp",
|
||||
},
|
||||
},
|
||||
"mcp": {},
|
||||
"tools": {
|
||||
"github-triage": false,
|
||||
"github-pr-search": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue