codsh-bundle 0.6.0 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,12 @@
1
1
  /**
2
2
  * What a pasted image becomes when the model cannot see.
3
3
  *
4
- * The default DeepSeek routes are text-only, so codsh gives an image two
5
- * honest lives. It is always saved to a stable file the agent's tools can
6
- * touch inspect, commit, embed. And when a vision sidecar is configured
7
- * (`CODSH_VISION_*`: any OpenAI-compatible multimodal endpoint), the image is
8
- * also described into text the model can actually read: everything in it
4
+ * DeepSeek Vision routes receive first-class image blocks before this module
5
+ * is involved. For text-only routes such as Flash and Pro, codsh gives an
6
+ * image two honest lives: it is always saved to a stable file the agent's
7
+ * tools can touch inspect, commit, embed. And when a vision sidecar is
8
+ * configured (`CODSH_VISION_*`: any OpenAI-compatible multimodal endpoint),
9
+ * the image is also described into text the model can actually read: everything in it
9
10
  * transcribed, structure narrated. Both ride the same message the person
10
11
  * sent, so they persist in durable history and survive `--resume`.
11
12
  * @module codsh-bundle/src/vision
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "codsh-bundle",
3
3
  "description": "The codsh runtime: the interactive TTY surface and code-cli agent preset, installed into a dsh profile. Users install codsh-cli (the launcher) — this package is what it registers.",
4
- "version": "0.6.0",
4
+ "version": "0.7.0",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "main": "lib/index.js",
@@ -38,38 +38,39 @@
38
38
  }
39
39
  },
40
40
  "dependencies": {
41
- "@deepseek-ai/dsh-agent-instructions": "^0.1.0-rc.8",
42
- "@deepseek-ai/dsh-agent-presets": "^0.1.0-rc.8",
43
- "@deepseek-ai/dsh-attachment": "^0.1.0-rc.8",
44
- "@deepseek-ai/dsh-cmdline": "^0.1.0-rc.8",
45
- "@deepseek-ai/dsh-code-runtime-worker-thread": "^0.1.0-rc.8",
46
- "@deepseek-ai/dsh-command-compact": "^0.1.0-rc.8",
47
- "@deepseek-ai/dsh-compaction-basic": "^0.1.0-rc.8",
48
- "@deepseek-ai/dsh-compaction-tool-result-pruner": "^0.1.0-rc.8",
49
- "@deepseek-ai/dsh-lsp": "^0.1.0-rc.8",
50
- "@deepseek-ai/dsh-lsp-stdio": "^0.1.0-rc.8",
51
- "@deepseek-ai/dsh-persona": "^0.1.0-rc.8",
52
- "@deepseek-ai/dsh-plan-mode": "^0.1.0-rc.8",
53
- "@deepseek-ai/dsh-skill-filesystem": "^0.1.0-rc.8",
54
- "@deepseek-ai/dsh-terminal": "^0.1.0-rc.8",
55
- "@deepseek-ai/dsh-terminal-bash": "^0.1.0-rc.8",
56
- "@deepseek-ai/dsh-tool-ask-user": "^0.1.0-rc.8",
57
- "@deepseek-ai/dsh-tool-bash": "^0.1.0-rc.8",
58
- "@deepseek-ai/dsh-tool-fs": "^0.1.0-rc.8",
59
- "@deepseek-ai/dsh-tool-fs-search": "^0.1.0-rc.8",
60
- "@deepseek-ai/dsh-tool-goal": "^0.1.0-rc.8",
61
- "@deepseek-ai/dsh-tool-jobs": "^0.1.0-rc.8",
62
- "@deepseek-ai/dsh-tool-lsp": "^0.1.0-rc.8",
63
- "@deepseek-ai/dsh-tool-pwsh": "^0.1.0-rc.8",
64
- "@deepseek-ai/dsh-tool-ralph": "^0.1.0-rc.8",
65
- "@deepseek-ai/dsh-tool-skill": "^0.1.0-rc.8",
66
- "@deepseek-ai/dsh-tool-subagent": "^0.1.0-rc.8",
67
- "@deepseek-ai/dsh-tool-subagent-control": "^0.1.0-rc.8",
68
- "@deepseek-ai/dsh-tool-terminal": "^0.1.0-rc.8",
69
- "@deepseek-ai/dsh-tool-todo": "^0.1.0-rc.8",
70
- "@deepseek-ai/dsh-tool-web": "^0.1.0-rc.8",
71
- "@deepseek-ai/dsh-tool-workflow": "^0.1.0-rc.8",
72
- "@deepseek-ai/dsh-workflow-worker-thread": "^0.1.0-rc.8",
41
+ "@deepseek-ai/dsh-agent-instructions": "^0.1.1-rc.2",
42
+ "@deepseek-ai/dsh-agent-presets": "^0.1.1-rc.2",
43
+ "@deepseek-ai/dsh-attachment": "^0.1.1-rc.2",
44
+ "@deepseek-ai/dsh-cmdline": "^0.1.1-rc.2",
45
+ "@deepseek-ai/dsh-code-runtime-worker-thread": "^0.1.1-rc.2",
46
+ "@deepseek-ai/dsh-command-compact": "^0.1.1-rc.2",
47
+ "@deepseek-ai/dsh-compaction-basic": "^0.1.1-rc.2",
48
+ "@deepseek-ai/dsh-compaction-tool-result-pruner": "^0.1.1-rc.2",
49
+ "@deepseek-ai/dsh-lsp": "^0.1.1-rc.2",
50
+ "@deepseek-ai/dsh-lsp-stdio": "^0.1.1-rc.2",
51
+ "@deepseek-ai/dsh-persona": "^0.1.1-rc.2",
52
+ "@deepseek-ai/dsh-plan-mode": "^0.1.1-rc.2",
53
+ "@deepseek-ai/dsh-skill": "^0.1.1-rc.2",
54
+ "@deepseek-ai/dsh-skill-filesystem": "^0.1.1-rc.2",
55
+ "@deepseek-ai/dsh-terminal": "^0.1.1-rc.2",
56
+ "@deepseek-ai/dsh-terminal-bash": "^0.1.1-rc.2",
57
+ "@deepseek-ai/dsh-tool-ask-user": "^0.1.1-rc.2",
58
+ "@deepseek-ai/dsh-tool-bash": "^0.1.1-rc.2",
59
+ "@deepseek-ai/dsh-tool-fs": "^0.1.1-rc.2",
60
+ "@deepseek-ai/dsh-tool-fs-search": "^0.1.1-rc.2",
61
+ "@deepseek-ai/dsh-tool-goal": "^0.1.1-rc.2",
62
+ "@deepseek-ai/dsh-tool-jobs": "^0.1.1-rc.2",
63
+ "@deepseek-ai/dsh-tool-lsp": "^0.1.1-rc.2",
64
+ "@deepseek-ai/dsh-tool-pwsh": "^0.1.1-rc.2",
65
+ "@deepseek-ai/dsh-tool-ralph": "^0.1.1-rc.2",
66
+ "@deepseek-ai/dsh-tool-skill": "^0.1.1-rc.2",
67
+ "@deepseek-ai/dsh-tool-subagent": "^0.1.1-rc.2",
68
+ "@deepseek-ai/dsh-tool-subagent-control": "^0.1.1-rc.2",
69
+ "@deepseek-ai/dsh-tool-terminal": "^0.1.1-rc.2",
70
+ "@deepseek-ai/dsh-tool-todo": "^0.1.1-rc.2",
71
+ "@deepseek-ai/dsh-tool-web": "^0.1.1-rc.2",
72
+ "@deepseek-ai/dsh-tool-workflow": "^0.1.1-rc.2",
73
+ "@deepseek-ai/dsh-workflow-worker-thread": "^0.1.1-rc.2",
73
74
  "@deepseek-ai/schemastery": "^3.18.1",
74
75
  "commander": "^15.0.0",
75
76
  "diff": "^9.0.0",
@@ -79,20 +80,20 @@
79
80
  "peerDependencies": {
80
81
  "@deepseek-ai/cordis": "^4.0.1",
81
82
  "@deepseek-ai/cordis-plugin-loader": "^1.0.2",
82
- "@deepseek-ai/dsh-agent": "^0.1.0-rc.8",
83
- "@deepseek-ai/dsh-agent-default-model": "^0.1.0-rc.8",
84
- "@deepseek-ai/dsh-commands": "^0.1.0-rc.8",
85
- "@deepseek-ai/dsh-home-paths": "^0.1.0-rc.8",
86
- "@deepseek-ai/dsh-invariants": "^0.1.0-rc.8",
87
- "@deepseek-ai/dsh-llm": "^0.1.0-rc.8",
88
- "@deepseek-ai/dsh-permission-presets": "^0.1.0-rc.8",
89
- "@deepseek-ai/dsh-session": "^0.1.0-rc.8",
90
- "@deepseek-ai/dsh-session-projection": "^0.1.0-rc.8",
91
- "@deepseek-ai/dsh-session-query": "^0.1.0-rc.8",
92
- "@deepseek-ai/dsh-token-meter": "^0.1.0-rc.8",
93
- "@deepseek-ai/dsh-tools": "^0.1.0-rc.8",
94
- "@deepseek-ai/dsh-user-approval": "^0.1.0-rc.8",
95
- "@deepseek-ai/dsh-user-questions": "^0.1.0-rc.8"
83
+ "@deepseek-ai/dsh-agent": "^0.1.1-rc.2",
84
+ "@deepseek-ai/dsh-agent-default-model": "^0.1.1-rc.2",
85
+ "@deepseek-ai/dsh-commands": "^0.1.1-rc.2",
86
+ "@deepseek-ai/dsh-home-paths": "^0.1.1-rc.2",
87
+ "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
88
+ "@deepseek-ai/dsh-llm": "^0.1.1-rc.2",
89
+ "@deepseek-ai/dsh-permission-presets": "^0.1.1-rc.2",
90
+ "@deepseek-ai/dsh-session": "^0.1.1-rc.2",
91
+ "@deepseek-ai/dsh-session-projection": "^0.1.1-rc.2",
92
+ "@deepseek-ai/dsh-session-query": "^0.1.1-rc.2",
93
+ "@deepseek-ai/dsh-token-meter": "^0.1.1-rc.2",
94
+ "@deepseek-ai/dsh-tools": "^0.1.1-rc.2",
95
+ "@deepseek-ai/dsh-user-approval": "^0.1.1-rc.2",
96
+ "@deepseek-ai/dsh-user-questions": "^0.1.1-rc.2"
96
97
  },
97
98
  "engines": {
98
99
  "node": ">=22.19"