pku-xht
|
be7e746bb7
|
Merge pull request #2873 from deepseek-harness/codex/product-subagent-runtime-refresh-codex
feat(subagent): configure Codex provider models
|
2026-08-25 20:43:31 +08:00 |
|
imccyu
|
c4e0b3b1e7
|
Merge pull request #2587 from deepseek-harness/codex/history-packed-transport
perf(history): carry packed assistant chunks
|
2026-08-25 20:39:45 +08:00 |
|
imccyu
|
27b8d6fe97
|
fix(chat): exclude packed deltas from token fold
|
2026-08-25 20:25:23 +08:00 |
|
imccyu
|
d3efd9c35d
|
fix(conversation): restore merge-map lint scope
|
2026-08-25 20:15:07 +08:00 |
|
imccyu
|
adddc4dea6
|
test(history): cover packed record branches
|
2026-08-25 20:15:07 +08:00 |
|
imccyu
|
f37bb35a97
|
perf(conversation): fold packed assistant history
|
2026-08-25 20:15:06 +08:00 |
|
imccyu
|
1ec75c9082
|
perf(history): retain packed records in client
|
2026-08-25 20:13:54 +08:00 |
|
pku-xht
|
ea3284b1af
|
Merge commit '0c177e17a23692d018a79bae59ac9a2db6eba59c' into codex/product-subagent-runtime-refresh-codex
|
2026-08-25 20:11:56 +08:00 |
|
imccyu
|
20d55b2c41
|
feat(gateway): support ranged journal entries
|
2026-08-25 20:10:50 +08:00 |
|
kingwl
|
4f02717ebc
|
fix(e2e): decode packed history records
|
2026-08-25 20:10:50 +08:00 |
|
kingwl
|
04c0758fe9
|
fix(history): adapt packed pages to session journal
|
2026-08-25 20:10:43 +08:00 |
|
kingwl
|
055c505c6d
|
test(history): measure complete response parsing
|
2026-08-25 20:10:43 +08:00 |
|
kingwl
|
86e79b5886
|
test(history): label synthetic timing totals
|
2026-08-25 20:10:43 +08:00 |
|
kingwl
|
5171e107e0
|
test(history): measure end-to-end timing stages
|
2026-08-25 20:10:43 +08:00 |
|
kingwl
|
a47e80678e
|
fix(history): preserve per-delta replay
|
2026-08-25 20:10:43 +08:00 |
|
kingwl
|
3511796fa6
|
test(web): await completed turn footers
|
2026-08-25 20:10:43 +08:00 |
|
kingwl
|
ea282f5710
|
test(history): measure packed heap usage
|
2026-08-25 20:10:43 +08:00 |
|
kingwl
|
dec9732d1f
|
test(history): add packed transport benchmark
|
2026-08-25 20:10:43 +08:00 |
|
kingwl
|
f2ca913756
|
perf(history): carry packed assistant chunks
|
2026-08-25 20:10:42 +08:00 |
|
CreatixChu
|
e2a10b141e
|
Merge pull request #3014 from deepseek-harness/worktree/2848-image-token-pressure
feat(llm): 在 compaction 中按路由为图片请求压力计价
|
2026-08-25 20:10:28 +08:00 |
|
creatixchu
|
e497ea69b1
|
Merge remote-tracking branch 'origin/master' into worktree/2848-image-token-pressure
|
2026-08-25 19:56:17 +08:00 |
|
pku-xht
|
b4b18715ad
|
Merge pull request #2868 from deepseek-harness/codex/dsh-sdk-dynamic-subagent-routing
feat(subagent): carry model routing through DSH SDK
|
2026-08-25 19:54:24 +08:00 |
|
pku-xht
|
d149e6f222
|
Merge commit '80d68a54120fc87e6b354e41562a9fbfd6874e48' into codex/product-subagent-runtime-refresh-codex
# Conflicts:
# examples/acp-agent/tests/snapshots/product-subagent-result-diagnostic/stdout.expected.jsonl
# snapshots/session/product-subagent-result-diagnostic/session.jsonl
|
2026-08-25 19:42:47 +08:00 |
|
pku-xht
|
170c640bdf
|
Merge commit '80d68a54120fc87e6b354e41562a9fbfd6874e48' into codex/dsh-sdk-dynamic-subagent-routing
|
2026-08-25 19:38:11 +08:00 |
|
pku-xht
|
4d54bfdff3
|
test(snapshot): refresh DSH SDK route schemas
|
2026-08-25 19:36:55 +08:00 |
|
pku-xht
|
24e7d55ec6
|
Merge pull request #2869 from deepseek-harness/codex/product-subagent-runtime-refresh-claude-code
feat(subagent): configure Claude Code provider models
|
2026-08-25 19:33:08 +08:00 |
|
pku-xht
|
d372dceee1
|
Merge commit '74a6e1e5cf520cdde8bf461d9051c81142fd6afe' into codex/dsh-sdk-dynamic-subagent-routing
|
2026-08-25 19:25:22 +08:00 |
|
pku-xht
|
88f518097b
|
Merge commit '74a6e1e5cf520cdde8bf461d9051c81142fd6afe' into codex/product-subagent-runtime-refresh-claude-code
|
2026-08-25 19:15:55 +08:00 |
|
lsdsjy
|
ad1156eb0b
|
Merge pull request #2904 from deepseek-harness/feat/headless-reasoning-progress
feat(headless): stream reasoning progress to stderr
|
2026-08-25 19:09:47 +08:00 |
|
 ZiyaandZiyaZhang
