fix(stdio-agent): declare the dsh-llm dependency the moved spec uses
stdio-chat.spec.ts imports ContentBlock/StreamChunk types from @deepseek-ai/dsh-llm; the manifest entry lived on the folded package and did not move with the tests. Declared peer+dev like the module's other harness deps (the src consumes dsh-llm vocabulary through the session events it renders).
This commit is contained in:
@@ -34,6 +34,7 @@
|
|||||||
"@cordisjs/plugin-loader": "^1.0.0-rc.4",
|
"@cordisjs/plugin-loader": "^1.0.0-rc.4",
|
||||||
"@cordisjs/plugin-logger-console": "^1.0.0",
|
"@cordisjs/plugin-logger-console": "^1.0.0",
|
||||||
"@deepseek-ai/dsh-agent": "^0.0.1",
|
"@deepseek-ai/dsh-agent": "^0.0.1",
|
||||||
|
"@deepseek-ai/dsh-llm": "^0.0.1",
|
||||||
"@deepseek-ai/dsh-agent-core": "^0.0.1",
|
"@deepseek-ai/dsh-agent-core": "^0.0.1",
|
||||||
"@deepseek-ai/dsh-session": "^0.0.1",
|
"@deepseek-ai/dsh-session": "^0.0.1",
|
||||||
"@deepseek-ai/dsh-session-persistence-jsonl": "^0.0.1",
|
"@deepseek-ai/dsh-session-persistence-jsonl": "^0.0.1",
|
||||||
@@ -45,6 +46,7 @@
|
|||||||
"@cordisjs/plugin-loader": "workspace:^",
|
"@cordisjs/plugin-loader": "workspace:^",
|
||||||
"@cordisjs/plugin-logger-console": "workspace:^",
|
"@cordisjs/plugin-logger-console": "workspace:^",
|
||||||
"@deepseek-ai/dsh-agent": "workspace:^",
|
"@deepseek-ai/dsh-agent": "workspace:^",
|
||||||
|
"@deepseek-ai/dsh-llm": "workspace:^",
|
||||||
"@deepseek-ai/dsh-agent-core": "workspace:^",
|
"@deepseek-ai/dsh-agent-core": "workspace:^",
|
||||||
"@deepseek-ai/dsh-session": "workspace:^",
|
"@deepseek-ai/dsh-session": "workspace:^",
|
||||||
"@deepseek-ai/dsh-session-persistence-jsonl": "workspace:^",
|
"@deepseek-ai/dsh-session-persistence-jsonl": "workspace:^",
|
||||||
|
|||||||
Generated
+3
@@ -897,6 +897,9 @@ importers:
|
|||||||
'@deepseek-ai/dsh-agent-core':
|
'@deepseek-ai/dsh-agent-core':
|
||||||
specifier: workspace:^
|
specifier: workspace:^
|
||||||
version: link:../../core/agent-core
|
version: link:../../core/agent-core
|
||||||
|
'@deepseek-ai/dsh-llm':
|
||||||
|
specifier: workspace:^
|
||||||
|
version: link:../../llm/llm
|
||||||
'@deepseek-ai/dsh-session':
|
'@deepseek-ai/dsh-session':
|
||||||
specifier: workspace:^
|
specifier: workspace:^
|
||||||
version: link:../../core/session
|
version: link:../../core/session
|
||||||
|
|||||||
Reference in New Issue
Block a user