Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
278 commits
Select commit Hold shift + click to select a range
b44aca4
Merge pull request #8 from aoagents/fix/lcm-sm-review-comments
harshitsinghbhandari May 27, 2026
cdfd97c
Merge pull request #2 from aoagents/feat/lcm-sm-contracts
harshitsinghbhandari May 27, 2026
f975ca2
feat: add tmux runtime adapter
harshitsinghbhandari May 27, 2026
9df3fb5
feat: add git worktree workspace adapter
harshitsinghbhandari May 27, 2026
b5a344a
fix: use exact tmux targets
harshitsinghbhandari May 27, 2026
37f1fe2
fix: harden tmux runtime teardown and ids
harshitsinghbhandari May 27, 2026
0f57a19
Merge pull request #12 from aoagents/feat/9
harshitsinghbhandari May 27, 2026
f9bb4ce
Merge pull request #11 from aoagents/aa-8-tmux-worktree-adapters
harshitsinghbhandari May 27, 2026
77c01da
feat: handle draft PR lifecycle state
harshitsinghbhandari May 27, 2026
09a82d9
fix: keep draft PR reactions active
harshitsinghbhandari May 27, 2026
bbaf665
Merge pull request #13 from aoagents/feat/draft-pr-state
harshitsinghbhandari May 27, 2026
f0766eb
fix: handle SCM observer seam facts
harshitsinghbhandari May 27, 2026
586931b
feat: add zellij runtime adapter
harshitsinghbhandari May 27, 2026
db6975e
fix: tighten zellij runtime attach and launch
harshitsinghbhandari May 28, 2026
1e715ec
style: gofmt zellij runtime adapter
harshitsinghbhandari May 28, 2026
0ef3066
Merge pull request #17 from aoagents/feat/zellij-runtime
harshitsinghbhandari May 28, 2026
7afa332
Merge pull request #16 from aoagents/fix/scm-observer-seam
harshitsinghbhandari May 28, 2026
e66988a
fix: reconcile lifecycle writer contract
harshitsinghbhandari May 27, 2026
fcb3aec
fix: handle restore rollback and spawn id collisions
harshitsinghbhandari May 28, 2026
7160497
add agent-orchestrator.yaml to gitignore
harshitsinghbhandari May 28, 2026
1fee016
fix: restore revision monotonicity
harshitsinghbhandari May 28, 2026
59a654a
feat(backend): HTTP daemon skeleton (Phase 1a) — #10 (#14)
neversettle17-101 May 29, 2026
fb7dbbb
fix: guard spawn initiation and restore metadata
harshitsinghbhandari May 29, 2026
1376b01
fix: align writer contract with schema-2
harshitsinghbhandari May 29, 2026
2b4af15
Merge pull request #15 from aoagents/fix/lcm-writer-contract
harshitsinghbhandari May 29, 2026
650ecdf
fix: address LCM/SM review blockers R1, RA, R11, RB
harshitsinghbhandari May 28, 2026
8781906
Merge pull request #23 from aoagents/fix/lcm-sm-review-blockers
harshitsinghbhandari May 29, 2026
11475fb
feat(observe): reaper for liveness probe + TickEscalations heartbeat …
harshitsinghbhandari May 29, 2026
1eaaa4c
fix(observe): broaden reaper poll set + always report probe fact
harshitsinghbhandari May 29, 2026
527d9c8
Merge pull request #29 from aoagents/feat/observe-reaper
harshitsinghbhandari May 29, 2026
e5919c7
feat(tracker): Tracker port + GitHub adapter
harshitsinghbhandari May 30, 2026
f5bc4c7
feat(backend): SQLite storage layer + CDC pipeline, LCM/reaper wiring
Pritom14 May 30, 2026
23b8fe4
feat(backend): add projects and pr_enrichment tables to SQLite store
Pritom14 May 30, 2026
6e4ec49
refactor(tracker): drop Comment + Transition; v1 is read-only Get
harshitsinghbhandari May 30, 2026
d6cd245
feat(tracker): add List + Preflight to the port and GitHub adapter
harshitsinghbhandari May 30, 2026
a0020e0
refactor(tracker): address code-review findings
harshitsinghbhandari May 30, 2026
ff441aa
Merge pull request #36 from aoagents/feat/aa-26
harshitsinghbhandari May 30, 2026
4ce9044
refactor(storage): make session metadata + PR facts typed and structured
AgentWrapper May 30, 2026
b0e4fff
test(cdc): add full-stack E2E tests through the real store + snapshot…
AgentWrapper May 30, 2026
ba47212
perf(storage): allow concurrent reads; serialize writes via a mutex
AgentWrapper May 30, 2026
e5c4fd6
feat(storage,cdc): minimal 6-table schema + trigger-driven CDC (stora…
AgentWrapper May 30, 2026
cdf55eb
feat(backend): port lifecycle lane onto the new storage+CDC model
AgentWrapper May 31, 2026
0a69b84
docs(config): drop stale CDC-JSONL mention in resolveDataDir
AgentWrapper May 31, 2026
0dbd304
fix(backend): drain CDC/lifecycle goroutines without deadlocking on n…
AgentWrapper May 31, 2026
70aab5e
feat(backend): atomic PR-observation write + CDC on check status updates
AgentWrapper May 31, 2026
0672dbb
Merge pull request #37 from aoagents/feat/sqlite-storage-cdc
illegalcall May 31, 2026
ad1c4da
test(integration): LCM+SM live-fire against real SQLite store
harshitsinghbhandari May 31, 2026
ee0af28
chore: gofmt integration test file
harshitsinghbhandari May 31, 2026
6552e1e
test(integration): address greptile review
harshitsinghbhandari May 31, 2026
1a9a9ec
test(integration): check ok/err before patching session row
harshitsinghbhandari May 31, 2026
721b8b3
feat(terminal): PTY-attach terminal streaming feature package
Pritom14 May 31, 2026
edcc631
feat(httpd): mount terminal-streaming WebSocket at /mux
Pritom14 May 31, 2026
4d90d59
feat(backend): wire terminal manager into the daemon at /mux
Pritom14 May 31, 2026
cd84d94
fix(terminal): deliver ring replay and fanout atomically under sessio…
Pritom14 May 31, 2026
27fb82d
feat(backend): wire Session Manager into the daemon (real tmux + gitw…
harshitsinghbhandari May 31, 2026
c1b9e7e
chore(backend): name startSession's ctx param for forward use
harshitsinghbhandari May 31, 2026
7b9a9f5
fix(backend): drain reaper + cdc poller when startSession fails
harshitsinghbhandari May 31, 2026
9a10eac
feat(api): implement project routes with mock manager/store (#47)
Vaibhaav-Tiwari May 31, 2026
67f4215
fix(terminal): make creackPTY.Close idempotent to avoid shutdown dead…
Pritom14 May 31, 2026
3ce8115
Merge remote-tracking branch 'origin/main' into feat/terminal-streaming
Pritom14 May 31, 2026
438b830
Merge pull request #49 from aoagents/session/aa-31
Pritom14 May 31, 2026
a766a80
fix(terminal): keep open re-servable after a pane exits
Pritom14 May 31, 2026
4f77062
fix(terminal): clear conn entry before sending exited frame
Pritom14 May 31, 2026
eda39a1
fix(terminal): guard subscribe-to-assign window in openTerminal
Pritom14 May 31, 2026
11b602b
Merge pull request #50 from aoagents/feat/terminal-streaming
Pritom14 May 31, 2026
f8611de
Merge pull request #52 from aoagents/feat/wire-session-manager
harshitsinghbhandari May 31, 2026
5303c51
feat: add durable notification foundation
whoisasx May 31, 2026
83d1ea1
Merge pull request #57 from aoagents/feat/54
whoisasx May 31, 2026
4671d27
feat(backend): add cobra cli foundation
illegalcall May 31, 2026
f72facb
fix(cli): address greptile review comments
illegalcall May 31, 2026
925e707
fix(cli): verify daemon ownership before stop signal
illegalcall May 31, 2026
a614462
fix(cli): preserve live daemon state on probe failures
illegalcall May 31, 2026
2f4662b
fix(cli): handle stale start and graceful shutdown
illegalcall May 31, 2026
0d8ffcd
fix(httpd): update server_test for termMgr arg after rebase
harshitsinghbhandari May 31, 2026
2d00e46
fix(cli): harden daemon control surface and stop CLI from writing the…
i-trytoohard May 31, 2026
3680ac5
test(cli): add end-to-end smoke test + Docker/CI harness
i-trytoohard May 31, 2026
a9e8301
docs(test): correct --init rationale (suite uses a fabricated dead PID)
i-trytoohard May 31, 2026
e6661e3
test(cli): pin ExitCode mapping (usage=2, runtime=1, nil=0)
i-trytoohard May 31, 2026
4f13dd1
test(cli): add -v/--verbose mode that prints each command and full ou…
i-trytoohard May 31, 2026
c0bf99e
test(cli): port the E2E suite to cross-platform Go; slim the Docker h…
i-trytoohard May 31, 2026
721888f
Merge pull request #53 from aoagents/feat/cli-foundation
AgentWrapper May 31, 2026
28e1205
refactor(backend): collapse duplicate PR row types into one domain de…
AgentWrapper May 31, 2026
42eab57
refactor(storage): add compile-time port guards on *Store
AgentWrapper May 31, 2026
217f6b1
feat: add notifier delivery runtime
whoisasx May 31, 2026
d4622fe
fix: address notifier delivery review feedback
whoisasx May 31, 2026
041c8c8
fix: harden notification delivery leases
whoisasx May 31, 2026
d39e8e0
fix: address notifier review cleanup
whoisasx May 31, 2026
f0c57ac
docs: clarify notification routing migration
whoisasx May 31, 2026
5c07e81
fix: preserve notification surface disables
whoisasx May 31, 2026
70718f8
Merge pull request #60 from aoagents/refactor/collapse-pr-row-types
AgentWrapper May 31, 2026
d06c0ce
Merge pull request #58 from aoagents/feat/55
whoisasx May 31, 2026
cb2a00a
Revert "feat: add notifier delivery runtime"
AgentWrapper May 31, 2026
c4bbbf7
Merge pull request #63 from aoagents/revert-58-feat/55
AgentWrapper May 31, 2026
8df074b
chore(backend): add golangci-lint with a strong ruleset and clear the…
AgentWrapper May 31, 2026
80f4671
Merge pull request #61 from aoagents/chore/golangci-lint
AgentWrapper May 31, 2026
a34094e
refactor: simplify session lifecycle and zellij runtime (#62)
AgentWrapper Jun 1, 2026
c8f6050
refactor: remove activity source tracking (#62) (#66)
AgentWrapper Jun 1, 2026
f9b08aa
feat(scm): GitHub provider adapter — Observe(prURL) → PRObservation (…
harshitsinghbhandari Jun 1, 2026
424e6e8
refactor: move session status assembly to service (#62) (#67)
AgentWrapper Jun 1, 2026
3a93e33
refactor: move project manager to service layer (#68)
neversettle17-101 Jun 1, 2026
3346c6c
Add agent adapters and wire per-session agents into the session manag…
yyovil Jun 2, 2026
57bb637
Add `ao spawn` + `ao project add` (spawn a real worker end-to-end) (#77)
yyovil Jun 2, 2026
5435246
feat(cli): add minimal ao send (#83)
harshitsinghbhandari Jun 2, 2026
9058017
fix: prefix ao send messages with sender session (#85)
harshitsinghbhandari Jun 2, 2026
718a1b1
docs: add AGENTS.md (#93)
harshitsinghbhandari Jun 2, 2026
fab5451
feat(api): PR action routes — merge + resolve-comments (#88)
neversettle17-101 Jun 2, 2026
ae9fa0e
feat(cli): add ao project ls/get/rm (#90) (#91)
harshitsinghbhandari Jun 2, 2026
010b422
feat(cli): add ao session ls/get/kill/restore (#90) (#92)
harshitsinghbhandari Jun 2, 2026
bab0d2d
feat: add light backend CLI commands (#98)
harshitsinghbhandari Jun 3, 2026
210c9df
feat(cli): enrich ao doctor (#90) (#99)
harshitsinghbhandari Jun 3, 2026
e25b2ad
feat(agent): opencode adapter + activity plugin hooks (#80)
yyovil Jun 3, 2026
7880f59
refactor(backend): LLD maintainability fixes in controllers/service l…
neversettle17-101 Jun 3, 2026
0ffe714
chore: add gitignore for landing build artifacts
codebanditssss Jun 3, 2026
71e05dc
chore: scaffold next.js and tailwind for landing page
codebanditssss Jun 3, 2026
e1d7ce6
style: add landing design tokens and global styles
codebanditssss Jun 3, 2026
c74fefb
chore: add landing page images and agent logos
codebanditssss Jun 3, 2026
fbaa6d1
feat: add github repo stats helper
codebanditssss Jun 3, 2026
d0c053e
feat: add landing page section components
codebanditssss Jun 3, 2026
93f904e
feat: wire up landing page routes and layout
codebanditssss Jun 3, 2026
e10e9f1
chore: add fumadocs setup and config for docs
codebanditssss Jun 3, 2026
66a3490
chore: add remaining docs logo assets
codebanditssss Jun 3, 2026
9242868
docs: add documentation content pages
codebanditssss Jun 3, 2026
b3ed10a
feat: add docs source loader and mdx components
codebanditssss Jun 3, 2026
a8b5b6c
feat: add docs routes and layout
codebanditssss Jun 3, 2026
b40d7bc
fix: suppress hydration warning on html for theme class
codebanditssss Jun 3, 2026
86f3f08
docs: document AO technical stack (#25)
illegalcall Jun 3, 2026
d623ab2
docs: document backend code structure (#41)
illegalcall Jun 3, 2026
19b6ca5
feat: add provider-neutral SCM observer (#76)
whoisasx Jun 4, 2026
6da5d93
feat: automate OpenAPI spec + frontend TS type generation (issue #102…
neversettle17-101 Jun 5, 2026
bfb6e98
feat(scm): wire observer messenger + RepoOriginURL + persist dedup (#…
harshitsinghbhandari Jun 5, 2026
378addf
test(scm): end-to-end integration coverage for SCM observer (#109) (#…
harshitsinghbhandari Jun 5, 2026
3413acc
feat: ao session claim-pr + spawn --claim-pr wiring (#101)
harshitsinghbhandari Jun 5, 2026
a9b08cd
feat(cdc): add SSE event stream replay (#106)
Vaibhaav-Tiwari Jun 6, 2026
3c7344b
[codex] add ao hooks activity command (#113)
yyovil Jun 6, 2026
3152cdc
feat(agents): agent platform — registry, activity hooks, harness allo…
yyovil Jun 6, 2026
b13f413
feat(agents): add grok, cursor, qwen, copilot, kimi adapters (#145)
harshitsinghbhandari Jun 6, 2026
95f8b42
docs: refresh README to reflect current main (#147)
harshitsinghbhandari Jun 6, 2026
9dedae9
feat(agents): add remaining 15 adapters (droid, amp, agy, crush, aide…
harshitsinghbhandari Jun 6, 2026
c7e3a03
ci(frontend): add react-doctor check for landing site (#151)
harshitsinghbhandari Jun 7, 2026
c343c55
fix: 7 bugs from discussion #149 smoke walk (envelope, spawn, CDC, ob…
harshitsinghbhandari Jun 7, 2026
33a1ee6
feat(tracker): ApplyTrackerFacts reducer + shared observer skeleton (…
harshitsinghbhandari Jun 7, 2026
7698c24
feat(config): persist per-project agent config and resolve it at spaw…
neversettle17-101 Jun 8, 2026
5071364
fix(sessions): remove agent rules spawn path (#159)
harshitsinghbhandari Jun 8, 2026
5982051
chore: add prettier config and CI auto-formatter (#166)
yyovil Jun 10, 2026
c2c4404
feat(frontend): scaffold for frontend with complimentary backend chan…
yyovil Jun 10, 2026
5244015
feat: add workspace project registration foundation (#165)
harshitsinghbhandari Jun 10, 2026
8d0c53e
fix(codex): reliable activity signals — session-flag hooks, trust byp…
ashish921998 Jun 11, 2026
40bd2df
fix(sessions): stop AO hook files from making every worktree permanen…
ashish921998 Jun 11, 2026
d60c49f
fix(spawn): stop sending branch on spawn, render API errors, wire wor…
ashish921998 Jun 11, 2026
785f060
ci: run the frontend vitest suite on pull requests (#172)
ashish921998 Jun 11, 2026
0ee86a6
fix(terminal): prevent zellij session resurrection
yyovil Jun 11, 2026
4d3696d
fix(terminal): preserve zellij mouse mode on reconnect
yyovil Jun 11, 2026
f07104d
fix(spawn): keep worker modal open on errors
yyovil Jun 11, 2026
0021aa6
fix(frontend): set Electron app name
yyovil Jun 11, 2026
e493de6
feat(renderer): clone agent-orchestrator shell and inspector
yyovil Jun 11, 2026
9c7866d
chore: change default data/config dir from ~/Library/Application Supp…
harshitsinghbhandari Jun 11, 2026
a5d034a
fix(ui): permission mode select + remove notification stub (#186, #18…
harshitsinghbhandari Jun 11, 2026
53ca812
feat(workspace): name orchestrator worktree orchestrator/{prefix}-orc…
harshitsinghbhandari Jun 11, 2026
9b4651c
fix(session-manager): deliver orchestrator instructions via system pr…
harshitsinghbhandari Jun 11, 2026
7c97ee7
refactor(terminal): per-client zellij attach replaces shared PTY + re…
yyovil Jun 12, 2026
09c16e5
feat(renderer): full-width shell topbar; retire per-view topbars and …
yyovil Jun 12, 2026
d432738
docs: document Electron app dev quick start (#196)
yyovil Jun 12, 2026
295cda5
fix: forward project permissions to agent launches (#198)
harshitsinghbhandari Jun 12, 2026
dac53d8
fix(renderer): stabilize onResize ref to prevent rrp constraint race …
harshitsinghbhandari Jun 12, 2026
b0b732f
fix(sidebar): remove Add a worker agent button near project name (#202)
harshitsinghbhandari Jun 12, 2026
1dbeecc
chore: add skills from agent-orchestrator (#204)
harshitsinghbhandari Jun 12, 2026
3e64c15
chore: keep only bug-triage skill (#206)
harshitsinghbhandari Jun 12, 2026
f7df36b
Split: backend runtime/session updates + frontend shell refactor (#222)
yyovil Jun 13, 2026
680a85f
fix(frontend): remove stale spawn modal references from shell and sid…
yyovil Jun 13, 2026
cc29d85
feat(sidebar): restore remove-project functionality (#225)
harshitsinghbhandari Jun 13, 2026
c496101
fix(session): remove orchestrator kickoff auto-prompt on spawn (#227)
harshitsinghbhandari Jun 13, 2026
7da9117
docs: sync documentation with current state of main (#228)
harshitsinghbhandari Jun 14, 2026
17df922
feat: add notifications v1 (#181)
whoisasx Jun 14, 2026
724b9a2
Use ~/.ao as canonical state home (#233)
harshitsinghbhandari Jun 14, 2026
a197ff6
fix(spawn): persist the resolved default agent on the session (#221)
codebanditssss Jun 14, 2026
da30da5
feat(review): configurable AO code review backend (V1) (#192) (#197)
neversettle17-101 Jun 14, 2026
cbf3f0a
fix(spawn): reject unknown harness with 400 instead of opaque 500 (#211)
codebanditssss Jun 15, 2026
9e84a3b
fix(spawn): map invalid branch name to 400 instead of opaque 500 (#213)
codebanditssss Jun 15, 2026
d747b57
fix(frontend): exclude nested node_modules from the vitest run (#217)
codebanditssss Jun 15, 2026
d81d762
fix(project): detect the repo's default branch on add (#209)
codebanditssss Jun 15, 2026
198b797
fix(session): stamp session timestamps in UTC (#215)
codebanditssss Jun 15, 2026
43ae7eb
fix(frontend): worker session opens orchestrator, not Kanban (#248)
harshitsinghbhandari Jun 15, 2026
96d1649
fix(review): serialize concurrent triggers per worker to stop reviewe…
codebanditssss Jun 16, 2026
eeaddd2
fix(review): reviewer posts to GitHub and records its verdict autonom…
neversettle17-101 Jun 17, 2026
3986d48
feat(session): support multiple PRs per session (#230)
Pritom14 Jun 17, 2026
6ac65d2
fix(frontend): populate session.pullRequest from /pr endpoint (#251) …
neversettle17-101 Jun 17, 2026
4bbcf9e
feat(frontend): add kill button to worker session page (#288)
harshitsinghbhandari Jun 17, 2026
ee044e4
feat(frontend): show reviewer worker controls (#255)
Vaibhaav-Tiwari Jun 17, 2026
edf00de
fix(skills): adapt bug-triage skill to ReverbCode stack (#281)
AgentWrapper Jun 17, 2026
b8fbbec
feat(frontend): move kill session control to topbar beside Open orche…
harshitsinghbhandari Jun 17, 2026
4cff3f7
feat(frontend): show dashboard and orchestrator buttons on project ho…
harshitsinghbhandari Jun 17, 2026
73b166a
fix(frontend): make review inspector panels responsive (#300)
Vaibhaav-Tiwari Jun 17, 2026
b06ea39
docs: remove unwanted documents to reduce clutter (#200)
neversettle17-101 Jun 18, 2026
dd3faa7
docs: refocus README on the product, move progress to docs/STATUS.md …
harshitsinghbhandari Jun 18, 2026
63d488b
fix(frontend): recover clipped Codex terminal via onRender convergenc…
harshitsinghbhandari Jun 18, 2026
93123ed
fix(frontend): stop fit loop committing transient cell-box mis-measur…
harshitsinghbhandari Jun 18, 2026
b37b6ac
feat(frontend): refresh dashboard, orchestrator, and AO logos (#317)
harshitsinghbhandari Jun 18, 2026
5fff980
feat(import): rewrite-side legacy → rewrite first-boot import (#314)
harshitsinghbhandari Jun 18, 2026
9ae9f08
fix(session): make worker branch namespace child-safe (#309)
neversettle17-101 Jun 18, 2026
6885af2
feat(windows): ConPTY terminal, zellij discovery, agent launcher tram…
miniMaddy Jun 18, 2026
43ee6c9
Feat/backend telemetry v0 (#307)
laxmanclo Jun 18, 2026
7d0ca02
fix(project): resolve default branch from origin/HEAD, not checked-ou…
codebanditssss Jun 19, 2026
7037f4a
fix: surface missing reviewer harness (#318)
Vaibhaav-Tiwari Jun 20, 2026
891fb79
fix(lifecycle): sanitize CI logs and reviewer comments before PTY pas…
areycruzer Jun 20, 2026
f98c5e5
fix(storage): renumber telemetry migration to 0015 to resolve 0014 ve…
codebanditssss Jun 20, 2026
c53c4af
test(storage): guard against duplicate goose migration version prefix…
neversettle17-101 Jun 20, 2026
2cb20c2
feat(frontend): improve orchestrator board workflows
codebanditssss Jun 20, 2026
a8a3056
feat(frontend): polish board chrome and task actions
codebanditssss Jun 20, 2026
b4a8fad
feat(frontend): surface multiple PRs per session + reviewer in inspec…
Pritom14 Jun 20, 2026
f6ca7c2
fix(session_manager): append confidentiality guard to agent system pr…
i-trytoohard Jun 20, 2026
e175da0
fix(sidebar): make project row hover icons clickable and non-overlapp…
i-trytoohard Jun 20, 2026
83091ce
fix(sidebar): always show project row action icons (#346)
i-trytoohard Jun 20, 2026
d9dde92
ci: build unsigned desktop artifacts on 0.0.0-testing-* tags (#347)
harshitsinghbhandari Jun 20, 2026
cdfec7f
fix(desktop): green the tag desktop build on Linux/Windows and add ap…
harshitsinghbhandari Jun 20, 2026
5e8c8de
fix: keep terminal mux persistent across navigation (#325)
whoisasx Jun 21, 2026
72b757b
feat: require explicit project agents (#355)
whoisasx Jun 21, 2026
708ec5d
fix: recover terminal reattach after daemon idle (#354)
Vaibhaav-Tiwari Jun 21, 2026
78cdc6d
fix(session-manager): terminate sessions even when handle is missing …
i-trytoohard Jun 21, 2026
34a9fdb
fix: surface session branch in frontend (#358)
areycruzer Jun 21, 2026
0e1c5fe
Feat/posthog error tracking redaction (#329)
laxmanclo Jun 21, 2026
36ea583
chore: add daemon build script (#365)
harshitsinghbhandari Jun 21, 2026
2155c3c
fix: pin all app state under ~/.ao, never ~/Library (#369)
harshitsinghbhandari Jun 21, 2026
0e5891d
fix(review): notify worker on changes_requested instead of relying on…
neversettle17-101 Jun 21, 2026
6f8112e
feat: surface SCM summaries in desktop (#263)
whoisasx Jun 21, 2026
8146629
feat: add desktop notifications v1 (#262)
whoisasx Jun 21, 2026
7ba8607
fix: add terminal controls and restore copy/scroll (#372)
laxmanclo Jun 21, 2026
c6d9692
feat(frontend): add live browser panel (#375)
Vaibhaav-Tiwari Jun 21, 2026
348fd41
test(e2e): guard sidebar brand vs macOS titlebar cluster (#366) (#374)
Pritom14 Jun 22, 2026
cbd2a1b
fix(desktop): attach to a serving daemon instead of spawning a doomed…
Pritom14 Jun 22, 2026
f85b0d2
Refactoring Reviews feature code and idempotency check (#377)
neversettle17-101 Jun 22, 2026
8fa403c
fix(preview): add clear, reuse defaults, force refresh, local files (…
harshitsinghbhandari Jun 22, 2026
4c8f92a
fix: normalize terminal keyboard shortcuts (#381)
laxmanclo Jun 22, 2026
4c2e1ea
ci: add manual/tag Linux testing build; disable desktop-testing tag t…
harshitsinghbhandari Jun 22, 2026
15e01af
ci(linux-testing): build .deb only, drop failing rpm maker
harshitsinghbhandari Jun 22, 2026
851d3a8
fix(forge): set deb maker bin to executableName so Linux .deb builds
harshitsinghbhandari Jun 22, 2026
e20c23a
fix(desktop): don't tear down browser views after window destroyed
harshitsinghbhandari Jun 22, 2026
ea54f31
fix(daemon): fall back to ephemeral port on conflict + harden teardow…
harshitsinghbhandari Jun 22, 2026
665f2a2
ci: add manual/tag Windows testing build (Squirrel installer)
harshitsinghbhandari Jun 22, 2026
2946212
ci: add manual/tag macOS testing build (unsigned arm64 zip)
harshitsinghbhandari Jun 22, 2026
3e3d22c
fix: make preview browser deterministic (#384)
Vaibhaav-Tiwari Jun 22, 2026
5440d2d
ci: consolidate per-OS testing builds into one matrix workflow
harshitsinghbhandari Jun 22, 2026
a6ebabd
fix(desktop): swallow EPIPE on std streams (Windows GUI launch crash)
harshitsinghbhandari Jun 22, 2026
82d69ce
feat(cli): add examples to ao preview --help (#388)
i-trytoohard Jun 22, 2026
14c2c48
fix(desktop): recover login-shell env so the daemon finds zellij/cred…
harshitsinghbhandari Jun 22, 2026
afe0817
fix: keep terminal input sources explicit (#383)
whoisasx Jun 22, 2026
47e3ddd
fix(desktop): stop console-window flashing on Windows (#399)
harshitsinghbhandari Jun 23, 2026
7ac1e2c
fix(desktop): handle Squirrel startup events + CI smoke-install the W…
harshitsinghbhandari Jun 23, 2026
f15021c
fix: avoid duplicate terminal paste shortcuts (#400)
laxmanclo Jun 23, 2026
e970f72
fix(desktop): package Windows via NSIS instead of Squirrel (#403)
harshitsinghbhandari Jun 23, 2026
7a1b303
chore: graft ReverbCode rewrite onto agent-orchestrator history
harshitsinghbhandari Jun 24, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 0 additions & 8 deletions .changeset/README.md

This file was deleted.

47 changes: 0 additions & 47 deletions .changeset/config.json

This file was deleted.

29 changes: 0 additions & 29 deletions .cursor/BUGBOT.md

This file was deleted.

1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake
34 changes: 0 additions & 34 deletions .eslintignore

This file was deleted.

250 changes: 0 additions & 250 deletions .github/copilot-instructions.md

This file was deleted.

Loading
Loading