Releases: PeterPym/contextify
Contextify 1.3.0
Unified CLI Command
This release introduces contextify as the primary CLI command (replacing contextify-query).
What's New
- Unified CLI: The primary command is now
contextifyinstead ofcontextify-query - Backwards Compatibility:
contextify-queryandcontextify-ingeststill work as symlinks - Total Recall: Updated to use the new
contextifycommand
Installation
- DMG: Download and drag to Applications
- Homebrew:
brew tap peterpym/contextify && brew install contextify-query
Migration
If you have the CLI installed via Homebrew, run:
brew update && brew upgrade contextify-query
The contextify-query command will continue to work but will show a deprecation notice when run from a terminal.
Contextify 1.2.1
macOS DMG Changes
- Improved DMG installer with directional arrow between app and Applications folder
- Fixed Applications folder icon display on macOS Tahoe (26)
Linux CLI Changes
This release improves the Linux CLI experience for fresh installations.
Bug Fixes
- Fixed argv handling - Resolved "unexpected arguments" error on launch
- Improved error messaging - Clearer output for network failures and permission issues
- Fixed signal handling - Ctrl+C during installation now cleans up properly
- Fixed progress display - Removed duplicate "Finalizing" messages
Improvements
- macOS-only flags hidden -
--helpon Linux no longer shows irrelevant macOS options - Better first-run UX - Smoother ingestion flow with proper progress indication
Contextify 1.2.0
Contextify 1.2.0
What's New
Unified Linux CLI
The CLI has been refactored into a single contextify binary that handles all operations:
contextify ingest- Index transcriptscontextify status- Show database statuscontextify doctor- Diagnose installationcontextify install-skill- Install Total Recall skill
Backwards-compatible symlinks (contextify-query, contextify-ingest) are included.
Quick Install (Linux):
curl -fsSL https://contextify.sh/install.sh | shBug Fixes
- Tab persistence: Hidden project tabs now persist across app restart
- CLI argv parsing: Fixed argument parsing for Linux CLI (ct-92)
Installation
macOS (DMG)
Download Contextify-1.2.0.dmg below and drag to Applications.
Linux CLI
# Automatic installation
curl -fsSL https://contextify.sh/install.sh | sh
# Manual: download the appropriate tarball
tar xzf contextify-linux-*.tar.gz -C ~/.local/bin/Technical Notes
- Build 20
- Schema version 34
- Requires macOS 15 (Sequoia) or later for macOS app
- macOS 26 (Tahoe) recommended for Apple Intelligence summaries
Contextify 1.1.0
Contextify v1.1.0
Highlights
All Platforms
- Linux CLI Support - Total Recall now works on Linux systems running Claude Code or Codex CLI
- Codex CLI Integration - Full skill support for OpenAI's Codex CLI alongside Claude Code
- CLI Health Checker - New
contextify-query doctorcommand diagnoses installation issues - 2.5x Faster Bulk Ingest - Performance optimizations dramatically speed up first-run and large history imports
macOS App
- Inline Image Rendering - Images in timeline entries now render inline with Quick Look preview
- Status Bar Permissions - Visual indicator shows permission state at a glance
- Project Attribution Fix - Entries are now correctly attributed to projects based on working directory
- Sidechain Visibility - Agent sub-conversations and tool calls are now captured and searchable
Full Changelog
New
- Linux CLI:
contextify-querynow builds and runs on Linux - CLI Doctor Command: Run
contextify-query doctorto diagnose installation health - Codex CLI Support: Total Recall skill installs for Codex CLI automatically
- Inline Images: Timeline shows images with Quick Look support
- Status Bar Indicator: See permission status in the status bar
- Worktree Grouping: Projects visually grouped by git worktree
Improved
- Bulk Ingest Performance: ~2.5x faster via PRAGMA tuning and observation-free ingest
- Project Attribution: Entries reassigned based on CWD for accuracy
- CLI Installation: Unified manifest format, auto-repair for partial installs
- Sidechain Capture: Agent sidechains and tool invocations now stored and searchable
Fixed
- Project misattribution from session ID collisions
- Skill directory cleanup when disabling CLI integration
- PATH warning during CLI installation
- Sidechain filter now independent of "show hidden" setting
Installation
macOS (DMG)
Download Contextify-1.1.0.dmg below and drag to Applications.
Linux CLI
Download the appropriate tarball for your architecture:
contextify-linux-arm64.tar.gz(ARM64/aarch64)contextify-linux-x86_64.tar.gz(Intel/AMD x86_64)
Extract and add to PATH:
tar xzf contextify-linux-*.tar.gz
sudo mv contextify-query /usr/local/bin/Homebrew (macOS CLI only)
brew tap peterpym/contextify
brew install contextify-queryContextify 1.0.7
What's New
- Total Recall: Your AI can now search your conversation history with
/total-recall - Improved skill discoverability with autocomplete support
- Updated system requirements display on download page
Download
Download the DMG and drag Contextify to Applications. Existing users will receive this update automatically via Sparkle.
CLI Users (Homebrew): Run brew upgrade contextify-query after the formula is updated.
Contextify 1.0.6
What's New
• macOS 15 Compatibility - Now supports macOS 15 (Sequoia) in Lite Mode. Timeline monitoring and search work fully; AI summaries require macOS 26+.
• Total Recall - Introducing Contextify Query, a new CLI for AI to query your conversation history using a new Claude Code skill and Agent. See Settings > CLI for install instructions.
• Improved Agent Sidechain Support - Better capture of tool invocations and agent sidechains for more complete conversation context.
• Bug Fixes and Performance Enhancements
CLI v1.0.5
Fix: Handle argv[0] without path (occurs when invoked by command name only)
CLI v1.0.4
Fixed plugin path lookup for Homebrew Cellar structure
CLI v1.0.3
Added install-plugin and uninstall-plugin commands for Claude Code integration
Contextify v1.0.2
CLI release for Homebrew distribution.
Installation
brew install PeterPym/contextify/contextify-queryOr:
brew tap PeterPym/contextify
brew install contextify-queryWhat's New
- Homebrew CLI distribution for App Store users
- Improved error messages when database not found
- Added --version flag for version checking