agent-afk 5.66.0 → 5.68.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.
@@ -5,6 +5,9 @@ export declare class TimeoutError extends Error {
5
5
  readonly timeoutMs: number;
6
6
  constructor(message: string, timeoutMs: number);
7
7
  }
8
+ export declare class IdleWatchdogError extends TimeoutError {
9
+ constructor(message: string, idleTimeoutMs: number);
10
+ }
8
11
  export declare class HookBlockedError extends Error {
9
12
  readonly event: string;
10
13
  readonly reason?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-afk",
3
- "version": "5.66.0",
3
+ "version": "5.68.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",