Yichen Jiang
226600147e
feat(llm-deepseek): support low reasoning effort
2026-08-14 11:47:59 +08:00
Shigma
0ae8f27b93
docs: add link to preview paper
2026-08-13 18:37:45 +08:00
Turtle
7c94659ec4
docs: add source build prerequisite to plugin tutorial
2026-08-13 18:02:12 +08:00
_Kerman
598645f119
Merge pull request #2458 from deepseek-harness/xtr/fix-cold-session-list-metadata
...
fix(web): keep cold blank sessions out of recent lists
2026-08-13 15:34:14 +08:00
Chinesezjc
fc4405723f
Merge pull request #2299 from deepseek-harness/fix/windows-native-ci-local-validation
...
fix: Windows-native CI findings on latest master (local gate reproduction)
2026-08-13 15:30:47 +08:00
Huanqi Cao
a62884a565
docs: add junction-safe unlink rule to defensive patterns
2026-08-13 15:16:12 +08:00
_Kerman
378a662082
Merge remote-tracking branch 'origin/master' into dshw/pr-2458
2026-08-13 15:15:39 +08:00
_Kerman
2be3e12965
fix(apiproxy): harden cold session metadata probing
2026-08-13 15:09:21 +08:00
Turtle
4201bbceca
docs: use installed dsh command in publish tutorial
2026-08-13 14:20:09 +08:00
Turtle
62080d49c2
docs: fix release smoke test failures
2026-08-13 14:20:09 +08:00
_Kerman
3c06c66ac4
fix(web): hide verified cold blank sessions
2026-08-13 14:04:16 +08:00
Turtle
1540e76598
docs: capitalize Service Provider across repository
2026-08-13 13:31:30 +08:00
Hypatia May
b6b6a72df7
feat(session-query): ship full-text session search opt-in via openAt never
...
The shipped bundles keep ctx.sessionQuery mounted but set the new
session-query-sqlite `openAt: never` phase: searchSessions/searchEvents
fail with the typed SESSION_QUERY_SEARCH_DISABLED code before any request
normalization, node:sqlite is never imported or opened, and no source
observation or reconciliation runs. Every inherited exact read, filter,
and trace — session export descendants, subagent-fork Workspace
inheritance, title reads — keeps working, and the Web sidebar search
degrades to its designed local title/workspace matching. Enabling content
search is a one-line openAt override in a later patch layer; the web e2e
scaffold keeps it enabled as the assembled opt-in coverage.
2026-08-13 11:46:37 +08:00
Tianyi Cui
137c3c9254
Merge pull request #2428 from deepseek-harness/fix/run-code-description-contract
...
让 run_code 的模型面说明点名必填的 description 参数
2026-08-13 11:17:48 +08:00
Yichen Jiang
3bcc1a0bf7
Merge remote-tracking branch 'origin/master' into worktree/minimal-no-runtime-context
...
# Conflicts:
# packages/core/system-prompt/README.i18n.yaml
# packages/core/system-prompt/README.md
# packages/core/system-prompt/README.zh.md
# packages/examples/agent-spine-demo/README.i18n.yaml
# packages/examples/agent-spine-demo/README.md
# packages/examples/agent-spine-demo/README.zh.md
# packages/self-modification/tool-cordis/src/api-catalog.ts
2026-08-13 10:24:29 +08:00
Yichen Jiang
a135df8be6
Merge remote-tracking branch 'origin/master' into fix/run-code-description-contract
...
# Conflicts:
# examples/headless-agent/tests/snapshots/advanced-toolchain/session.1.jsonl
# examples/headless-agent/tests/snapshots/advanced-toolchain/session.2.jsonl
# examples/headless-agent/tests/snapshots/advanced-toolchain/session.jsonl
2026-08-13 10:13:53 +08:00
imccyu
34dd480ae5
fix(session-query): rename session log export package
2026-08-13 05:02:00 +08:00
imccyu
45dfff0cdd
fix: rebase 2
2026-08-13 02:22:10 +08:00
imccyu
39f55a049f
fix: rebase
2026-08-13 01:59:32 +08:00
imccyu
a7d4cd8e1b
fix: ci
2026-08-13 01:33:31 +08:00
imccyu
978e573605
fix: test/docs
2026-08-13 01:30:49 +08:00
Tianyi Cui
a2d0f7f411
refactor: apply repository naming contract
...
Apply the accepted pre-release package, service, type, directory, and role renames as one repository-wide change.
2026-08-13 00:54:38 +08:00
ZiyaZhang
d6fc55ad86
docs: refresh generated references
2026-08-12 08:39:09 -07:00
Yichen Jiang
63fecf2534
fix: name run_code's required description argument in its model-facing prose
...
The transport schema requires both `code` and `description`, but the tool
description and both SDK instruction flavors described the call as passing a
program. `description` was reachable only through the parameter schema, so a
model following the prose emitted `{code}` alone and lost the whole written
program to an INVALID_ARGS rejection.
The length and format guidance stays in RUN_CODE_DESCRIPTION_PARAM_DESCRIPTION
alone, so the schema and the prompt cannot drift.
Fixes #2426
2026-08-12 23:30:51 +08:00
Yichen Jiang
ece8645080
fix: suppress runtime context in minimal profiles
2026-08-12 23:28:15 +08:00
Ziya
e5e0b47cf2
Merge branch 'master' into agent/web-file-reference-prompt
2026-08-12 23:19:35 +08:00
ZiyaZhang
1ca6f68b17
fix(web): guide clickable file references
2026-08-12 07:30:53 -07:00
07akioni
7d595e0edc
Merge branch 'master' into fix/stats
2026-08-12 21:50:33 +08:00
07akioni
cb31f5e5b5
docs: regenerate the module graph for dsh-session-stats
2026-08-12 21:48:18 +08:00
07akioni
ae3f89e772
Merge remote-tracking branch 'origin/master' into fix/stats
2026-08-12 21:29:00 +08:00
Turtle
ca5e67490e
docs: recommend agent-assisted architecture exploration
2026-08-12 21:23:06 +08:00
07akioni
efb1857853
Merge remote-tracking branch 'origin/master' into fix/stats
2026-08-12 21:22:05 +08:00
Turtle
30b2a04b69
docs: correct the turn-flow event order and dispatch modes
...
turn/start precedes the first claim and pre-step, a rejected or empty first claim closes a zero-step turn, llm/stream and tools/* are their own domains, and agent/turn-stopping is serial. Regenerates the lifecycle diagram from the same facts and names --patch overlays exactly.
2026-08-12 21:03:15 +08:00
Turtle
7af0b8f6df
docs: fix grammar and sync Chinese counterparts
...
Correct the reworked English wording in the CLI profile section, architecture map, and llm-streaming cross-reference, then bring every edited pair's Chinese side along and re-record the pairing hashes.
2026-08-12 21:01:45 +08:00
Turtle
988f4ad117
update architeture.md
2026-08-12 21:01:11 +08:00
Turtle
09981bf948
human touch
2026-08-12 21:00:46 +08:00
Turtle
e091593866
replace url
2026-08-12 21:00:46 +08:00
xjt
23e09ec08e
Merge master into docs/post-v3-release-proofreading
2026-08-12 20:48:08 +08:00
07akioni
dabe6207f5
fix: 分页问题
2026-08-12 20:26:47 +08:00
xjt
3c6b6837a5
Merge remote-tracking branch 'origin/master' into docs/post-v3-release-proofreading
...
# Conflicts:
# .agents/notes/implemented/feature/2026-07-23-session-telemetry-otel-revival.i18n.yaml
# .agents/notes/implemented/feature/2026-07-23-session-telemetry-otel-revival.zh.md
# .agents/notes/implemented/feature/2026-07-31-web-telemetry-default-mount.i18n.yaml
# .agents/notes/implemented/feature/2026-07-31-web-telemetry-default-mount.zh.md
# README.i18n.yaml
# README.zh.md
# apps/cli/reference/README.i18n.yaml
# apps/cli/reference/README.zh.md
# scripts/snapshots/translation-prompt-v4/request-response.expected.json
2026-08-12 17:52:21 +08:00
NI0317
8940282aee
feat(session-export): add command and Header action
2026-08-12 17:41:36 +08:00
Chinesezjc
93b400a1de
Merge branch 'codex/disable-telemetry-default' into master
...
Resolved conflicts:
- packages/client/ui-settings-general/README.md, README.zh.md: kept PR
opt-in telemetry description (DSH_TELEMETRY_MODE)
- scripts/snapshots/translation-prompt-v4: kept master's newer README
structure snapshot
- i18n.yaml pairing records: resolved per file state
- pnpm-lock.yaml: regenerated
- Modify/delete conflicts (scaffold/telemetry, sdk-follow-up-capabilities):
kept master deletions
2026-08-12 17:27:37 +08:00
xjt
7325036d50
Merge remote-tracking branch 'origin/master' into docs/post-v3-release-proofreading
...
# Conflicts:
# docs/subsystems/feedback.i18n.yaml
# docs/subsystems/feedback.zh.md
2026-08-12 17:10:13 +08:00
Chinesezjc
d11df1825c
Merge remote-tracking branch 'origin/master' into feat/web-message-feedback-ui
2026-08-12 16:48:46 +08:00
xjt
947798948e
Merge remote-tracking branch 'origin/master' into docs/post-v3-release-proofreading
...
# Conflicts:
# .agents/notes/implemented/architecture/2026-08-03-pi-ai-declared-provider-catalog.i18n.yaml
# .agents/notes/implemented/architecture/2026-08-03-pi-ai-declared-provider-catalog.zh.md
# packages/llm/llm-pi-ai/README.i18n.yaml
# packages/llm/llm-pi-ai/README.zh.md
2026-08-12 16:48:14 +08:00
xjt
ce883ffea3
Merge remote-tracking branch 'origin/master' into docs/post-v3-release-proofreading
...
# Conflicts:
# .agents/notes/implemented/architecture/2026-06-20-generic-long-running-tool-runtime.i18n.yaml
# .agents/notes/implemented/architecture/2026-06-20-generic-long-running-tool-runtime.zh.md
# README.i18n.yaml
# README.zh.md
# scripts/snapshots/translation-prompt-v4/request-response.expected.json
2026-08-12 16:45:48 +08:00
xjt
0a8c9fb1f9
docs(i18n): address final proofreading feedback
2026-08-12 16:43:38 +08:00
Chinesezjc
e0e43f40c2
Merge remote-tracking branch 'origin/master' into feat/web-message-feedback-ui
2026-08-12 16:39:15 +08:00
Chinesezjc
c55fca5eda
Merge remote-tracking branch 'origin/master' into feat/web-message-feedback-ui
...
Keep both Remote contributions master and this branch add: the mount loop
now carries commandsRemote, goalsRemote, pluginInventoryRemote, and
messageFeedbackRemote, with both new tsconfig references retained.
2026-08-12 16:36:10 +08:00
Yichen Jiang
b77033d8b3
Merge master into worktree/custom-model-image-input-0185de
2026-08-12 16:32:49 +08:00