@sympoies/dsh-telegram 0.6.0 → 0.6.1

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.
Files changed (2) hide show
  1. package/README.md +7 -8
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -17,11 +17,6 @@
17
17
 
18
18
  A Telegram front end for [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness).
19
19
 
20
- This package is independently maintained by Sympoies from Adam Suchiha
21
- Fizullah's MIT-licensed
22
- [`@ashafizullah/dsh-telegram`](https://github.com/ashafizullah/dsh-telegram).
23
- The exact imported source and downstream repair are recorded in [NOTICE](NOTICE).
24
-
25
20
  Talk to your agent from your phone — and actually *answer* it when it asks something.
26
21
 
27
22
  ## Why this exists
@@ -47,7 +42,7 @@ buttons in the chat.
47
42
 
48
43
  ## Requirements
49
44
 
50
- - DeepSeek Harness with a profile you can add plugins to
45
+ - DeepSeek Harness `0.1.2-rc.1` with a profile you can add plugins to
51
46
  - **Bot API 10.1 or later**, for `sendRichMessage` and `sendRichMessageDraft`
52
47
  - Node 24 or later
53
48
 
@@ -586,5 +581,9 @@ would break every hook the moment the page mounted.
586
581
 
587
582
  ## License
588
583
 
589
- MIT. The original copyright and license are retained in [LICENSE](LICENSE),
590
- and the imported source is documented in [NOTICE](NOTICE).
584
+ MIT. The original copyright and license are retained in [LICENSE](LICENSE).
585
+
586
+ This package is independently maintained by Sympoies from Adam Suchiha
587
+ Fizullah's MIT-licensed
588
+ [`@ashafizullah/dsh-telegram`](https://github.com/ashafizullah/dsh-telegram).
589
+ The exact imported source and downstream repair are recorded in [NOTICE](NOTICE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sympoies/dsh-telegram",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
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",
@@ -53,11 +53,11 @@
53
53
  "prepack": "npm run check"
54
54
  },
55
55
  "dependencies": {
56
- "@deepseek-ai/cordis": "4.0.1",
57
- "@deepseek-ai/schemastery": "3.18.1"
56
+ "@deepseek-ai/cordis": "4.0.2",
57
+ "@deepseek-ai/schemastery": "3.18.2"
58
58
  },
59
59
  "peerDependencies": {
60
- "@deepseek-ai/dsh": "0.1.1-rc.2"
60
+ "@deepseek-ai/dsh": "0.1.2-rc.1"
61
61
  },
62
62
  "peerDependenciesMeta": {
63
63
  "@deepseek-ai/dsh": {