Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
fdedd79
feat(capsule): agent runtime status authority — state model + screen …
donbeave Jun 4, 2026
57cc27a
docs(roadmap): add TUI-refactor merge-alignment rules to agent-runtim…
donbeave Jun 4, 2026
d35a76c
docs(roadmap): add refactor reference inventory + per-file conflict map
donbeave Jun 4, 2026
4f0ca3c
feat(capsule): agent runtime status authority — Phases 2–4 + token mo…
donbeave Jun 4, 2026
609ceb0
feat(capsule): agent runtime status — Phase 5 + full Phase 6
donbeave Jun 4, 2026
1d3dd2b
feat(capsule): agent runtime status — streaming events, stuck probe, …
donbeave Jun 4, 2026
a4faf0e
docs(roadmap): mark all agent-runtime-status phases shipped; update o…
donbeave Jun 4, 2026
fd188bd
test(capsule): add roadmap-required test coverage + arbitrate.rs + bl…
donbeave Jun 4, 2026
24f210a
test(capsule): add 4 remaining roadmap-required tests; fix unused war…
donbeave Jun 4, 2026
c21c196
feat(capsule): complete Amp/OpenCode detectors + PTY e2e tests + fixture
donbeave Jun 4, 2026
b0ef42e
docs(roadmap): mark agent-runtime-status fully implemented; all 17 cr…
donbeave Jun 4, 2026
ee264ab
feat(protocol): complete event stream spec + shared palette + child-a…
donbeave Jun 4, 2026
61a11a5
feat(protocol): add agent_status.rs module + seen.rs + event_stream test
donbeave Jun 4, 2026
2676e70
chore: merge main into feature/agent-runtime-status
donbeave Jun 4, 2026
dd34394
refactor: simplify arbitrate/process/models per /simplify review
donbeave Jun 4, 2026
ab0aa3e
refactor: align with TUI-arch refactor (#495) — OSC 133 + statusbar n…
donbeave Jun 4, 2026
0efc094
fix(capsule): update status_bar integration test for new render() sig…
donbeave Jun 4, 2026
6fad120
refactor: simplify token_monitor + scan_osc133 per /simplify review
donbeave Jun 5, 2026
46ef8dd
refactor: simplify broadcast + roll-up + socket per /simplify review
donbeave Jun 5, 2026
fac8736
fix(capsule): PR review fixes — Done state, amp.rs double-count, seek…
donbeave Jun 5, 2026
1be3ade
refactor: extract seek_or_reset helper + avoid amp array clone
donbeave Jun 5, 2026
5d9b0d5
fix(capsule): PR review round 2 — same-count retry loop, cache tokens…
donbeave Jun 5, 2026
45db096
fix(capsule): PR review round 3 — codex delta, WaitSessionStatus Lagg…
donbeave Jun 5, 2026
ced5d7e
Merge remote-tracking branch 'origin/main' into feature/agent-runtime…
donbeave Jun 9, 2026
7d10014
Merge remote-tracking branch 'origin/main' into feature/agent-runtime…
donbeave Jun 10, 2026
26886fe
fix(ci): resolve PR check failures
donbeave Jun 10, 2026
32e476d
fix(docs): update runtime status repo links
donbeave Jun 10, 2026
a0f258b
docs(roadmap): rewrite agent-runtime-status as single source of truth
donbeave Jun 10, 2026
22ed67f
docs(roadmap): restore full research appendices to agent-runtime-status
donbeave Jun 11, 2026
00aaef8
docs(roadmap): close residual research gaps in agent-runtime-status
donbeave Jun 11, 2026
72b1590
feat(capsule): implement runtime status authority
donbeave Jun 11, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .codebook.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ ignore_patterns = [

words = [
"accessors",
"acp",
"acked",
"ACMR",
"admin's",
Expand Down Expand Up @@ -473,6 +474,7 @@ words = [
"powerline",
"powerset",
"preallocated",
"precmd",
"preflight",
"prerenders",
"prereq",
Expand Down Expand Up @@ -587,6 +589,7 @@ words = [
"shellouts",
"signalled",
"signalling",
"sidechain",
"sigset",
"Sigstore",
"sigstore",
Expand Down
Loading