Add system prompt options to extension commands

This commit is contained in:
Alexey Zaytsev
2026-06-01 15:40:48 -05:00
parent e56521e323
commit 8216cca5a7
6 changed files with 54 additions and 1 deletions

View File

@@ -2264,6 +2264,7 @@ export class AgentSession {
})();
},
getSystemPrompt: () => this.systemPrompt,
getSystemPromptOptions: () => this._baseSystemPromptOptions,
},
{
registerProvider: (name, config) => {