Intent-Based Grouping
Semantic analysis tracks how that rename in index.ts cascades to auth.ts. AI understands that your README documents the change. Together, they partition your work into clean, logical commits automatically.
Unlimited Power
Mix and match changes at will. Filter out debug logs. Strip leaked secrets. Keep everything else. Your repo, your rules.
Atomic Safety
Everything happens in an isolated sandbox. Your working directory stays untouched, and your history only updates if the entire pipeline succeeds.
The CLI for power users.
Interact with your git history like never before. Scriptable, fast, and designed for the terminal native. Everything you need to craft the perfect commit, right at your fingertips.
Learn more→Visual clarity with View.
See your graph in high definition. Codestory View gives you a graphical interface to explore diffs, merge branches, and visualize the complex relationships in your repository.
Learn about View→Lore knows everything.
Your codebase isn't just code. It's docs, discussions, and decisions. Lore connects it all, giving you a semantic search engine that understands the 'why' behind every line of code.
Explore Lore→Knowledge Base
Why did we switch to Next.js?
Decision made in Q3 2024 to improve server-side rendering performance and leverage React Server Components for the dashboard...
Authentication Flow v2
The new auth flow separates the provider logic from the session management, allowing support for multiple providers...