diff --git a/TODO.md b/TODO.md index 66a2c42..138759c 100644 --- a/TODO.md +++ b/TODO.md @@ -1,12 +1,15 @@ # Things I want to do in this app - [x] Better interaction model - TUI -- [ ] Async channel integration with PlanningAgent -- [ ] Async channel integration with RalphLoop -- [ ] Spinner animation -- [ ] Help overlay -- [ ] Keyboard navigation in Kanban +- [x] Async channel integration with PlanningAgent +- [x] Async channel integration with RalphLoop +- [x] Spinner animation +- [x] Help overlay +- [x] Keyboard navigation in Kanban - [ ] Resumable conversations/sessions +- [ ] Wrapping/dynamically sized input for planning chats +- [ ] replace tool calls with tool results in planning chat view +- [ ] Respond better to 429 requests - [ ] New critique agent that will ruthlessly evaluate specs against plans - [ ] Configurable prompts for all agents - [ ] Utilize AGENTS.md if it exists