@locusai/locus-telegram 0.22.0 → 0.22.2

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.
@@ -151,7 +151,7 @@ var init_dist = __esm(() => {
151
151
  },
152
152
  ai: {
153
153
  provider: "claude",
154
- model: "claude-sonnet-4-6"
154
+ model: "opus"
155
155
  },
156
156
  agent: {
157
157
  maxParallel: 3,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@locusai/locus-telegram",
3
- "version": "0.22.0",
3
+ "version": "0.22.2",
4
4
  "description": "Remote-control Locus via Telegram with full CLI mapping, git operations, and PM2 management",
5
5
  "type": "module",
6
6
  "bin": {
@@ -26,7 +26,7 @@
26
26
  "format": "biome format --write ."
27
27
  },
28
28
  "dependencies": {
29
- "@locusai/sdk": "^0.22.0",
29
+ "@locusai/sdk": "^0.22.2",
30
30
  "grammy": "^1.35.0",
31
31
  "pm2": "^6.0.5"
32
32
  },