github Dicklesworthstone/coding_agent_session_search v0.1.52

latest releases: v0.1.55, v0.1.54, v0.1.53...
7 days ago

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 -ErrorAction from SilentlyContinue to Stop for 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 | bash

Windows (PowerShell)

irm https://raw.githubusercontent.com/Dicklesworthstone/coding_agent_session_search/main/install.ps1 | iex

From Source

cargo install --git https://github.com/Dicklesworthstone/coding_agent_session_search

Checksums (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

Don't miss a new coding_agent_session_search release

NewReleases is sending notifications on new releases.