@anthropic-ai/claude-code 2.1.19 → 2.1.20
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/cli.js +2725 -2559
- package/package.json +1 -1
- package/sdk-tools.d.ts +0 -4
package/package.json
CHANGED
package/sdk-tools.d.ts
CHANGED
|
@@ -58,10 +58,6 @@ export interface AgentInput {
|
|
|
58
58
|
* Maximum number of agentic turns (API round-trips) before stopping. Used internally for warmup.
|
|
59
59
|
*/
|
|
60
60
|
max_turns?: number;
|
|
61
|
-
/**
|
|
62
|
-
* Tools to grant this agent. User will be prompted to approve if not already allowed. Example: ["Bash(git commit*)", "Read"]
|
|
63
|
-
*/
|
|
64
|
-
allowed_tools?: string[];
|
|
65
61
|
/**
|
|
66
62
|
* Name for the spawned agent
|
|
67
63
|
*/
|