threadwire 0.1.28 → 0.1.29
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/CHANGELOG.md +3 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
- Upgrade `release-patch` from 1.0.3 to 1.0.5 so npm registry visibility is
|
|
6
|
+
checked for up to 10 attempts over 150 seconds without repeating the publish.
|
|
7
|
+
|
|
5
8
|
- Add an optional loopback-only TensorBuzz-to-Telegram queue bridge. It verifies
|
|
6
9
|
bounded raw-body HMAC-SHA-256 requests before JSON parsing, admits a closed
|
|
7
10
|
`build_group.completed` schema, builds a bounded canonical `/queue` prompt,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "threadwire",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.29",
|
|
4
4
|
"description": "Stream Codex, Claude, Kimi Code, and OpenCode worker progress to an explicit Telegram destination",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai-agent",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"eslint-plugin-jsdoc": "63.0.0",
|
|
69
69
|
"fallow": "3.2.0",
|
|
70
70
|
"globals": "17.0.0",
|
|
71
|
-
"release-patch": "1.0.
|
|
71
|
+
"release-patch": "1.0.5",
|
|
72
72
|
"typescript": "6.0.2"
|
|
73
73
|
},
|
|
74
74
|
"license": "AGPL-3.0-only",
|