agent-afk 5.37.2 → 5.37.3

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.37.2",
3
+ "version": "5.37.3",
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",
@@ -92,6 +92,7 @@
92
92
  "@vitest/coverage-v8": "^2.1.8",
93
93
  "@xterm/headless": "^6.0.0",
94
94
  "esbuild": "^0.28.0",
95
+ "node-pty": "^1.1.0",
95
96
  "tsx": "^4.19.2",
96
97
  "typescript": "^5.7.3",
97
98
  "vitest": "^2.1.8"
@@ -114,6 +115,7 @@
114
115
  "test": "vitest run",
115
116
  "test:coverage": "vitest run --coverage",
116
117
  "test:watch": "vitest watch",
118
+ "test:pty": "vitest run --config vitest.pty.config.ts",
117
119
  "lint": "tsc --noEmit",
118
120
  "audit:sdk": "tsx scripts/audit-sdk-dependency.ts",
119
121
  "audit:sdk:check": "tsx scripts/audit-sdk-dependency.ts --check",