agent-afk 5.51.1 → 5.52.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": "5.51.1",
3
+ "version": "5.52.0",
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",
@@ -19,7 +19,8 @@
19
19
  "files": [
20
20
  "dist/",
21
21
  "scripts/postinstall.mjs",
22
- "NOTICE"
22
+ "NOTICE",
23
+ "assets/demo-placeholder.png"
23
24
  ],
24
25
  "keywords": [
25
26
  "ai-agent",
@@ -121,7 +122,7 @@
121
122
  "audit:sdk": "tsx scripts/audit-sdk-dependency.ts",
122
123
  "audit:sdk:check": "tsx scripts/audit-sdk-dependency.ts --check",
123
124
  "audit:sdk:update-lock": "tsx scripts/audit-sdk-dependency.ts --update-lock",
124
- "audit:deps": "pnpm audit --audit-level=critical --prod",
125
+ "audit:deps": "tsx scripts/audit-deps.ts",
125
126
  "audit:env": "tsx scripts/audit-env-access.ts",
126
127
  "audit:env:check": "tsx scripts/audit-env-access.ts --check",
127
128
  "audit:env:list": "tsx scripts/audit-env-access.ts --list",