agent-afk 2.3.1 → 2.4.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-afk",
3
- "version": "2.3.1",
3
+ "version": "2.4.0",
4
4
  "description": "CLI tool for interacting with AI agents via multiple interfaces",
5
5
  "main": "dist/index.mjs",
6
6
  "type": "module",
@@ -70,8 +70,6 @@
70
70
  "telegram:restart": "node dist/cli/index.js telegram restart",
71
71
  "telegram:logs": "node dist/cli/index.js telegram logs",
72
72
  "test": "vitest run",
73
- "test:integration": "vitest run tests/integration",
74
- "test:e2e": "vitest run tests/e2e",
75
73
  "test:coverage": "vitest run --coverage",
76
74
  "test:watch": "vitest watch",
77
75
  "lint": "tsc --noEmit",