agent-afk 5.104.0 → 5.104.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.
@@ -77,6 +77,9 @@ export declare class SessionToolDispatcher implements ToolDispatcher {
77
77
  setAllowAll(allow: boolean): void;
78
78
  setResolveBase(newCwd: string): void;
79
79
  get toolDefs(): readonly AnthropicToolDef[];
80
+ private denialReason;
81
+ private isRegisteredTool;
82
+ private unknownToolMessage;
80
83
  private checkReadOnlyBash;
81
84
  private emitPreToolUseBlock;
82
85
  private checkRepeatCircuitBreaker;
@@ -1 +1,2 @@
1
1
  export declare function isTooBroadRoot(candidate: string): boolean;
2
+ export declare function ungatedSensitiveRoot(candidate: string): string | undefined;