-
Notifications
You must be signed in to change notification settings - Fork 0
Storage
YarCraSy edited this page Jul 8, 2026
·
2 revisions
Previous page: Registry and Executor
Persistence lives in src/infrastructure/storage.
Goal:
- keep technical settings in VS Code global configuration.
- store the API key only in
SecretStorage. - store conversation history in
globalState.
The UI must not persist sensitive information on its own.