Quickstart
Give your AI assistant a persistent memory. Best upgrade since coffee โ
๐ช Your work saves itself, no cloud required!
When you install SpecStory it begins its work in the background, automatically saving ๐๏ธ your AI chat history for your active project in ./specstory/history
.
You can toggle this on and off in our settings.
๐ฏ Cherry pick your save worthy moments
If you want to combine selected conversations into a single file, you can do that too. Just open the command palette (Cmd/Ctrl+Shift+P) and run SpecStory: Save AI Chat History
.
- ๐ Presto! Run this command and watch your AI conversations transform into a beautiful markdown file right before your eyes!
- ๐ No waiting around - it pops open instantly in your editor. (We love instant gratification!)
- ๐พ Like what you see? Hit that Save button and your AI wisdom is safely tucked into your project files.
- ๐ณ Feeling git-ty? Commit it to your repo just like any other file - because your AI conversations deserve version control too!
๐ Share your history with a story!
Share your chat history with others by opening the command pallette and running SpecStory: Share AI Chat History
.
- ๐ Ready to share your AI coding adventures with the world? One command sends your chat history sailing into the cloud, returning a magical URL just for you!
- ๐ญ No signup required - your shares are anonymous. (But hey, keep those secret API keys and passwords to yourself, okay?)
- ๐ Pro tip: Bookmark that special URL like itโs your favorite cat gif - youโll want it later!
- โ๏ธ As the creator, you can add a description to your share, paste images, and curate which chats to include.
- ๐ Mark it down: You can add tons of details to your share by adding sections of markdown-formatted text in between any parts of the conversation.
- ๐๏ธ Having second thoughts? Need to make something disappear? Drop us a line at support@specstory.com with a link to the share and weโll take care of it faster than you can say โdelete my search history.โ
๐งช Auto-magically derive Rules for AI
This is a feature that launched in SpecStory v0.7.0 for Cursor. It is updated to support both Copilot and Cursor in v0.11.0
. Unlike all of the above features, itโs use requires you to:
- Have Auto-save enabled.
- Create an account and sign-in to the SpecStory extension.
- โ Unfamiliar with what rules for AI are? Consult their respective docs:
- Copilot custom instructions
- Cursor project rules or Cursor101.com.
There isnโt a palette command for this one. When you chat with AI, SpecStory is like a mystical scribe in the corner, quill poised, noting patterns in:
- ๐ง Your thinking style: Do you prefer step-by-step explanations or quick solutions?
- ๐๏ธ Your rule file headers: Those special incantations you set the structure of your derived file with.
- ๐ Your iteration cycles: How you refine code and conversation together with AI.
- ๐๏ธ Your project structure: The architecture of your digital temple.
Thenโabracadabra!โSpecStory transmutes these observations into editor specific rules for AI. Stored in either:
- the
.github/
directory ascopilot-instructions.md
- the
.cursor/rules
directory asderived-rules.mdc
.
๐ Prompt Headers: The Secret Ingredient
SpecStory needs your rule file headers to brew the perfect rules. To start you off, weโve crafted a default based on distilled knowledge from the community of what tends to work best.
๐ The Benefits of this Sorcery
- ๐งโโ๏ธ Less repetitive incantations: Reduced need to constantly explain your preferences every time.
- โก Faster spell-casting: AI responses align with your project from the start.
- ๐ Self-improving magic: As you work, the rules evolve to match your growing expertise.