v1.5.0 — Intelligence & Architecture Edition
What's New in v1.5.0
Phase 5 — Agent Swarm Mesh
Parallel agent development in isolated git worktrees (create→dispatch→approve→merge).
raios swarm start|list|approve|rejectCLI- TCP: CreateSwarmTask / GetSwarmTask / ListSwarmTasks / ApproveSwarmTask / RejectSwarmTask
- MCP:
create_swarm_task,list_swarm_tasks,approve_swarm_task
Phase 6 — Edge Intelligence
Cosine-similarity semantic routing: natural-language → best raios capability.
raios route "<query>"CLI +route_capabilityMCP tool
Phase 7 — Evolutionary Intelligence
Learns instinct candidates from job success/failure outcomes.
raios evolve list|promote|pruneCLI- MCP:
list_evolution_candidates,promote_evolution_candidate
Phase 8 — Recursive Reasoning (Task DAG)
Agents submit a DAG of dependent shell commands; independent nodes run in parallel.
- TCP: CreateTaskGraph / ExecuteTaskGraph / GetTaskGraph
- Max 50 nodes, cycle detection, 10-min timeout, 5 unit tests
Architecture Refactor
| File | Before | After |
|---|---|---|
| cli.rs | 3001 lines | src/cli/ — 11 submodules (max 329L) |
| mcp_server.rs | 1667 lines | src/mcp/ — 7 submodules (max 380L) |
| hybrid_search + indexer | root | src/search/ |
| edge + evolution + instinct + router | root | src/intelligence/ |
33 clippy warnings → 0 | 143/146 tests green