docs: clarify SDK extension discovery and settings.json support

This commit is contained in:
Mario Zechner 2026-01-05 18:00:32 +01:00
parent 4a7e8672af
commit 3129e2ac10
2 changed files with 13 additions and 5 deletions

View file

@ -101,7 +101,7 @@ export interface CreateAgentSessionOptions {
tools?: Tool[];
/** Custom tools to register (in addition to built-in tools). */
customTools?: ToolDefinition[];
/** Inline extensions (merged with discovery). */
/** Inline extensions. When provided (even if empty), skips file discovery. */
extensions?: ExtensionFactory[];
/** Additional extension paths to load (merged with discovery). */
additionalExtensionPaths?: string[];