|
b565df3442
|
feat(web): show exact per-turn token usage (#3005)
* feat(web): show exact per-turn token usage
* test(runtime): refresh exact token usage snapshots
* refactor(token-meter): own per-turn usage folding
* perf(ui-chat): bound paging anchor layout reads
* test(web): align usage golden with system prompt row
* fix(test): resolve token-meter client from source
* test(token-meter): cover retry without usage
---------
Co-authored-by: ZiyaZhang <199893125+ZiyaZhang@users.noreply.github.com>
|
2026-08-25 19:05:52 +08:00 |
|
lsdsjy
|
7c7e4aada8
|
fix(snapshot): project headless reasoning stderr
|
2026-08-25 18:51:37 +08:00 |
|
lsdsjy
|
3a9820c8cb
|
fix(headless): make stream chunk handling exhaustive
|
2026-08-25 18:51:37 +08:00 |
|
lsdsjy
|
2813ef2a95
|
fix(headless): preserve reasoning block continuity
|
2026-08-25 18:51:37 +08:00 |
|
lsdsjy
|
937d2b3513
|
feat(headless): stream reasoning progress to stderr
|
2026-08-25 18:51:37 +08:00 |
|
lsdsjy
|
4f3f716de7
|
Merge pull request #2765 from deepseek-harness/fix/str-replace-null-insert-line
fix(fs): tolerate null editor placeholders
|
2026-08-25 18:47:34 +08:00 |
|
pku-xht
|
b274f5e606
|
test: refresh dynamic route prompts after master
|
2026-08-25 18:39:26 +08:00 |
|
pku-xht
|
311d565ace
|
Merge commit '8385aeecf95a4b842e8c317ab75ce26cafe8ba90' into codex/dsh-sdk-dynamic-subagent-routing
|
2026-08-25 18:31:27 +08:00 |
|
pku-xht
|
b9cd0d0c93
|
test: declare loader fixture skill dependency
|
2026-08-25 18:29:13 +08:00 |
|
lsdsjy
|
5c98d5ece8
|
fix(fs): tolerate null editor placeholders
|
2026-08-25 18:28:09 +08:00 |
|
Dudu-0223
|
ee57508c26
|
Merge pull request #2985 from deepseek-harness/fix/web-fetch-ssrf
feat(web): enable public WebFetch by default
|
2026-08-25 18:25:58 +08:00 |
|
pku-xht
|
c97f985caa
|
test: stabilize post-merge integration fixtures
|
2026-08-25 18:22:42 +08:00 |
|
Dudu-0223
|
560729be76
|
ci(windows): serialize native test files
|
2026-08-25 18:12:03 +08:00 |
|
pku-xht
|
c2fb21d13a
|
Merge commit 'ead58a4a476200de2a2f2549ef6a02e73752b618' into codex/dsh-sdk-dynamic-subagent-routing
# Conflicts:
# .agents/notes/implemented/feature/2026-07-27-typescript-sdk-and-sdk-subagent-backend.i18n.yaml
# .agents/notes/implemented/feature/2026-07-27-typescript-sdk-and-sdk-subagent-backend.md
# .agents/notes/implemented/feature/2026-07-27-typescript-sdk-and-sdk-subagent-backend.zh.md
# examples/python-sdk-agent/tests/sdk.snapshot.ts
# packages/sdk/client/README.i18n.yaml
# packages/sdk/client/README.md
# packages/sdk/client/README.zh.md
# packages/sdk/client/src/types.ts
# packages/sdk/protocol/README.i18n.yaml
# packages/sdk/protocol/README.md
# packages/sdk/protocol/README.zh.md
# packages/sdk/server/src/server.ts
# packages/subagent/subagent-dsh-sdk/tests/fixtures/loader/snapshot.cordis.yml
# packages/subagent/subagent-dsh-sdk/tests/fixtures/loader/snapshot.replay.cordis.yml
|
2026-08-25 18:01:08 +08:00 |
|
pku-xht
|
19fe4ffb1b
|
Merge commit 'ead58a4a476200de2a2f2549ef6a02e73752b618' into codex/product-subagent-runtime-refresh-claude-code
# Conflicts:
# examples/acp-agent/tests/snapshots/product-subagent-result-diagnostic/stdout.expected.jsonl
# snapshots/session/product-subagent-result-diagnostic/session.jsonl
|
2026-08-25 17:54:09 +08:00 |
|
creatixchu
|
a6f2149472
|
Merge remote-tracking branch 'origin/master' into worktree/2848-image-token-pressure
# Conflicts:
# packages/subagent/subagent-acp/tests/subagent-acp.spec.ts
|
2026-08-25 17:51:27 +08:00 |
|
Dudu-0223
|
aeb83639c4
|
Merge remote-tracking branch 'origin/master' into fix/web-fetch-ssrf
# Conflicts:
# packages/subagent/subagent-acp/tests/subagent-acp.spec.ts
|
2026-08-25 17:20:48 +08:00 |
|
Dudu-0223
|
b68f36a1ca
|
test(web): authenticate folding snapshot
|
2026-08-25 17:20:06 +08:00 |
|
Chinesezjc
|
9bb3a5e262
|
Merge pull request #3059 from deepseek-harness/fix/subagent-acp-skip-ts
fix(subagent-acp): correct it.skipIf call arity
|
2026-08-25 17:19:53 +08:00 |
|
Chinesezjc
|
c26a3351c4
|
fix(subagent-acp): correct it.skipIf call arity
it.skipIf takes only the condition; passing a reason string as a second
argument breaks tsc and fails every build. Move the explanation to a comment.
|
2026-08-25 17:19:32 +08:00 |
|
creatixchu
|
1ca08183a6
|
test(web): authenticate folding snapshot page
|
2026-08-25 17:14:23 +08:00 |
|