@kody-ade/kody-engine 0.4.552 → 0.4.554

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.
@@ -297,6 +297,8 @@ export interface ClaudeCodeSpec {
297
297
  permissionMode: "default" | "acceptEdits" | "plan" | "bypassPermissions"
298
298
  /** null = unbounded. */
299
299
  maxTurns: number | null
300
+ /** Tools the SDK must reject even when the model requests them. */
301
+ disallowedTools?: string[]
300
302
  /** Extended-thinking token budget. null = SDK default. */
301
303
  maxThinkingTokens: number | null
302
304
  /** User-facing effort level. When set, preferred over maxThinkingTokens. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kody-ade/kody-engine",
3
- "version": "0.4.552",
3
+ "version": "0.4.554",
4
4
  "description": "kody — autonomous development engine. Single-session Claude Code agent behind a generic executor + declarative implementation profiles.",
5
5
  "license": "MIT",
6
6
  "type": "module",