@locusai/telegram 0.9.4 → 0.9.7

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/bin/telegram.js +2 -2
  2. package/package.json +2 -2
package/bin/telegram.js CHANGED
@@ -19924,10 +19924,10 @@ function executeShellCommand(command, options) {
19924
19924
  // src/timeouts.ts
19925
19925
  var HANDLER_TIMEOUT = 600000;
19926
19926
  var EXECUTE_DEFAULT_TIMEOUT = 600000;
19927
- var PLAN_TIMEOUT = 300000;
19927
+ var PLAN_TIMEOUT = 600000;
19928
19928
  var STREAMING_DEFAULT_TIMEOUT = 3600000;
19929
19929
  var GIT_TIMEOUT = 60000;
19930
- var DEV_TIMEOUT = 300000;
19930
+ var DEV_TIMEOUT = 600000;
19931
19931
 
19932
19932
  // src/commands/dev.ts
19933
19933
  var USAGE = `<b>Usage:</b> /dev &lt;command&gt;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@locusai/telegram",
3
- "version": "0.9.4",
3
+ "version": "0.9.7",
4
4
  "description": "Telegram bot for Locus - remote control your AI agents from Telegram",
5
5
  "type": "module",
6
6
  "bin": {
@@ -32,7 +32,7 @@
32
32
  "author": "",
33
33
  "license": "MIT",
34
34
  "dependencies": {
35
- "@locusai/sdk": "^0.9.4",
35
+ "@locusai/sdk": "^0.9.7",
36
36
  "dotenv": "^16.4.7",
37
37
  "telegraf": "^4.16.3"
38
38
  },