T45–T49: TUI slash handler fixes, test fixes, cleanup#24
Merged
Conversation
- 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
…ndlers.rs for goal/loop/orchestrate modes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release prep
/goal,/loop,/orchestrate) wiringcargo checkclean (no errors)