Search the documentation
2 pages for updatesettings.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
Configure your agent
Claude Code CLI · in the page
agent-sdk/configuration
…s the permission mode TypeScript also has `applyFlagSettings()` and `updateSettings()`: * **`applyFlagSettings()`**: applies settings at runtime, as in `await session.applyFlagSettings({ effortLevel…
Agent SDK reference - TypeScript
Claude Code CLI · in the page
agent-sdk/typescript
…gh' | 'max' | null : Settings[K] | null; }): Promise<void>; updateSettings( source: 'localSettings' | 'userSettings', settings: Record<string, unknown>, ): Promise<void>; initial…