Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
389 commits
Select commit Hold shift + click to select a range
4e9c9f9
fix(cursor): log close attempts before execution
juliusmarminge Jul 28, 2026
92e5108
fix(acp): discover final teardown descendants
juliusmarminge Jul 28, 2026
085816c
fix(checkpoints): preserve valid run history
juliusmarminge Jul 28, 2026
2b3f3f9
fix(orchestration): preserve imported conversation state
juliusmarminge Jul 28, 2026
c3484ee
fix(acp): enforce task and permission invariants
juliusmarminge Jul 28, 2026
eebd43c
fix(testkit): harden provider replay recording
juliusmarminge Jul 28, 2026
0458b48
fix(server): isolate deterministic attachment ids
juliusmarminge Jul 28, 2026
c9bb141
fix(claude): preserve explicit model options
juliusmarminge Jul 28, 2026
da632cb
fix(web): enforce secure provider field defaults
juliusmarminge Jul 28, 2026
3af1695
fix(client): preserve live thread relationships
juliusmarminge Jul 28, 2026
25781b7
fix(checkpoints): retain thread-start baseline after failed runs
juliusmarminge Jul 29, 2026
0cadef6
fix(mobile): gate thread controls on live runs
juliusmarminge Jul 29, 2026
d32f125
fix(orchestrator): address late review findings
juliusmarminge Jul 29, 2026
a0260ec
fix(orchestrator): handle fresh review edge cases
juliusmarminge Jul 29, 2026
3a2405c
fix(orchestrator): harden provider edge cases
juliusmarminge Jul 29, 2026
383e226
fix(orchestrator): execute resolved runtime responses
juliusmarminge Jul 29, 2026
19cbe54
fix(orchestrator): release stranded effect claims
juliusmarminge Jul 29, 2026
8b1f665
fix(worktrees): make handoff rollback atomic
juliusmarminge Jul 29, 2026
73f1fab
fix(orchestrator): avoid replaying settled effects
juliusmarminge Jul 29, 2026
bc1d87e
fix(orchestrator): preserve retryable effect failures
juliusmarminge Jul 29, 2026
abc4ebc
fix(orchestrator): preserve terminal effect outcomes
juliusmarminge Jul 29, 2026
fd51411
fix(orchestrator): validate replay edge cases
juliusmarminge Jul 29, 2026
ec0b395
fix(orchestrator): decode direct Claude result blocks
juliusmarminge Jul 29, 2026
0ec2fca
fix(orchestrator): close cancellation edge cases
juliusmarminge Jul 29, 2026
c945107
fix(orchestrator): validate rollback and search links
juliusmarminge Jul 29, 2026
38bf8bf
fix(server): preserve project mutation client errors
juliusmarminge Jul 29, 2026
553f810
fix(orchestrator): preserve migrated and nested history
juliusmarminge Jul 29, 2026
1205eb1
fix: address orchestration review findings
juliusmarminge Jul 29, 2026
a5fee71
fix(mobile): label queued message intent
juliusmarminge Jul 29, 2026
7ba3cf1
fix: address orchestration review findings
juliusmarminge Jul 29, 2026
271a131
fix: preserve orchestration task identity
juliusmarminge Jul 29, 2026
9a32821
fix: address latest orchestration review findings
juliusmarminge Jul 29, 2026
f102a5e
fix: preserve thread management failure semantics
juliusmarminge Jul 29, 2026
a55b4f4
fix: close failed provider adapter scopes
juliusmarminge Jul 29, 2026
79761c5
feat(server): surface legacy thread migration progress
juliusmarminge Jul 29, 2026
a357843
feat(orchestration): track provider retries and thread visits
juliusmarminge Jul 29, 2026
52c319d
[codex] feat(web): show git progress in the commit button (#4963)
juliusmarminge Jul 30, 2026
04cdc71
perf(orchestration): per-thread shell deltas, visit throttling, event…
juliusmarminge Jul 30, 2026
c54b4a7
fix(chat): prevent stale timeline scroll and rerenders
juliusmarminge Jul 30, 2026
c246f72
fix(relay): stop replaying the whole event store into the awareness r…
juliusmarminge Jul 30, 2026
bb0299f
perf(web): keep timeline minimap animations off the main thread
juliusmarminge Jul 30, 2026
fbcf4bf
feat(orchestration): port thread title regeneration to the v2 runtime
juliusmarminge Jul 30, 2026
66ad0d1
fix(orchestration): thread visits no longer create activity loops (#5…
Yusuf007R Jul 30, 2026
0b97b6a
fix(orchestration): promoted queued messages keep the queued_turn intent
juliusmarminge Jul 30, 2026
fc80cbc
refactor(orchestration): split thread-not-sendable into typed errors
juliusmarminge Jul 30, 2026
1273b3f
fix(web): remove elevated thread details panel styling
juliusmarminge Jul 30, 2026
f7cb6b4
fix(web): keep Git progress title anchored
juliusmarminge Jul 30, 2026
7bef267
fix: reconcile rebase with latest main
maria-rcks Aug 3, 2026
f51ab58
fix(orchestration-v2): restore generated thread titles (#5176)
Yusuf007R Aug 4, 2026
20f1254
fix(orchestrator): Order thread lineage by creation time (#5310)
mwolson Aug 4, 2026
581a6de
fix(server): restore worktree branch naming in the v2 orchestrator (#…
juliusmarminge Aug 4, 2026
577a651
feat(chat): refine V2 conversation UI (#5307)
maria-rcks Aug 4, 2026
9f54f4f
fix: adopt effect beta.103 APIs in rebased v2 code
juliusmarminge Aug 4, 2026
aeab267
fix: send mcp-protocol-version header in worktree registration test
juliusmarminge Aug 4, 2026
fdcb450
fix(web): restore compact header sizing for project script controls
juliusmarminge Aug 4, 2026
208cce7
test(server): cover v2 thread title regeneration
juliusmarminge Aug 4, 2026
605e7ee
chore: resolve lint warnings across v2 code
juliusmarminge Aug 4, 2026
ca85b61
fix(test): keep codex replay recovery off the repo checkout
juliusmarminge Aug 4, 2026
15df896
fix(orchestrator): Prevent redundant delegated completion turns (#5311)
mwolson Aug 5, 2026
bdaf8b3
fix(server): stop tying codex text-generation temp files to the calle…
juliusmarminge Aug 5, 2026
c90726f
fix(web): remove open PR actions from git controls
juliusmarminge Aug 5, 2026
2c098ec
fix(server): renumber v2 migrations after main's 036_ProjectionThread…
juliusmarminge Aug 5, 2026
d27c46d
fix: port main fixes stranded by the v2 rewrite
juliusmarminge Aug 5, 2026
d1cbd31
test(server): align migration expectations with renumbered ids
juliusmarminge Aug 5, 2026
2227aee
feat(orchestrator): Surface waiting background work (#4378)
mwolson Aug 5, 2026
4dfe517
fix(web): align git action progress button layout
juliusmarminge Aug 6, 2026
bc3b450
fix: repair conflict-marker artifacts from rebase auto-resolutions
juliusmarminge Aug 7, 2026
8ab5e35
fix(server): renumber v2 migrations after main's 037_ProjectionTurnsK…
juliusmarminge Aug 7, 2026
257e223
fix: port main fixes stranded by the v2 rewrite (round 2)
juliusmarminge Aug 7, 2026
102b945
chore(web): prune plan-sidebar leftovers after the inline-plans rework
juliusmarminge Aug 7, 2026
e38f870
fix(web): port the refined live-follow gesture gating to the v2 timeline
juliusmarminge Aug 7, 2026
7eafd0b
fix(web): let LegendList own end-follow and disclosure anchoring (#5449)
juliusmarminge Aug 7, 2026
6df75d0
fix(web): show Git action success inline in panel
juliusmarminge Aug 10, 2026
6477cc5
fix: repair rerere-damaged files and reconcile main's round-3 feature…
juliusmarminge Aug 10, 2026
3d7b311
chore(server): renumber v2 migrations 038-046 to 041-049 after main's…
juliusmarminge Aug 10, 2026
7214dde
fix(server): port round-3 main fixes into the v2 orchestrator
juliusmarminge Aug 10, 2026
68890e5
test(web): restore main's right-panel migration expectations after th…
juliusmarminge Aug 10, 2026
f464420
test(server): expect attachment saved-at lines in ClaudeAdapterV2 tur…
juliusmarminge Aug 10, 2026
fcc6218
fix(web): restore the branch's slim chat header
juliusmarminge Aug 10, 2026
36240af
feat(web): add pull request actions to thread details
juliusmarminge Aug 11, 2026
fe73794
fix(mobile): port main's composer stabilization into the v2 thread sc…
juliusmarminge Aug 11, 2026
5a434cb
fix(web): reconcile main's round-5 features after the rebase
juliusmarminge Aug 12, 2026
1cc535e
feat(web): prioritize pull request row actions
juliusmarminge Aug 13, 2026
f33c803
fix(web): restore main's collapse chrome and tab-status keying on the…
juliusmarminge Aug 13, 2026
f39c084
feat(orchestration): bound thread history and resume payloads
juliusmarminge Aug 13, 2026
1493599
feat(contracts): track thread title regeneration
juliusmarminge Aug 13, 2026
4451a15
fix: reconcile main's round-6 features after the rebase
juliusmarminge Aug 14, 2026
e270c7f
fix(web): keep the titlebar layout controls fixed across right-panel …
juliusmarminge Aug 14, 2026
019b11d
fix(web): align titlebar clusters to one shared pixel inset
juliusmarminge Aug 14, 2026
9c17372
fix(web): size the titlebar layout-control icons like the sidebar tri…
juliusmarminge Aug 14, 2026
2ae0e11
perf(server): keep shell snapshots bounded and active-only
juliusmarminge Aug 15, 2026
af5ac29
fix: reconcile main's round-8 features after the rebase
juliusmarminge Aug 15, 2026
3bbecc3
fix(server): reject replaying a command receipt across threads in v2
juliusmarminge Aug 15, 2026
c3e0df8
feat(mobile): surface prominent activity status and metadata
juliusmarminge Aug 17, 2026
34eee6e
fix: reconcile main's round-9 features after the rebase
juliusmarminge Aug 17, 2026
c1c39dc
feat(server): honor withheld agent browser access in the v2 runtime
juliusmarminge Aug 17, 2026
6dbb936
fix(web): restore the titlebar sizing and timeline fade lost to main'…
juliusmarminge Aug 17, 2026
5854e8e
refactor(web): finish aligning the branch with main's style simplific…
juliusmarminge Aug 17, 2026
4881c6b
fix(orchestration): show provider retries in the work log
juliusmarminge Aug 17, 2026
da654cf
fix: reconcile main's round-10 features after the rebase
juliusmarminge Aug 28, 2026
8adb49e
fix(web): stop mis-marking recovered and text-reported tool failures …
juliusmarminge Aug 28, 2026
b2eda9d
feat(orchestration-v2): project linked pull requests on threads (#8160)
juliusmarminge Aug 28, 2026
7dd4286
feat(orchestration-v2): carry approval options and app names to the c…
juliusmarminge Aug 28, 2026
5c02fa3
feat(orchestration-v2): route Codex thread feedback uploads through v…
juliusmarminge Aug 28, 2026
3785656
feat(analytics): credit v2 threads and turns to the starting client (…
juliusmarminge Aug 28, 2026
e6c67d6
fix(grok): fail hung prompts on xAI rate-limit completions (#8358, pa…
juliusmarminge Aug 28, 2026
5e0f252
feat(orchestration-v2): show live context usage in the meter (#8144)
juliusmarminge Aug 28, 2026
940185f
fix(web): keep following the stream after returning to the live edge …
juliusmarminge Aug 28, 2026
a709dcf
feat(grok): capture exit_plan_mode into the v2 proposed-plan card (#8…
juliusmarminge Aug 28, 2026
e044816
fix(web): repaint the composer glass and strip the thread-panel popov…
juliusmarminge Aug 28, 2026
c254648
fix(web): adopt main's attached-composer surface contract so the glas…
juliusmarminge Aug 28, 2026
ec0e78c
fix(web): converge ChatComposer on main's drawer-era body
juliusmarminge Aug 28, 2026
e2dd1ed
fix(web): collapse settled tool runs behind main's summary toggles
juliusmarminge Aug 28, 2026
21b15c6
fix(web): surface v2 todo-list plans as task progress
juliusmarminge Aug 28, 2026
4cf4587
fix(web): show the command on collapsed tool rows, not its stdout
juliusmarminge Aug 28, 2026
29f3b53
fix(web): collapsed tool rows preview inputs for every tool type
juliusmarminge Aug 28, 2026
5509ab3
fix: reconcile main's round-11 features after the rebase
juliusmarminge Aug 28, 2026
2f2f2ca
fix(opencode): route child-session approvals through the v2 adapter
juliusmarminge Aug 28, 2026
bda8f14
fix: reconcile main's round-12 features after the rebase
juliusmarminge Aug 28, 2026
dcdf0ff
fix: restore main's automatic thread settling after the revert
juliusmarminge Aug 29, 2026
bb7b84c
fix(web): restore the full-screen file-drop target over the chat column
juliusmarminge Aug 29, 2026
8c6b809
feat(server): claim uploaded attachments at v2 dispatch
juliusmarminge Aug 29, 2026
1c6693b
feat(web): show attachments on queued messages and edit them in the c…
juliusmarminge Aug 29, 2026
04b0adf
fix(web): drag-to-reorder queued messages and retire stale pending rows
juliusmarminge Aug 29, 2026
ff7b336
fix: reconcile main's round-14 features after the rebase
juliusmarminge Aug 29, 2026
c5e557b
fix(web): dedupe the composer glass styles and align the chat column …
juliusmarminge Aug 29, 2026
57927e3
fix(mobile): replace remaining dark: utilities with adaptive semantic…
juliusmarminge Aug 29, 2026
e86a26f
fix(lint): allowlist the queue and relationships interop boundaries
juliusmarminge Aug 29, 2026
cf55109
fix(server): inject HostProcessPlatform into the Grok plan extractor
juliusmarminge Aug 29, 2026
5df4aea
chore: retrigger ci
juliusmarminge Aug 29, 2026
4a9a798
chore: refresh macroscope ui-consistency check
juliusmarminge Aug 29, 2026
9b6d606
fix: reconcile main's round-16 features after the rebase
juliusmarminge Aug 29, 2026
7e952b7
fix(web): keep failed tool items in the collapsed group summaries
juliusmarminge Aug 29, 2026
9d75a15
fix(server): keep Claude session approvals ephemeral
juliusmarminge Aug 29, 2026
62d6aae
fix(orchestration): reanchor unsettled threads
juliusmarminge Aug 29, 2026
4c6203f
fix(server): observe pre-aborted Claude approvals
juliusmarminge Aug 29, 2026
8dbab35
fix(server): include service launcher in bundle build
juliusmarminge Aug 29, 2026
46b44c9
fix(orchestration): preserve legacy thread metadata
juliusmarminge Aug 29, 2026
0b7377a
fix(web): honor disabled legacy plan mode
juliusmarminge Aug 29, 2026
e22f1c4
fix(server): preserve Claude subagent models
juliusmarminge Aug 29, 2026
a157596
fix(orchestration): honor migrated thread visibility in search
juliusmarminge Aug 29, 2026
05d0400
fix(orchestration): recreate missing worktrees before turns
juliusmarminge Aug 29, 2026
2e54977
fix(clients): restore Codex feedback submission
juliusmarminge Aug 29, 2026
ed4cebf
fix(server): preserve generic provider attachments
juliusmarminge Aug 29, 2026
5dbc84d
fix(web): load workspace markdown images through assets
juliusmarminge Aug 29, 2026
7be680a
fix(web): preserve Windows markdown paths
juliusmarminge Aug 29, 2026
e89c127
fix(server): keep current provider context usage
juliusmarminge Aug 29, 2026
9ec3e7a
fix(web): restore markdown file chip actions
juliusmarminge Aug 29, 2026
98c334e
fix(web): scope markdown actions to their environment
juliusmarminge Aug 29, 2026
d3badb7
fix(protocol): reject incompatible orchestration peers
juliusmarminge Aug 29, 2026
f1d3402
docs: explain legacy thread migration
juliusmarminge Aug 29, 2026
a755c13
docs: state portable handoff limits
juliusmarminge Aug 29, 2026
2281483
chore(repo): remove tracked audit scratch files
juliusmarminge Aug 29, 2026
bd6f512
fix(server): guard OpenCode prompt admission races
juliusmarminge Aug 29, 2026
75d6ec5
fix(server): restore Claude structured questions
juliusmarminge Aug 29, 2026
821e8c7
fix(server): project Claude plans and todos
juliusmarminge Aug 29, 2026
dcff765
perf(orchestration): bound history reads in SQL
juliusmarminge Aug 29, 2026
d17d369
perf(orchestration): bound complete thread snapshots
juliusmarminge Aug 29, 2026
0e70221
fix(server): restore Claude resume compaction
juliusmarminge Aug 29, 2026
8fe8140
fix(server): allow protocol negotiation in CORS
juliusmarminge Aug 29, 2026
ef5f9d6
fix(server): preserve provider usage in persisted turns
juliusmarminge Aug 29, 2026
56fc83a
fix(server): preserve Claude planning lifecycle
juliusmarminge Aug 29, 2026
a368b59
fix(server): normalize Claude question answers
juliusmarminge Aug 29, 2026
a9ec57f
fix(server): correlate OpenCode prompt admission
juliusmarminge Aug 29, 2026
d0690d3
fix(clients): anchor feedback in conversation order
juliusmarminge Aug 29, 2026
262454c
fix(web): retain markdown workspace ownership
juliusmarminge Aug 29, 2026
2950a32
fix(orchestration): page history through its true end
juliusmarminge Aug 29, 2026
de8e918
fix(server): cancel pending OpenCode prompts safely
juliusmarminge Aug 29, 2026
9918101
fix(orchestration): retain nested fork history when paging
juliusmarminge Aug 29, 2026
c027fed
fix(server): recover OpenCode status reconciliation
juliusmarminge Aug 29, 2026
4f3236e
fix(orchestration): select visible history before limiting SQL
juliusmarminge Aug 29, 2026
90a1fb6
fix(web): port composer activity and grouping to orchestration v2
juliusmarminge Aug 30, 2026
9a770ed
fix(web): align queue headers and prevent stash overlap
juliusmarminge Aug 30, 2026
13fed70
fix(web): share the outline for joined composer tabs
juliusmarminge Aug 30, 2026
fb10bc6
fix(web): keep stash separate from the composer activity column
juliusmarminge Aug 30, 2026
5e905fd
refactor(web): use shared banner rows for queued messages
juliusmarminge Aug 30, 2026
7faf8d3
fix(web): keep queued message editing inside the queue panel
juliusmarminge Aug 30, 2026
4429735
fix(web): keep queued messages in place while editing
juliusmarminge Aug 30, 2026
be8bcab
fix(web): match composer actions to draft and modifier state
juliusmarminge Aug 30, 2026
63cea25
fix(web): keep composer shortcut tooltip stable on Mod
juliusmarminge Aug 30, 2026
a04901c
feat(web): summarize T3 orchestration actions
juliusmarminge Aug 30, 2026
7fdb877
feat(mobile): port chat summaries and transitions to orchestration v2
juliusmarminge Aug 30, 2026
a6a02aa
fix(chat): remove added tool summary status counts
juliusmarminge Aug 30, 2026
f945a96
fix(mobile): keep scroll bounds current after animations
juliusmarminge Aug 30, 2026
e4962dd
fix: reconcile main's round-17 features after the rebase
juliusmarminge Sep 1, 2026
cc8936d
feat(web): port working and thinking timeline rows to orchestration v2
juliusmarminge Sep 1, 2026
1b68b9f
fix: reconcile main's round-18 features after the rebase
juliusmarminge Sep 2, 2026
6277097
feat(server): evaluate automatic thread settlement in the v2 orchestr…
juliusmarminge Sep 2, 2026
5eceaf6
fix: reconcile main's round-19 features after the rebase
juliusmarminge Sep 2, 2026
23b455b
fix(web): right-align the stash shoulder tab again
juliusmarminge Sep 2, 2026
2425724
fix(web): realign the composer and timeline with main
juliusmarminge Sep 2, 2026
a7cabca
fix: reconcile main's round-20 features after the rebase
juliusmarminge Sep 2, 2026
4909ba9
fix(server): reduce v2 recovery and runtime resource usage
juliusmarminge Sep 4, 2026
1e93d69
fix: reconcile main updates with orchestration v2
juliusmarminge Sep 4, 2026
eed7fd0
fix(orchestration): stabilize Codex turn mapping and settlement
juliusmarminge Sep 4, 2026
db573d9
fix(chat): match main timer and task placement
juliusmarminge Sep 4, 2026
592e2c1
fix(mobile): restore composer and timeline behavior from main
juliusmarminge Sep 4, 2026
1516648
fix(orchestrator): Stop treating a wait timeout as a dead child (#7427)
mwolson Sep 4, 2026
2953a98
fix(orchestrator): Show when a completed delegated child still has wo…
mwolson Sep 4, 2026
9e8094d
fix(orchestrator): Stop finished Codex turns from sitting on Waiting …
mwolson Sep 4, 2026
b6b0428
chore: format v2 files flagged by CI
juliusmarminge Sep 4, 2026
c7f0dea
test(server): include the shell indexes migration
juliusmarminge Sep 4, 2026
6d4e27c
fix(mobile): pin the patched notifications dependency
juliusmarminge Sep 4, 2026
6270d6c
fix(client-runtime): resolve work log source imports
juliusmarminge Sep 4, 2026
1a316da
test(server): refresh replay runtime instruction expectations
juliusmarminge Sep 4, 2026
f3a2f68
test(server): correlate OpenCode replay message identities
juliusmarminge Sep 4, 2026
463d214
ci: run checks on v2 branch pushes
juliusmarminge Sep 4, 2026
fceff08
test(server): use Effect Vitest for Cursor provider checks
juliusmarminge Sep 4, 2026
cd067ad
fix: reconcile main updates with orchestration v2
juliusmarminge Sep 5, 2026
29eaad9
fix(server): explain fetch failures during worktree preparation
juliusmarminge Sep 5, 2026
8226715
fix: reconcile upstream fixes with orchestration v2
juliusmarminge Sep 5, 2026
534283b
fix(server): make project removal honor v2 threads
juliusmarminge Sep 5, 2026
c9b8b57
fix(mobile): render generic message attachments (#9929)
saphid Sep 5, 2026
7aa6573
fix(mobile): use the archive eligibility guard when dispatching (#9930)
saphid Sep 5, 2026
e3ca330
fix(orchestration): persist linked pull requests (#8689)
juliusmarminge Sep 6, 2026
cfd6222
feat(mcp): update thread metadata (#8690)
juliusmarminge Sep 6, 2026
9a61ddf
fix(server): keep old failures from waking snoozed V2 threads (#9903)
saphid Sep 6, 2026
4b4a163
refactor(shared): share model-selection command choice (#10577)
juliusmarminge Sep 7, 2026
d0086ec
refactor(project): share create and update inputs (#10578)
juliusmarminge Sep 7, 2026
3273778
refactor(server): share attachment message intake (#10580)
juliusmarminge Sep 7, 2026
d4a70fd
feat(mcp): expose thread organization commands (#10554)
juliusmarminge Sep 7, 2026
437d8dc
feat(mcp): expose existing queued message commands (#10555)
juliusmarminge Sep 7, 2026
6088c87
feat(mcp): expose pending user questions (#10556)
juliusmarminge Sep 7, 2026
5e9b040
feat(mcp): expose thread model selection (#10557)
juliusmarminge Sep 7, 2026
b005589
feat(mcp): expose fork and merge-back commands (#10558)
juliusmarminge Sep 7, 2026
a635753
feat(mcp): expose preview list and close (#10559)
juliusmarminge Sep 7, 2026
30fe1f5
feat(mcp): expose selected environment preferences (#10560)
juliusmarminge Sep 7, 2026
f0a3101
feat(mcp): expose the existing thread search query (#10561)
juliusmarminge Sep 7, 2026
d2fee71
feat(mcp): expose scheduled task run-now (#10562)
juliusmarminge Sep 7, 2026
e37fbef
feat(mcp): expose project service operations (#10563)
juliusmarminge Sep 7, 2026
6651ffd
feat(mcp): expose attachment upload and send (#10564)
juliusmarminge Sep 7, 2026
3702a0a
feat(mcp): expose project thread launch service (#10565)
juliusmarminge Sep 7, 2026
2f13389
feat(mcp): expose branch-backed workspace discovery (#10566)
juliusmarminge Sep 7, 2026
be6d02c
fix(orchestration): map late steering to follow-up turns
juliusmarminge Sep 6, 2026
e255daf
fix: reconcile main's round-24 features after the rebase
juliusmarminge Sep 8, 2026
d217b3d
chore: remove accidentally committed audit artifacts
juliusmarminge Sep 8, 2026
991a093
fix(ci): repair rebased checks and stop duplicate runs
juliusmarminge Sep 8, 2026
7626d10
fix(web): port auto-balance updates to v2 chat
juliusmarminge Sep 8, 2026
f647b17
chore: format files exposed by CI
juliusmarminge Sep 8, 2026
c6173f8
fix: reconcile main's round-26 updates after rebase
juliusmarminge Sep 8, 2026
50a3dda
fix(web): restore compact load-earlier control
juliusmarminge Sep 8, 2026
bb061a3
perf(orchestration): bound v2 transport payloads
juliusmarminge Sep 9, 2026
7b14281
fix(web): preserve tool failures after output redaction
juliusmarminge Sep 9, 2026
0b199be
fix: restore sidebar behavior after v2 rebases
juliusmarminge Sep 9, 2026
cc7c8aa
fix(server): consolidate V2 migrations and refine runtime recovery
juliusmarminge Sep 9, 2026
36f72a4
fix(web): simplify timeline rows and preserve collapsed composer cont…
juliusmarminge Sep 9, 2026
071af8f
fix(web): smooth composer transitions and group approval worklogs
juliusmarminge Sep 9, 2026
ada72ce
fix: reconcile main updates with orchestration v2
juliusmarminge Sep 9, 2026
8feb1e7
feat(worktrees): manage lifecycle on orchestrator v2
StiensWout Sep 9, 2026
2073c80
fix(worktrees): leave existing worktrees alone at turn start
StiensWout Sep 9, 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
  •  
  •  
  •  
429 changes: 0 additions & 429 deletions .github/scripts/thread-transfer-report.cjs

This file was deleted.

292 changes: 0 additions & 292 deletions .github/scripts/thread-transfer-report.test.cjs

This file was deleted.

10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,16 @@ jobs:
!/.repos/
sparse-checkout-cone-mode: false

# Blacksmith boots GitHub's Ubuntu runner image (gcc is usually present),
# but ACP process-tree live tests compile a small pthread fixture with `cc`
# and soft-skip when it is missing. Install build-essential so that path
# always runs in CI instead of silently no-oping.
- name: Install C toolchain for process-tree fixtures
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends build-essential
command -v cc

- name: Setup Vite+
uses: voidzero-dev/setup-vp@v1
with:
Expand Down
75 changes: 0 additions & 75 deletions .github/workflows/thread-transfer-report.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ squashfs-root/
.vercel
.gstack/
.plans/
/audits/
dist-electron/
.electron-runtime/
.showcase/
Expand Down
Loading
Loading