Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
41ec33b
feat(harness): add bridge::info, ui::subscribe/unsubscribe, fanout sk…
ytallo May 7, 2026
283a57b
feat(harness/web): per-session workspace cwd with header field
ytallo May 7, 2026
bfb5a75
feat(harness/web): headless useCommandMenu + menu items reducer (slas…
ytallo May 7, 2026
d79cb00
feat(harness/web): rewrite Composer with slash/at/history modes
ytallo May 7, 2026
989bd10
feat(harness/web): bus function palette (Cmd-J) with JSON editor
ytallo May 7, 2026
8c37fd4
feat(harness/web): migrate session reads to session-tree + loadMessag…
ytallo May 7, 2026
4a5877f
feat(harness/web): /repair, /fork, /export md|json + fork-from-message
ytallo May 7, 2026
25e5f67
feat(harness/web): add iii-client + useConnection over iii-browser-sdk
ytallo May 7, 2026
47ec9e4
feat(harness): wire harness-ui-fanout subscribers (agent events + ses…
ytallo May 7, 2026
39ed53c
feat(harness/web): replace SSE + 4s poll with WS-pushed handlers
ytallo May 7, 2026
41fb984
feat(harness): fanout pushes for approvals + cost + workers with back…
ytallo May 7, 2026
22ebb54
feat(harness/web): live status strip + status tab
ytallo May 7, 2026
cde05d6
chore(harness): add approval-gate to demo.sh WORKERS; commit session-…
ytallo May 7, 2026
0312ce4
chore(harness/web): tsc noEmit so Vite owns the JS emit
ytallo May 7, 2026
deead38
fix(harness/web): agent_end shape, dedupe, and main layout
ytallo May 7, 2026
dd29f27
Merge branch 'feat/harness-phase-a' into feat/harness-phase-b
ytallo May 7, 2026
fc68707
Merge branch 'feat/harness-phase-a' into feat/harness-phase-b
ytallo May 7, 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
2 changes: 1 addition & 1 deletion harness/scripts/demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ WORKERS=(
shell-bash shell-filesystem subagent
provider-anthropic provider-openai
auth-credentials llm-budget
skills
skills approval-gate
)

ensure_dirs() {
Expand Down
Loading
Loading