Skip to content

T45–T49: TUI slash handler fixes, test fixes, cleanup#24

Merged
bkataru merged 11 commits into
mainfrom
release/t45-t49
May 29, 2026
Merged

T45–T49: TUI slash handler fixes, test fixes, cleanup#24
bkataru merged 11 commits into
mainfrom
release/t45-t49

Conversation

@bkataru
Copy link
Copy Markdown
Member

@bkataru bkataru commented May 29, 2026

Release prep

  • T45: Complete TUI slash handlers (/goal, /loop, /orchestrate) wiring
  • T48: Fix borrow-after-move in subagent test
  • T49: Complete slash_handlers refactoring with 18 handlers
  • Full test suite green: 1627 tests passing
  • cargo check clean (no errors)

bkataru and others added 11 commits May 29, 2026 16:55
- Replace maki sine-wave splash with old green Hindi welcome popup
- Delete splash.rs, remove welcome_splash from App, add goal_mode
- Add /goal and /orchestrate slash commands, wire Ctrl+G toggle
- Default theme changed from dracula to cyan-accent default
- Create model_catalog.rs: fetch_live_models() + default_models() fallback
- Wire async NVIDIA API fetch in run_tui(), poll in main_loop
- Add URL validation to LancorBackend constructors (fixes 4 tests)
- Add insta + wiremock dev-dependencies
…_ops,async_ops,mod}.rs

- Reduces app.rs monolith (~1213 LOC) into focused submodules
- Fix import paths: re-export tui-level modules from app/mod.rs
- pub(crate) visibility for App, PermissionDialog re-exports
- All 188 crate tests still passing
…ation tests

- Split agent/mod.rs into {construction,execute,session,session_store}.rs
- Add 6 insta snapshot tests for TUI render functions (TestBackend)
- Add wiremock mock test + E2E-gated live test for model_catalog
- Fix Result generic args in test impl
- Fix visibility of message_importance after refactor
- 1518 tests passing, 0 failures
…chestrate features

- Split config/mod.rs (~1792 LOC) into {defaults,provider,routing,permissions,healing,target,tui,mcp,prompt,pawan,migration,tests}.rs
- Add 13 mock unit tests for coordinator (6) and tools (7)
- Add /loop toggle mode with loop_mode field
- Add /goal with optional argument for goal text
- Add /orchestrate stub with system message dispatch
- Fix config/tests.rs corruption and missing imports
- All 1531+ tests passing, 0 failures
- Adapt oh-my-pi IRC pattern: IrcMessage + IrcHub + IrcRelay in agent/irc.rs
- Add /irc slash command with compose modal and AgentCommand::IrcSend
- Adapt maki subagent coordination: SubagentHandle tracker, parallel batch, TUI queue
- Fix test_spawn_agents_task_missing_prompt for new validation
- All 1540+ tests passing, 0 failures
@bkataru bkataru merged commit 56ebc92 into main May 29, 2026
0 of 4 checks passed
@bkataru bkataru deleted the release/t45-t49 branch May 29, 2026 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants