Skip to content

Storage

YarCraSy edited this page Jul 8, 2026 · 2 revisions

Previous page: Registry and Executor

Storage

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.


Next page: Settings, Secrets, and History

Clone this wiki locally