Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
49a07ae
Add provider-specific model resolution and defaults
juliusmarminge Feb 27, 2026
fa0dcca
redo contracts a bit
juliusmarminge Feb 27, 2026
2e06f7c
revised plan
juliusmarminge Feb 27, 2026
0382f4d
Add Claude Code adapter live layer with error mapping tests
juliusmarminge Feb 27, 2026
a17ea27
Wire Claude adapter into registry and server provider layer
juliusmarminge Feb 27, 2026
8ed1217
Support provider-aware session selection in reactor
juliusmarminge Feb 27, 2026
0b8e994
Enable Claude provider selection in chat composer
juliusmarminge Feb 27, 2026
148b1da
Add Claude checkpoint and revert reactor coverage
juliusmarminge Feb 27, 2026
28f9333
Add Claude integration coverage across orchestration flows
juliusmarminge Feb 27, 2026
78cf175
Make Claude runtime boundary Effect-native
juliusmarminge Feb 27, 2026
d305e98
Use typed errors for unavailable Claude runtime path
juliusmarminge Feb 27, 2026
b2ef479
unnecessary catch
juliusmarminge Feb 27, 2026
365dd15
Inline Claude adapter behavior into live layer
juliusmarminge Feb 27, 2026
84892ad
Use grouped provider/model select in chat composer
juliusmarminge Feb 27, 2026
a0d86e4
Show provider logos in composer model trigger
juliusmarminge Feb 27, 2026
290d098
Update Claude model catalog to latest 4.6/4.5 gen
juliusmarminge Feb 27, 2026
1d64027
Fix Claude model fallback in web store sync
juliusmarminge Feb 27, 2026
86608b1
Include all provider models in /model slash command
juliusmarminge Feb 27, 2026
94116da
Integrate Claude agent SDK into server provider adapter
juliusmarminge Feb 27, 2026
f087c61
Refactor ClaudeCodeAdapter session flow and stream handling
juliusmarminge Feb 27, 2026
b51fd94
Fix Claude resume cursor to only persist valid session UUIDs
juliusmarminge Feb 27, 2026
a32a7ae
Align orchestration integration tests with latestTurn metadata
juliusmarminge Feb 27, 2026
5b7e114
Ignore stale resume cursors and Claude placeholder thread IDs
juliusmarminge Feb 28, 2026
a4cc4d5
Fix ProviderService sendTurn recovery expectation after rebase
juliusmarminge Feb 28, 2026
9bb6ab3
Stabilize Claude turn event ordering and native event logging
juliusmarminge Feb 28, 2026
13e7249
Align Claude permissions and provider-specific reasoning effort
juliusmarminge Feb 28, 2026
a5a5246
Track runtime event sequence and order thread activities by sequence
juliusmarminge Feb 28, 2026
222294d
Add Cursor CLI stream event schemas and decoding tests
juliusmarminge Feb 27, 2026
0f9f0f2
Add Cursor provider support across backend, contracts, and UI
juliusmarminge Feb 28, 2026
f3bbd39
Add Cursor ACP probe script and captured session logs
juliusmarminge Mar 1, 2026
b315101
Revise Cursor provider plan for ACP JSON-RPC integration
juliusmarminge Mar 1, 2026
cfae88f
Document Cursor ACP mapping in canonical runtime event spec
juliusmarminge Mar 1, 2026
7c0ccb5
Introduce v2 provider runtime event schema and validation tests
juliusmarminge Mar 1, 2026
e805648
Scope reasoning effort defaults and options by provider
juliusmarminge Mar 1, 2026
fd65a35
Unify provider runtime events and add Cursor adapter layer
juliusmarminge Mar 1, 2026
4f47f33
Scope composer draft reasoning effort to Codex options
juliusmarminge Mar 2, 2026
43b64bf
Fix effort and provider handling in thread turn start
juliusmarminge Mar 3, 2026
d096cb8
Respect provider model-switch limits and canonical runtime events
juliusmarminge Mar 3, 2026
78e6125
Normalize approval request kinds and persist draft provider state
juliusmarminge Mar 3, 2026
196f331
Handle stale approval responses and cover Cursor resume IDs
juliusmarminge Mar 3, 2026
7c5a543
Normalize runtime events and tighten orchestration approval flow
juliusmarminge Mar 4, 2026
d715c3a
Inject native event loggers into provider adapters
juliusmarminge Mar 4, 2026
0ccc40a
Support provider custom models and fix runtime event mapping
juliusmarminge Mar 4, 2026
b39480a
Handle session.state.changed in provider runtime ingestion
juliusmarminge Mar 4, 2026
b5d5b39
Add runtime mode tracking across provider orchestration pipeline
juliusmarminge Mar 4, 2026
ed2c4bd
Rewrite plan-mode deep dive as implementation blueprint
juliusmarminge Mar 4, 2026
1d4ccdb
Clarify Cursor plan-mode semantics and ACP extension mapping
juliusmarminge Mar 4, 2026
9a115a8
Persist thread runtime mode and handle mode-switch session restarts
juliusmarminge Mar 4, 2026
13c113f
Improve session restart handling and server logging
juliusmarminge Mar 5, 2026
1f9ea61
Migrate provider runtime/session flow to thread-scoped IDs
juliusmarminge Mar 5, 2026
8572ca2
Add plan interaction mode and user-input request handling
juliusmarminge Mar 5, 2026
ede96ce
Persist proposed plans as first-class thread projection data
juliusmarminge Mar 5, 2026
da30070
style
juliusmarminge Mar 5, 2026
3f503cc
Prune internal contract exports and remove checkpoint RPC schemas
juliusmarminge Mar 6, 2026
0c4999b
Fix post-rebase typecheck regressions
juliusmarminge Mar 6, 2026
7d2e2b3
Plumb Codex model options through orchestration and composer
juliusmarminge Mar 6, 2026
576dc73
Add GPT-5.4 to Codex model options
juliusmarminge Mar 6, 2026
bf07122
Remove Cursor adapter from stack base
juliusmarminge Mar 6, 2026
d4f823f
Remove Claude adapter from stack base
juliusmarminge Mar 6, 2026
6df3c42
test: move Claude coverage out of core PR
juliusmarminge Mar 6, 2026
a01aaa3
rm tmp
juliusmarminge Mar 6, 2026
a2ee346
sync lock
juliusmarminge Mar 6, 2026
8d9bc7c
Show unavailable providers as coming-soon placeholders
juliusmarminge Mar 6, 2026
0789b38
contracts: move Claude schemas out of core
juliusmarminge Mar 6, 2026
0213228
model: move Claude catalogs out of core
juliusmarminge Mar 6, 2026
ef976af
split: move Claude provider surface to sibling stack
juliusmarminge Mar 6, 2026
a535aec
split: move Claude SDK and plan doc to sibling stack
juliusmarminge Mar 6, 2026
7d5b896
sync lock
juliusmarminge Mar 6, 2026
daf4b31
refactor: move cursor provider surface out of core\n\nCo-authored-by:…
juliusmarminge Mar 6, 2026
12d7a5c
chore: move cursor acp probe artifacts to cursor stack
juliusmarminge Mar 6, 2026
4f8ed72
rm task lifecycle events from ui
juliusmarminge Mar 6, 2026
938634c
rm some aliases
juliusmarminge Mar 6, 2026
421667c
fix: address core review findings
juliusmarminge Mar 6, 2026
383caea
fix: preserve custom model picker selections
juliusmarminge Mar 6, 2026
6538084
Add default collaboration mode preset for Codex turn starts
juliusmarminge Mar 6, 2026
f62310b
rm test
juliusmarminge Mar 6, 2026
3a5b3b6
Fix plan follow-up mode switching and submission text
juliusmarminge Mar 6, 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
546 changes: 0 additions & 546 deletions .plans/17-claude-code.md

This file was deleted.

64 changes: 0 additions & 64 deletions .test-favicon.mjs

This file was deleted.

3 changes: 2 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# CLAUDE.md
# AGENTS.md

## Task Completion Requirements

- Both `bun lint` and `bun typecheck` must pass before considering tasks completed.
- NEVER run `bun test`. Always use `bun run test` (runs Vitest).

## Project Snapshot

Expand Down
Loading