Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
3249ab8
Add Claude Opus 5 capabilities
yaacovcorcos Jul 24, 2026
ada9658
Merge remote-tracking branch 'origin/main' into maintenance/upstream-…
yaacovcorcos Jul 25, 2026
fbb16a1
Harden Claude capability discovery and Opus gating
yaacovcorcos Jul 25, 2026
108c565
Refresh Claude discovery results
yaacovcorcos Jul 25, 2026
d0c9062
Fail closed on Claude capability boundaries
yaacovcorcos Jul 25, 2026
8e7091a
Scope Claude discovery to the exact runtime
yaacovcorcos Jul 25, 2026
420453b
Bind Claude Opus 5 to the exact runtime
yaacovcorcos Jul 25, 2026
df872a5
Merge remote-tracking branch 'origin/main' into maintenance/upstream-…
yaacovcorcos Jul 26, 2026
e476afc
Harden Claude Opus 5 runtime gating
yaacovcorcos Jul 26, 2026
65c96a0
Keep Claude fresh defaults available
yaacovcorcos Jul 26, 2026
3191557
fix(claude): isolate discovery lifecycle generations
yaacovcorcos Jul 26, 2026
e9ad408
fix(claude): bind discovery cache generations
yaacovcorcos Jul 26, 2026
12b8f83
test(web): bind Claude prefetch generation keys
yaacovcorcos Jul 26, 2026
226f2ad
fix(claude): authorize Opus 5 from exact runtime
yaacovcorcos Jul 26, 2026
925b2f1
fix(claude): make discovery generations monotonic
yaacovcorcos Jul 26, 2026
e0a49b1
Fix provider runtime extraction and setup progress
yaacovcorcos Jul 26, 2026
2f5eb8a
fix(claude): harden discovery lifecycle ownership
yaacovcorcos Jul 26, 2026
af06e26
fix(claude): generation-key native slash-command discovery
yaacovcorcos Jul 26, 2026
07184d5
Merge remote-tracking branch 'origin/main' into maintenance/upstream-…
yaacovcorcos Jul 26, 2026
295c519
feat(agent-gateway): host-served MCP read/coordination tools (Slice 1)
yaacovcorcos Jul 26, 2026
31a7046
fix(agent-gateway): keep contracts barrel frozen + format Slice 1 files
yaacovcorcos Jul 26, 2026
f215938
fix(agent-gateway): close read_thread disclosure oracle + revoke toke…
yaacovcorcos Jul 27, 2026
9560b9d
feat(agent-gateway): drive tools — send_message + interrupt (Slice 2)
yaacovcorcos Jul 26, 2026
5760bc1
fix(agent-gateway): keep AnyCommand as `any` so indexed access typech…
yaacovcorcos Jul 26, 2026
f95488e
refactor(persistence): pin migration 035 to a frozen model-selection …
yaacovcorcos Jul 27, 2026
4672cf8
chore(migration-guard): audited one-time allowance for the 035 decouple
yaacovcorcos Jul 27, 2026
04538d9
Merge origin/main into maintenance/upstream-opus5-20260725
yaacovcorcos Jul 27, 2026
7fe2a49
Merge origin/main (bb78b795, #139) into maintenance/upstream-opus5-20…
yaacovcorcos Jul 27, 2026
a1e3bf0
Merge remote-tracking branch 'origin/main' into agent/pr68-cleanup-20…
yaacovcorcos Jul 27, 2026
ddf27b8
feat(providers): add safe sign-out controls
yaacovcorcos Jul 27, 2026
88164c6
Merge remote-tracking branch 'origin/main' into agent/pr68-cleanup-20…
yaacovcorcos Jul 27, 2026
9cb17a8
fix(providers): close review gaps
yaacovcorcos Jul 27, 2026
9a47c0b
fix(providers): polish status accessibility
yaacovcorcos Jul 27, 2026
61e8886
fix(providers): preserve released contract lineage
yaacovcorcos Jul 27, 2026
329cb74
fix(providers): use native sign-out confirmation
yaacovcorcos Jul 27, 2026
9d98400
Merge remote-tracking branch 'origin/main' into agent/pr68-cleanup-20…
yaacovcorcos Jul 27, 2026
5a14c25
Merge remote-tracking branch 'origin/main' into maintenance/upstream-…
yaacovcorcos Jul 27, 2026
338ad96
Fix Claude discovery generation isolation
yaacovcorcos Jul 27, 2026
d09270f
Merge remote-tracking branch 'origin/agent/pr68-cleanup-20260726' int…
yaacovcorcos Jul 27, 2026
d071fd4
Fix Claude model discovery without init event
yaacovcorcos Jul 27, 2026
68eaaed
perf(git): fetch compact diff scope stats
yaacovcorcos Jul 27, 2026
8d454c9
fix(diff): keep selected scope count current
yaacovcorcos Jul 28, 2026
79fc99f
fix(diff): move stats RPC outside released contracts
yaacovcorcos Jul 28, 2026
89a001c
Merge remote-tracking branch 'origin/main' into agent/pr68-cleanup-20…
yaacovcorcos Jul 28, 2026
7c9fc13
fix: enforce provider archive extraction limits
yaacovcorcos Jul 28, 2026
9fe9d20
Merge commit '7c9fc1384a09a10124141e8faa0c518611640919' into integrat…
yaacovcorcos Jul 28, 2026
f50b693
Merge commit 'd071fd46ab01b9b95cc4c2955301f4a17ab2ef24' into integrat…
yaacovcorcos Jul 28, 2026
b1f7e56
fix(web): close project actions before editing
yaacovcorcos Jul 28, 2026
f2c7473
test(web): cover project action focus handoff
yaacovcorcos Jul 28, 2026
c31be8b
feat(git): discover committed PR templates safely
yaacovcorcos Jul 28, 2026
6b4e896
Merge commit 'f2c7473a964dc72fa004267b7f23ffeac5014e4a' into integrat…
yaacovcorcos Jul 28, 2026
d10abae
Merge PR #146 into desktop integration queue
yaacovcorcos Jul 28, 2026
afb4081
Merge commit 'f215938ccabe9dec94fc70fe7059d0f7854e0489' into integrat…
yaacovcorcos Jul 28, 2026
d8cbce7
Merge commit '5760bc1950b203e3f1ac2c222c924cab7c49a3b3' into integrat…
yaacovcorcos Jul 28, 2026
e71f62b
Merge remote-tracking branch 'origin/integration/desktop-queue-202607…
yaacovcorcos Jul 28, 2026
a24cc12
fix(server): harden agent gateway session boundaries
yaacovcorcos Jul 28, 2026
242a4d4
fix(server): close agent gateway review gaps
yaacovcorcos Jul 28, 2026
86b97d5
fix(server): bind gateway limits to session lifecycle
yaacovcorcos Jul 28, 2026
dad795b
fix(agent-gateway): preserve honest message provenance
yaacovcorcos Jul 28, 2026
e92da04
fix(orchestration): retain agent dispatch provenance
yaacovcorcos Jul 28, 2026
9e67226
Merge agent gateway queue adaptation
yaacovcorcos Jul 28, 2026
66e341f
Merge aligned compact diff statistics
yaacovcorcos Jul 28, 2026
e355652
fix(git): honor GitHub PR template variants
yaacovcorcos Jul 28, 2026
672a4d4
Merge commit '66e341f2825abe7831d175c70af5c3bd25515120' into feature/…
yaacovcorcos Jul 28, 2026
287fc65
fix(git): require canonical PR template names
yaacovcorcos Jul 28, 2026
fd7e8e9
fix(git): require dotted template extensions
yaacovcorcos Jul 28, 2026
20846fa
Merge safe PR template discovery
yaacovcorcos Jul 28, 2026
a594c4b
Sync promoted main into desktop integration queue
yaacovcorcos Jul 28, 2026
3f7ef52
Add governed source-control writing (#153)
yaacovcorcos Jul 28, 2026
9bc587c
Add floating browser preview (#152)
yaacovcorcos Jul 28, 2026
10b2ec5
docs(release): add Scient v0.5.14 in-app release note
Jul 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
1 change: 1 addition & 0 deletions apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"node-pty": "^1.1.0",
"open": "^10.1.0",
"parse5": "^7.3.0",
"smol-toml": "^1.6.1",
"tar": "^7.5.20",
"tree-kill": "^1.2.2",
"unzipper": "^0.12.3",
Expand Down
305 changes: 295 additions & 10 deletions apps/server/src/git/Layers/CodexTextGeneration.test.ts

Large diffs are not rendered by default.

Loading