This release adds snapshot management capabilities and expands secret detection with 20 new patterns.
What's New
- Adds
/snapshotscommand to list and restore captured snapshots from the current session - Adds 20 new secret detection patterns including Discord bot tokens, Telegram bot tokens, Fly.io macaroons, Groq API keys, Perplexity API keys, and xAI/Grok API keys
Technical Changes
- Freezes config v8 and starts v9 as the latest configuration schema version
- Moves non-migration config tests to pkg/config for better organization
- Updates logging to use slog.WarnContext when a context is in scope
- Simplifies snapshot plumbing implementation
What's Changed
- freeze config v8 and start v9 as latest by @dgageot in #2688
- docs: update CHANGELOG.md for v1.55.0 by @docker-read-write[bot] in #2689
- feat(tui): add /snapshots command to list and restore captured snapshots by @dgageot in #2690
- feat(secretsscan): add 20 more secret patterns by @dgageot in #2692
- move non-migration config tests to pkg/config by @dgageot in #2693
Full Changelog: v1.55.0...v1.56.0