change: remove unused code

This commit is contained in:
lilong.129
2025-05-20 18:03:54 +08:00
parent 83434cca1e
commit 037e69315e
6 changed files with 28 additions and 341 deletions

View File

@@ -234,9 +234,9 @@ You can also press Ctrl+C at any time to quit.
## Configurations
- **system-prompt**: %s
- **mcp-config**: %s
`, c.planner.SystemPrompt(), c.host.config.ConfigPath)
- **system-prompt**: %s
`, c.host.config.ConfigPath, c.planner.SystemPrompt())
c.renderContent("", markdown)
}