TUI-first, open-source orchestration layer for coding agents. Scan your repo, build structured plans, and route execution to Cursor CLI, Claude Code, or OpenCode — all from a polished terminal UI. Local-first. Repo-aware. CLI-native.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
5
commits
2
commits
Enhance application structure with LLM and workspace management integration. Updated the App type to include LLMRegistry and WorkspaceMgr, and implemented SaveConfig method to persist configuration changes. Modified Config struct to support LLM settings and workspace entries. Improved Extractor to utilize a configurable stemmer for keyword extraction. Added chat state management in AppState for better user interaction.
a085ef8View on GitHubImplement optimizations in memory refresh and module command execution. Improved performance by streamlining data handling and reducing unnecessary computations, enhancing overall system efficiency.
1f17b42View on GitHubRefactor error handling in memory and module commands to improve robustness. Updated various functions to handle errors gracefully by ignoring them where appropriate, ensuring smoother execution without interrupting the flow. This includes changes in memory refresh, module enrichment, and database operations.
6c31a25View on GitHubEnhance planning and running commands with module graph integration and memory management. Added new commands for memory and modules, updated database schema to support module tracking, and improved execution flow with dry-run capabilities. Refactored planner to utilize context-aware planning inputs.
e475877View on GitHub