agent-afk 5.51.1 → 5.51.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.
- package/dist/bundled-plugins/awa-bundled/skills/refactor/SKILL.md +1 -1
- package/dist/cli.mjs +187 -181
- package/dist/index.mjs +185 -179
- package/dist/telegram/streaming.d.ts +8 -0
- package/dist/telegram.mjs +229 -223
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agent-afk",
|
|
3
|
-
"version": "5.51.
|
|
3
|
+
"version": "5.51.2",
|
|
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",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"audit:sdk": "tsx scripts/audit-sdk-dependency.ts",
|
|
122
122
|
"audit:sdk:check": "tsx scripts/audit-sdk-dependency.ts --check",
|
|
123
123
|
"audit:sdk:update-lock": "tsx scripts/audit-sdk-dependency.ts --update-lock",
|
|
124
|
-
"audit:deps": "
|
|
124
|
+
"audit:deps": "tsx scripts/audit-deps.ts",
|
|
125
125
|
"audit:env": "tsx scripts/audit-env-access.ts",
|
|
126
126
|
"audit:env:check": "tsx scripts/audit-env-access.ts --check",
|
|
127
127
|
"audit:env:list": "tsx scripts/audit-env-access.ts --list",
|