@sympoies/dsh-telegram 0.6.2 → 0.6.3
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.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -42,7 +42,7 @@ buttons in the chat.
|
|
|
42
42
|
|
|
43
43
|
## Requirements
|
|
44
44
|
|
|
45
|
-
- DeepSeek Harness `0.1.
|
|
45
|
+
- DeepSeek Harness `0.1.6-alpha.2` with a profile you can add plugins to
|
|
46
46
|
- **Bot API 10.1 or later**, for `sendRichMessage` and `sendRichMessageDraft`
|
|
47
47
|
- Node 24 or later
|
|
48
48
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sympoies/dsh-telegram",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3",
|
|
4
4
|
"description": "Telegram channel for DeepSeek Harness — real Telegram markdown, and answer the agent's questions and approvals straight from chat",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@deepseek-ai/schemastery": "3.18.2"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
|
-
"@deepseek-ai/dsh": "0.1.
|
|
60
|
+
"@deepseek-ai/dsh": "0.1.6-alpha.2"
|
|
61
61
|
},
|
|
62
62
|
"peerDependenciesMeta": {
|
|
63
63
|
"@deepseek-ai/dsh": {
|