Block a user
Modechange between chat and coding
Add j/k support for scrolling the chatbox
MCP Support
MCP integration
- Use MCP’s dynamic capability discovery so the client can query connected servers for tools/resources/prompts and build a unified registry visible to the planner and…
Introduce a Multi-Step Coding Agent Workflow
Planner access and routing
- Pass the planner a structured “capability inventory” of providers/models, including tags, budgets, and disallowed tools; the planner proposes a per-step…
Configuration & Theming Improvements
an idea for configuring providers
[providers.ollama]
enabled = true
base_url = "http://localhost:11434"
models = ["llama3.2:latest", "qwen2.5-coder:7b"]
[providers.cloud_x]
enabled =…
Documentation & Contributor Onboarding
Configuration & Theming Improvements
Logging, Undo, and Git Integration
TUI Diff Viewer & Acceptance Flow
Introduce a Multi-Step Coding Agent Workflow
Expose File-Editing Tools to the LLM (read_file/write_file/apply_patch)