@locusai/locus-telegram 0.24.2 → 0.24.4
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 +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# locus-telegram
|
|
2
2
|
|
|
3
|
-
Remote-control your [Locus](https://github.com/locusai
|
|
3
|
+
Remote-control your [Locus](https://github.com/asgarovf/locusai) agent from Telegram. Full CLI command mapping, git operations, interactive keyboards, and built-in PM2 process management.
|
|
4
4
|
|
|
5
5
|
## Setup
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@locusai/locus-telegram",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.4",
|
|
4
4
|
"description": "Remote-control Locus via Telegram with full CLI mapping, git operations, and PM2 management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@grammyjs/runner": "^2.0.3",
|
|
30
|
-
"@locusai/locus-gateway": "^0.24.
|
|
31
|
-
"@locusai/locus-pm2": "^0.24.
|
|
32
|
-
"@locusai/sdk": "^0.24.
|
|
30
|
+
"@locusai/locus-gateway": "^0.24.4",
|
|
31
|
+
"@locusai/locus-pm2": "^0.24.4",
|
|
32
|
+
"@locusai/sdk": "^0.24.4",
|
|
33
33
|
"grammy": "^1.35.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|