Merge remote-tracking branch 'origin/master' into worktree/web-multimodal-image-input

# Conflicts:
#	.agents/notes/implemented/architecture/2026-07-05-reconstructable-requests.i18n.yaml
#	docs/config-catalog.md
#	docs/cordis-catalog/events.md
#	docs/cordis-catalog/services.md
#	docs/core-data-structures/core.md
#	docs/core-data-structures/core.zh.md
#	docs/core-data-structures/llm-streaming.i18n.yaml
#	docs/core-data-structures/llm-streaming.md
#	docs/core-data-structures/llm-streaming.zh.md
#	docs/event-producer-consumer.md
#	docs/module-graph.md
#	docs/subsystems/attachment.i18n.yaml
#	docs/subsystems/attachment.md
#	docs/subsystems/attachment.zh.md
#	docs/subsystems/core.i18n.yaml
#	examples/acp-agent/tests/snapshots/cordis-inspect-jsdoc/session.jsonl
#	packages/README.i18n.yaml
#	packages/README.md
#	packages/README.zh.md
#	packages/client/runtime/package.json
#	packages/client/ui-conversation/package.json
#	packages/client/ui-conversation/src/client/chat/AssistantMarkdown.tsx
#	packages/client/ui-conversation/src/client/chat/ChatView.tsx
#	packages/client/ui-conversation/src/client/chat/MessageItem.tsx
#	packages/client/ui-conversation/src/client/index.ts
#	packages/client/ui-conversation/tests/input-bar.spec.tsx
#	packages/compact/compact-basic/README.i18n.yaml
#	packages/compact/compact-basic/README.md
#	packages/compact/compact-basic/README.zh.md
#	packages/host/apiproxy/src/api-proxy.ts
#	packages/host/apiproxy/src/api/index.ts
#	packages/host/apiproxy/src/api/sessions.ts
#	packages/host/apiproxy/src/index.ts
#	packages/host/apiproxy/tests/api-proxy-models.spec.ts
#	packages/self-modification/tool-cordis/src/api-catalog.ts
#	pnpm-lock.yaml
#	scripts/type-equiv.manifest.json
This commit is contained in:
Yichen Jiang
2026-08-09 23:33:35 +08:00
3271 changed files with 69578 additions and 24953 deletions
+37 -7
View File
@@ -45,6 +45,7 @@
"headless-agent/tests/fixtures/time-context-mock-llm.ts",
"headless-agent/tests/fixtures/telemetry-otel-driver.ts",
"headless-agent/tests/fixtures/telemetry-redact-rule.ts",
"headless-agent/tests/fixtures/e2b/e2b/bin.ts",
"acp-agent/tests/snapshots/lsp-definition/workspace/subject.ts",
"acp-agent/tests/fixtures/child-question-tripwire.ts",
"acp-agent/tests/fixtures/partial-landlock-sandbox.ts",
@@ -229,6 +230,16 @@
"tests/**/*.ts"
]
},
"packages/e2b/e2b": {
"entry": [
"tests/**/*.spec.ts",
"tests/**/*.e2e.ts"
],
"project": [
"src/**/*.ts",
"tests/**/*.ts"
]
},
"packages/context/time-context": {
"entry": [
"tests/**/*.spec.ts",
@@ -272,7 +283,7 @@
"tests/**/*.ts"
]
},
"packages/telemetry/session-telemetry-otel": {
"packages/session/session-telemetry-otel": {
"entry": [
"tests/**/*.spec.ts",
"tests/**/*.e2e.ts"
@@ -408,7 +419,7 @@
"tests/**/*.ts"
]
},
"packages/session-title/session-title-first-message-llm": {
"packages/session/session-title-first-message-llm": {
"entry": [
"tests/**/*.spec.ts",
"tests/**/*.e2e.ts"
@@ -428,7 +439,7 @@
"tests/**/*.ts"
]
},
"packages/session-persistence/session-checkpoint-policy": {
"packages/session/session-checkpoint-policy": {
"entry": [
"tests/**/*.spec.ts",
"tests/**/*.e2e.ts"
@@ -507,7 +518,7 @@
"tests/**/*.ts"
]
},
"packages/ui/jsonrpc": {
"packages/scaffold/server": {
"entry": [
"tests/**/*.spec.ts",
"tests/**/*.e2e.ts"
@@ -517,7 +528,7 @@
"tests/**/*.ts"
]
},
"packages/ui/commands": {
"packages/interaction/commands": {
"entry": [
"tests/**/*.spec.ts"
],
@@ -531,7 +542,7 @@
"src/**/*.ts"
]
},
"packages/sdk/create-sdk": {
"packages/scaffold/create-sdk": {
"entry": [
"src/bin.ts",
"tests/**/*.spec.ts",
@@ -543,7 +554,7 @@
"tests/**/*.ts"
]
},
"packages/sdk/scripts": {
"packages/scaffold/scripts": {
"entry": [
"src/bin.ts",
"tests/**/*.spec.ts",
@@ -697,6 +708,20 @@
"@deepseek-ai/.+"
]
},
"apps/cli/tests/fixtures/github-repository-plugin/.dsh-plugin": {
"entry": [
"src/*.ts"
],
"project": [
"src/**/*.ts"
],
"ignoreDependencies": [
"@deepseek-ai/dsh-repository-plugin"
],
"ignoreBinaries": [
"dsh-plugin-prepare"
]
},
"packages/client/modules": {
"entry": [
"tests/**/*.spec.ts"
@@ -731,6 +756,11 @@
"@cordisjs/.+"
]
},
"packages/bundle/headless": {
"ignoreDependencies": [
"@deepseek-ai/dsh-code-runtime-worker"
]
},
"packages/bundle/web-app": {
"ignoreDependencies": [
"@deepseek-ai/.+"