agent-afk 5.54.3 → 5.55.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/dist/cli/palette.d.ts +1 -0
- package/dist/cli.mjs +535 -533
- package/dist/index.mjs +1 -1
- package/dist/telegram.mjs +212 -212
- package/package.json +4 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agent-afk",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.55.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",
|
|
@@ -126,6 +126,9 @@
|
|
|
126
126
|
"audit:env": "tsx scripts/audit-env-access.ts",
|
|
127
127
|
"audit:env:check": "tsx scripts/audit-env-access.ts --check",
|
|
128
128
|
"audit:env:list": "tsx scripts/audit-env-access.ts --list",
|
|
129
|
+
"audit:chalk": "tsx scripts/audit-chalk-usage.ts",
|
|
130
|
+
"audit:chalk:check": "tsx scripts/audit-chalk-usage.ts --check",
|
|
131
|
+
"audit:chalk:list": "tsx scripts/audit-chalk-usage.ts --list",
|
|
129
132
|
"scan:env": "tsx scripts/render-env-registry.ts",
|
|
130
133
|
"scan:env:check": "tsx scripts/render-env-registry.ts --check",
|
|
131
134
|
"fix:pins": "tsx scripts/update-hash-pins.ts",
|