mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
Merge remote-tracking branch 'origin/master' into fix/web-fetch-ssrf
# Conflicts: # examples/acp-agent/tests/acp.snapshot.ts # examples/acp-agent/tests/snapshots/web-fetch/input.json # examples/acp-agent/tests/snapshots/web-fetch/stdout.expected.jsonl # knip.json # packages/test-support/session-snapshot/tests/fixtures/web-fetch-network.ts # snapshots/sdk/subagent-mixed/session.1.jsonl # snapshots/sdk/subagent-mixed/session.2.jsonl # snapshots/session/advanced-toolchain-runtime/session.1.jsonl # snapshots/session/advanced-toolchain-runtime/session.2.jsonl # snapshots/session/subagent-depth-two-rejection/session.1.jsonl # snapshots/session/subagent-depth-two-rejection/session.2.jsonl # snapshots/session/subagent-multi/session.1.jsonl # snapshots/session/subagent-multi/session.2.jsonl # snapshots/session/subagent-parallel/session.1.jsonl # snapshots/session/subagent-parallel/session.2.jsonl # snapshots/session/web-fetch/session.jsonl # snapshots/session/web-fetch/web-fetch-fixture-server.mjs
This commit is contained in:
+3
-2
@@ -36,6 +36,8 @@
|
||||
"test:coverage": "vitest run --coverage",
|
||||
"test:coverage:partitioned": "tsx scripts/run-coverage-partitions.ts",
|
||||
"test:e2e": "vitest run --config vitest.e2e.config.ts",
|
||||
"test:expected": "vitest run --config vitest.expected.config.ts",
|
||||
"test:expected:refresh": "DSH_SNAPSHOT=refresh vitest run --config vitest.expected.config.ts",
|
||||
"test:issue-management": "node .github/issue-management/policy.test.mjs",
|
||||
"test:snapshot": "vitest run --config vitest.snapshot.config.ts",
|
||||
"test:snapshot:record": "DSH_SNAPSHOT=record vitest run --config vitest.snapshot.config.ts --update",
|
||||
@@ -144,14 +146,13 @@
|
||||
"release:publish": "tsx scripts/release/publish.ts",
|
||||
"dsh": "node --import tsx/esm apps/cli/src/bin.ts",
|
||||
"demo:code-mode": "node scripts/demo-code-mode.mjs",
|
||||
"demo:cordis": "node scripts/demo-cordis.mjs",
|
||||
"demo:acp": "node --import tsx/esm apps/cli/src/bin.ts --profile acp --patch examples/acp-agent/cordis.yml",
|
||||
"mock:llm": "node --import tsx packages/test-support/llm-mock-server/src/bin.ts",
|
||||
"dev:web": "tsx scripts/dev-web.ts --poll",
|
||||
"postinstall": "node scripts/install-lefthook.mjs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@deepseek-ai/dsh-tool-session-query": "workspace:^",
|
||||
"@deepseek-ai/dsh-web-fetch-http": "workspace:^",
|
||||
"@stylistic/eslint-plugin": "^5.10.0",
|
||||
"@testing-library/dom": "^10.4.1",
|
||||
"@testing-library/react": "^16.3.2",
|
||||
|
||||
Reference in New Issue
Block a user