dsh-ssh-tui 0.5.3 → 0.5.5
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.
- package/README.en.md +36 -10
- package/README.md +21 -12
- package/lib/approval-reviewer.js +56 -15
- package/lib/approval-reviewer.js.map +1 -1
- package/lib/auto-approval.js +251 -35
- package/lib/auto-approval.js.map +1 -1
- package/lib/copy-text.js +62 -0
- package/lib/copy-text.js.map +1 -0
- package/lib/dsh-compat.js +142 -1
- package/lib/dsh-compat.js.map +1 -1
- package/lib/footer.js +337 -0
- package/lib/footer.js.map +1 -0
- package/lib/i18n/en.js +62 -3
- package/lib/i18n/en.js.map +1 -1
- package/lib/i18n/zh.js +62 -3
- package/lib/i18n/zh.js.map +1 -1
- package/lib/index.js +7 -5
- package/lib/index.js.map +1 -1
- package/lib/json-args.js +30 -0
- package/lib/json-args.js.map +1 -0
- package/lib/paint.js +288 -0
- package/lib/paint.js.map +1 -0
- package/lib/picker.js +453 -66
- package/lib/picker.js.map +1 -1
- package/lib/plan.js +369 -0
- package/lib/plan.js.map +1 -0
- package/lib/quota.js +408 -0
- package/lib/quota.js.map +1 -0
- package/lib/session-index.js +80 -0
- package/lib/session-index.js.map +1 -0
- package/lib/session-list.js +210 -88
- package/lib/session-list.js.map +1 -1
- package/lib/term-text.js +953 -0
- package/lib/term-text.js.map +1 -0
- package/lib/tool-present.js +744 -0
- package/lib/tool-present.js.map +1 -0
- package/lib/transcript-types.js +6 -0
- package/lib/transcript-types.js.map +1 -0
- package/lib/tui.js +643 -3299
- package/lib/tui.js.map +1 -1
- package/lib/types/approval-reviewer.d.ts +8 -2
- package/lib/types/auto-approval.d.ts +28 -0
- package/lib/types/copy-text.d.ts +9 -0
- package/lib/types/dsh-compat.d.ts +78 -6
- package/lib/types/footer.d.ts +155 -0
- package/lib/types/json-args.d.ts +7 -0
- package/lib/types/paint.d.ts +80 -0
- package/lib/types/picker.d.ts +101 -7
- package/lib/types/plan.d.ts +80 -0
- package/lib/types/quota.d.ts +94 -0
- package/lib/types/session-index.d.ts +32 -0
- package/lib/types/session-list.d.ts +35 -2
- package/lib/types/term-text.d.ts +149 -0
- package/lib/types/tool-present.d.ts +165 -0
- package/lib/types/transcript-types.d.ts +152 -0
- package/lib/types/tui.d.ts +53 -723
- package/package.json +20 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-ssh-tui",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.5",
|
|
4
4
|
"description": "SSH-friendly interactive terminal TUI plugin for DeepSeek Harness",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"deepseek-harness",
|
|
@@ -56,12 +56,14 @@
|
|
|
56
56
|
"patch": "./cordis.patch.yml"
|
|
57
57
|
},
|
|
58
58
|
"compatibility": {
|
|
59
|
-
"dsh": ">=0.1.
|
|
59
|
+
"dsh": ">=0.1.2-rc.1 <0.1.6",
|
|
60
60
|
"dshReleases": {
|
|
61
61
|
"0.1.2-rc.1": "compatible",
|
|
62
62
|
"0.1.3-alpha.1": "unknown",
|
|
63
|
-
"0.1.3-alpha.2": "
|
|
64
|
-
"0.1.5-alpha.1": "
|
|
63
|
+
"0.1.3-alpha.2": "compatible",
|
|
64
|
+
"0.1.5-alpha.1": "compatible",
|
|
65
|
+
"0.1.5-alpha.2": "compatible",
|
|
66
|
+
"0.1.5-rc.1": "compatible"
|
|
65
67
|
},
|
|
66
68
|
"profiles": ["tui"]
|
|
67
69
|
}
|
|
@@ -90,20 +92,20 @@
|
|
|
90
92
|
},
|
|
91
93
|
"peerDependencies": {
|
|
92
94
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
93
|
-
"@deepseek-ai/dsh-agent": ">=0.1.
|
|
94
|
-
"@deepseek-ai/dsh-agent-default-model": ">=0.1.
|
|
95
|
-
"@deepseek-ai/dsh-agent-loop": ">=0.1.
|
|
96
|
-
"@deepseek-ai/dsh-agent-presets": ">=0.1.
|
|
97
|
-
"@deepseek-ai/dsh-cmdline": ">=0.1.
|
|
98
|
-
"@deepseek-ai/dsh-commands": ">=0.1.
|
|
99
|
-
"@deepseek-ai/dsh-credentials": ">=0.1.
|
|
100
|
-
"@deepseek-ai/dsh-llm": ">=0.1.
|
|
101
|
-
"@deepseek-ai/dsh-session": ">=0.1.
|
|
102
|
-
"@deepseek-ai/dsh-settings": ">=0.1.
|
|
103
|
-
"@deepseek-ai/dsh-subagent": ">=0.1.
|
|
104
|
-
"@deepseek-ai/dsh-user-approval": ">=0.1.
|
|
105
|
-
"@deepseek-ai/dsh-user-questions": ">=0.1.
|
|
106
|
-
"@deepseek-ai/dsh-session-persistence": ">=0.1.
|
|
95
|
+
"@deepseek-ai/dsh-agent": ">=0.1.2-rc.1",
|
|
96
|
+
"@deepseek-ai/dsh-agent-default-model": ">=0.1.2-rc.1",
|
|
97
|
+
"@deepseek-ai/dsh-agent-loop": ">=0.1.2-rc.1",
|
|
98
|
+
"@deepseek-ai/dsh-agent-presets": ">=0.1.2-rc.1",
|
|
99
|
+
"@deepseek-ai/dsh-cmdline": ">=0.1.2-rc.1",
|
|
100
|
+
"@deepseek-ai/dsh-commands": ">=0.1.2-rc.1",
|
|
101
|
+
"@deepseek-ai/dsh-credentials": ">=0.1.2-rc.1",
|
|
102
|
+
"@deepseek-ai/dsh-llm": ">=0.1.2-rc.1",
|
|
103
|
+
"@deepseek-ai/dsh-session": ">=0.1.2-rc.1",
|
|
104
|
+
"@deepseek-ai/dsh-settings": ">=0.1.2-rc.1",
|
|
105
|
+
"@deepseek-ai/dsh-subagent": ">=0.1.2-rc.1",
|
|
106
|
+
"@deepseek-ai/dsh-user-approval": ">=0.1.2-rc.1",
|
|
107
|
+
"@deepseek-ai/dsh-user-questions": ">=0.1.2-rc.1",
|
|
108
|
+
"@deepseek-ai/dsh-session-persistence": ">=0.1.2-rc.1"
|
|
107
109
|
},
|
|
108
110
|
"peerDependenciesMeta": {
|
|
109
111
|
"@deepseek-ai/dsh-user-approval": {
|