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:
Dax Raad
2026-02-02 14:51:21 -05:00
parent ac7eaf21dc
commit 2c2b1ea90a
3 changed files with 13 additions and 18 deletions

View File

@@ -9,12 +9,7 @@
"options": {},
},
},
"mcp": {
"context7": {
"type": "remote",
"url": "https://mcp.context7.com/mcp",
},
},
"mcp": {},
"tools": {
"github-triage": false,
"github-pr-search": false,