agent-afk 5.51.0 → 5.51.1

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": "5.51.0",
3
+ "version": "5.51.1",
4
4
  "description": "Open-source coding-agent harness you can actually change — own the loop (prompts, gates, routing, skills, terminal states), use any model, run long tasks while you're away.",
5
5
  "main": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -113,6 +113,7 @@
113
113
  "telegram:restart": "node dist/cli/index.js telegram restart",
114
114
  "telegram:logs": "node dist/cli/index.js telegram logs",
115
115
  "test": "vitest run",
116
+ "test:file": "vitest run",
116
117
  "test:coverage": "vitest run --coverage",
117
118
  "test:watch": "vitest watch",
118
119
  "test:pty": "vitest run --config vitest.pty.config.ts",