mirror of
https://github.com/obra/superpowers.git
synced 2026-04-21 17:09:07 +08:00
Allows indexing conversations without AI summary generation. Still generates embeddings locally for semantic search. Usage: index-conversations --cleanup --no-summaries Changes: - Added --no-summaries flag parsing in index-cli.ts - Updated indexConversations, indexSession, indexUnprocessed to accept noSummaries param - Changed indexUnprocessed to check database instead of summary file existence - Updated help text with new flag and examples This enables indexing large conversation archives without API costs.