Bug Fixes
Installer Reliability Improvements
- Dynamic version resolution: Both install.sh and install.ps1 now resolve the latest version via GitHub API with redirect-based fallback, eliminating hardcoded version drift
- Robust version validation: Extracted version strings are validated to match expected format (
^v[0-9]) preventing malformed version strings from being used - PowerShell error handling: Fixed
-ErrorActionfromSilentlyContinuetoStopfor reliable error catching in redirect-based version resolution
OpenCode Export Fixes
- Improved detection:
detect_opencode_session()now uses directory structure validation instead of loose substring matching, eliminating false positives - Title preservation: Fixed
run_export()to preserve existing session titles from OpenCode sessions instead of unconditionally overwriting them
Installation
Unix/macOS (bash)
curl -fsSL https://raw.githubusercontent.com/Dicklesworthstone/coding_agent_session_search/main/install.sh | bashWindows (PowerShell)
irm https://raw.githubusercontent.com/Dicklesworthstone/coding_agent_session_search/main/install.ps1 | iexFrom Source
cargo install --git https://github.com/Dicklesworthstone/coding_agent_session_searchChecksums (SHA256)
| Platform | Archive | SHA256 |
|---|---|---|
| Linux x86_64 | coding-agent-search-x86_64-unknown-linux-gnu.tar.xz
| See .sha256 file
|
| Linux ARM64 | coding-agent-search-aarch64-unknown-linux-gnu.tar.xz
| See .sha256 file
|
| macOS Intel | coding-agent-search-x86_64-apple-darwin.tar.xz
| See .sha256 file
|
| macOS ARM64 | coding-agent-search-aarch64-apple-darwin.tar.xz
| See .sha256 file
|
| Windows | coding-agent-search-x86_64-pc-windows-msvc.zip
| See .sha256 file
|
Full Changelog: v0.1.51...v0.1.52