Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
4fb7295
feat: add Terminal Bus, APC protocol, and orchestration types
190km Mar 24, 2026
917d367
feat: wire Terminal Bus into app, PTY reader, and terminal lifecycle
190km Mar 24, 2026
6f30bf1
feat: add void-ctl CLI for terminal orchestration
190km Mar 24, 2026
7ea8d9a
fix: set default-run to void so cargo run works
190km Mar 24, 2026
953b10a
feat: TCP bus server + rewrite void-ctl for Windows compatibility
190km Mar 24, 2026
010dfab
fix: filter void-ctl list by caller's workspace
190km Mar 25, 2026
d641f8c
feat: add spawn/close commands, fix all warnings
190km Mar 25, 2026
d0b3806
feat: add task system to terminal bus
190km Mar 26, 2026
8155f5a
feat: orchestration session + sidebar toggle
190km Mar 26, 2026
c577d9d
feat: kanban board, network view, and canvas edge overlay
190km Mar 26, 2026
5b74146
feat: add orchestration TOML templates
190km Mar 26, 2026
b4c5e86
feat: wire up remaining integrations
190km Mar 26, 2026
f2d4ace
fix: remove broken frustum cull from kanban and network panels
190km Mar 26, 2026
3ebbfdf
fix: inject coordination prompts into terminals on orchestration enable
190km Mar 26, 2026
3ea79dd
feat: ClawTeam-grade coordination protocol
190km Mar 26, 2026
43a7125
feat: fully autonomous orchestration — auto-spawn + auto-launch agents
190km Mar 26, 2026
fd24881
fix: cross-platform prompt injection (Windows + Unix)
190km Mar 26, 2026
09e1dd7
fix: inject coordination prompts directly into PTY input
190km Mar 26, 2026
68ea790
feat: fully autonomous orchestration — auto-spawn + auto-launch agents
190km Mar 26, 2026
ce90370
fix: inject coordination prompts into terminals on orchestration enable
190km Mar 26, 2026
6bbb2ed
fix: working orchestration — interactive Claude launch + visibility t…
190km Mar 28, 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
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,16 @@ readme = "README.md"
keywords = ["terminal", "gpu", "canvas", "egui", "wgpu"]
categories = ["command-line-utilities", "gui"]

default-run = "void"

[[bin]]
name = "void"
path = "src/main.rs"

[[bin]]
name = "void-ctl"
path = "src/bin/void-ctl.rs"

[dependencies]
# GUI
eframe = { version = "0.30", default-features = false, features = ["wgpu", "wayland", "x11"] }
Expand Down
3,248 changes: 3,248 additions & 0 deletions PRD-ORCHESTRATION.md

Large diffs are not rendered by default.

Binary file added assets/demo.mp4
Binary file not shown.
4,801 changes: 4,801 additions & 0 deletions orchestration-communication.md

Large diffs are not rendered by default.

Loading
Loading