Commit Graph

20 Commits

Author SHA1 Message Date
Affaan Mustafa
3199120abe feat: route ecc2 by handoff backlog 2026-04-08 03:47:11 -07:00
Affaan Mustafa
40ed9c7f6a feat: surface ecc2 stabilized mode 2026-04-08 03:37:48 -07:00
Affaan Mustafa
09f6bc3166 feat: surface ecc2 recovery events 2026-04-08 03:35:16 -07:00
Affaan Mustafa
d4cdeca946 feat: add ecc2 chronic saturation cooloff 2026-04-08 03:28:21 -07:00
Affaan Mustafa
a6f798e505 feat: show ecc2 chronic saturation mode 2026-04-08 03:20:47 -07:00
Affaan Mustafa
08e9d0e28b feat: surface ecc2 daemon recovery pressure 2026-04-08 03:14:20 -07:00
Affaan Mustafa
2709694b7b feat: surface ecc2 daemon activity 2026-04-08 02:40:18 -07:00
Affaan Mustafa
2d5d0e5c1d feat: add ecc2 auto-dispatch backlog sweep 2026-04-07 12:57:12 -07:00
Affaan Mustafa
7622973452 feat: add ecc2 inbox drain routing 2026-04-07 12:51:28 -07:00
Affaan Mustafa
0eb31212e9 feat: surface ecc2 session handoff lineage 2026-04-07 12:21:29 -07:00
Affaan Mustafa
27b8272fad feat: add ecc2 session messaging primitives 2026-04-07 12:13:47 -07:00
Affaan Mustafa
1d46559201 feat: make ecc2 resume spawn real runner 2026-04-07 12:01:19 -07:00
Affaan Mustafa
e923c60bee feat: add ecc2 dashboard session deletion controls 2026-04-07 11:56:07 -07:00
Affaan Mustafa
cbdced9979 feat: add ecc2 dashboard worktree cleanup control 2026-04-07 11:40:32 -07:00
Affaan Mustafa
6c2a3a2bae feat(ecc2): add tool call logging and history 2026-03-25 05:50:31 -04:00
Affaan Mustafa
0166231ddb feat(ecc2): add crash resume session recovery 2026-03-25 04:36:12 -04:00
Affaan Mustafa
44c2bf6f7b feat(ecc2): implement live output streaming per agent (#774)
- PTY output capture via tokio::process with stdout/stderr piping
- Ring buffer (1000 lines) per session
- Output pane wired to show selected session with auto-scroll
- Broadcast channel for output events
2026-03-25 04:19:50 -04:00
Affaan Mustafa
d7bcc92007 feat(ecc2): add token/cost meter widget (#775)
- TokenMeter widget using ratatui Gauge with color gradient (green->yellow->red)
- Budget fields (cost_budget_usd, token_budget) in Config
- Aggregate cost display in status bar
- Warning state at 80%+ budget consumption
- Tests for gradient, config fallback, and meter rendering
2026-03-24 22:52:52 -04:00
Affaan Mustafa
2787b8e92f feat(ecc2): implement session create/destroy lifecycle (#764)
- Process spawning via tokio::process::Command
- Session state transitions with guards (Pending->Running->Completed/Failed/Stopped)
- Stop with process kill and optional worktree cleanup
- Latest alias resolver in get_status
- SQLite store migrations for state tracking
2026-03-24 03:56:23 -07:00
Affaan Mustafa
00dce30d3b feat: scaffold ECC 2.0 Rust TUI — agentic IDE control plane
Initial scaffold for ECC 2.0, a terminal-native agentic IDE built with
Ratatui. Compiles to a 3.4MB single binary.

Core modules:
- Session manager with SQLite-backed state store
- TUI dashboard with split-pane layout (sessions, output, metrics)
- Worktree orchestration (auto-create per agent session)
- Observability with tool call risk scoring
- Inter-agent communication via SQLite mailbox
- Background daemon with heartbeat monitoring
- CLI with start/stop/sessions/status/daemon subcommands

Tech stack: Rust + Ratatui + Crossterm + Tokio + rusqlite + git2 + clap
2026-03-24 03:43:05 -07:00