Skip to content

v0.2.13

Latest
Compare
Choose a tag to compare
@neilberkman neilberkman released this 15 Jul 19:09

Shannon v0.2.13 - Advanced Claude Conversation Search

Named after Claude Shannon, the father of information theory.

🎯 Quick Start

# Find Claude exports automatically
shannon discover

# Import conversations  
shannon import conversations.json

# Search with natural language
shannon search "machine learning projects"

# Interactive TUI with file watching
shannon tui --watch

πŸ“¦ Installation Methods

  • Homebrew: brew install neilberkman/shannon/shannon
  • Direct Download: See assets below
  • Go Install: go install github.com/neilberkman/shannon@latest

Changelog

  • 456e8be Fix discovery validation and remove file size limit (v0.2.13)
  • 9d01554 feat(tui): Add snapshot tests for browse mode

Full Changelog: v0.2.12...v0.2.13


πŸ’‘ New to Shannon? Check out the Quick Start Guide
πŸ› Found a bug? Please open an issue