Auto-Save Your AI Conversations
SpecStory automatically saves AI chat history in your project’s.specstory
folder. Each conversation is saved as a separate markdown file, ensuring you never lose valuable AI interactions.- Auto-save is enabled by default but can be disabled via the setting
specstory.autoSave
. - Works seamlessly in the background.
- Preserves your entire conversation history.
- Compatible with local and remote workspaces (SSH, DevContainers, WSL).
Manual Save and Export
Need more control over your saved conversations? Use the command palette (Cmd/Ctrl+Shift+P) and runSpecStory: Save AI Chat History
to:- Select specific conversations to save.
- Combine multiple conversations into a single markdown file.
Share and Editorialize Your AI Conversations
Share your AI chat history instantly using the command palette withSpecStory: Share AI Chat History
.Key sharing features:- Get a unique, shareable URL instantly.
- Share anonymously - no signup required.
- Select specific conversations to include.
- Add markdown and edit markdown blocks, images and embed videos into to your shares.
- Add a GitHub URL to “link” your work together.
- Edit or remove shared content later (cookie-based authentication).
Automatically Derive Rules for AI
In SpecStory v0.7.0 and later you can turn on an feature via the settingspecstory.derivedRules
.To use this feature you must:
- Have Auto-save enabled.
- Create an account and sign-in to the Specstory extension.
- Automatically create a
derived-rules.mdc
to.cursor/rules
orcopilot-instructions.md
to.github/
. - Back-ups your previous versions to the
.specstory/ai_rules_backups
directory. - Automatically adds backups to your
.gitignore
. - Allows for custom file headers to be modified to customize rule generation through settings.