Changelog
What's new in Session Intelligence
1.2.0webMar 14, 2026
- Add team workspaces: shared session search across team members scoped to projects
- Add workspace dashboard with context switcher, members tab, and settings management
- Add invite link flow for joining workspaces
- Add per-seat Stripe billing for team workspaces ($25/mo per seat)
- Add workspace-scoped session detail and context API for cross-team search
- Gate team workspace creation behind feature flag for controlled rollout
0.4.1cliMar 14, 2026
- Add --workspace flag to context command for team session search
- Show @author in context results when searching workspace sessions
- Update context skill definition with workspace documentation
1.1.0webMar 13, 2026
- Fix cross-project bleed in semantic search by adding filter parity to vector search
- Normalize project names to match across subdirectories and worktrees
- Capture assistant responses for richer, conversation-aware session summaries
- Rewrite summary prompt to extract decisions, rejected approaches, and key findings
1.0.0webMar 13, 2026
- Add changelog page and version footer
- Add admin dashboard with adoption metrics and distributions
- Instrument API routes with feature event tracking
- Fix session detail: accumulate git stats, add timeline timestamps
- Replace static related sessions with on-demand hybrid search modal
- Add /api/context endpoint for session context retrieval
0.4.0cliMar 13, 2026
- Improve CLI onboarding: global install, --force flag, help screen
- Install context skill during CLI setup for Claude and Cursor
- Add context command for session context retrieval
0.9.0webMar 8, 2026
- Render structured summaries in detail view, extract overview for cards
- Add resummarize cron endpoint for backfilling structured summaries
- Upgrade summary generation with structured prompt and model selection
- Add multi-tool source tracking and Cursor support
- Add model breakdown to OG image
- Add session detail page with metadata, summary, related sessions, and timeline
- Add public share API for shared sessions
0.1.7cliMar 11, 2026
- Add import command to backfill dashboard with local transcripts
- Fix search match_context and forward tool_input from CLI
0.8.0webMar 5, 2026
- Rebuild homepage for "why layer" positioning
- Add builder trust section to homepage
- Remove lines changed stat from public profile and OG image
- Filter currently capturing to only thinking/needs_input sessions
- Improve search UX: add close button, loading state, and fix flicker
- Remove GitHub tab, simplify session cards and dashboard layout
- Add account deletion with Stripe cancellation and data cleanup
0.1.5cliMar 10, 2026
- Use direct binary name in hooks instead of npx
- Spawn detached process for session-end hook to avoid cancellation
- Fix stale sessions by registering SessionEnd hook and adding idle timeout
- Fix duplicate user creation when CLI user logs in via GitHub
- Add CLI status command to view sessions from terminal
- Prepare CLI package for npm publishing
0.7.0webMar 3, 2026
- Redesign homepage to lead with product experience
- Add FAQ section to homepage for trust and conversion clarity
- Replace favicon with green LED dot to match brand
- Add semantic search with Voyage AI embeddings and related sessions
- Add SEO basics: robots.txt, sitemap, llms.txt, structured data
- Add session search with full-text search and event enrichment
- Add Telegram notifications for new users and payments
0.6.0webMar 1, 2026
- Add admin dashboard with usage metrics and charts
- Add resume session button with modal on session cards
- Replace free tier with 7-day trial, raise price to $19/mo
- Add marketing homepage and README with onboarding docs
- Replace username+API-key login with GitHub OAuth
0.5.0webFeb 28, 2026
- Add public activity profiles with GitHub-style contribution heatmap
- Add settings tab with plan management, GitHub connection, and CLI key regeneration
- Add OG meta tags and model usage tracking to public profiles
- Add AI session summaries via Claude Haiku on session end
- Add plan-based session retention, active/archived split, and pro search
0.1.0webFeb 25, 2026
- Add Claude Code session dashboard
- Add auth system and GitHub integration
- Show CI check status on PR cards