Skip to content

Releases: hanityx/threadlens

ThreadLens v0.3.1

Choose a tag to compare

@github-actions github-actions released this 18 May 13:23

Changes

  • Cleaned up provider internals and provider extension docs.
  • Improved provider action safety and regression coverage.
  • Removed unsupported legacy ChatGPT provider surface.
  • Simplified public templates, docs, and stale preview assets.
  • Added smoke checks for Web, TUI, and packaged Desktop.

Desktop builds are unsigned.

ThreadLens v0.3.0

Choose a tag to compare

@github-actions github-actions released this 25 Apr 18:09

ThreadLens v0.3.0 makes local AI session work faster, safer, and easier to follow, with better search, clearer session flows, stronger impact analysis, and desktop packaging.

Highlights

  • Desktop app builds. macOS DMG, Windows EXE, and Linux AppImage are now part of the release flow.
  • Better Sessions. Codex, Claude, Gemini, and Copilot sessions now have cleaner tables, parser health, routing details, backup views, and safer archive/delete actions.
  • Better Search. Results are grouped by session, message matches are easier to open, stale searches reset cleanly, transient transcript misses are retried, and local file paths no longer leak into URLs.
  • Safer Threads. The Threads tab now has impact previews, backup-aware actions, confirm-token checks, unsafe thread-id guards, and partial failure reporting.
  • Cleaner UI. Sessions, Threads, Overview, and setup screens got layout, copy, spacing, locale, and load-more polish. Feature CSS and locale chunks are split more cleanly.
  • Stronger local desktop behavior. Packaged desktop API calls now use an app-only token, recovery exports are portable, and packaged smoke/release asset checks are wired in.
  • TUI parity. Search, Sessions, Threads workflows, shortcuts, locale copy, and update notices are closer to the web app.
  • Updated runtime and dependencies. Node, pnpm, Vite, Vitest, TypeScript, React, Storybook, and Electron were updated so the web app, TUI, desktop package, and CI run on the same baseline.

Notes: Node 22 and pnpm 10.33 are now the baseline. macOS builds are unsigned for now.

Full Changelog: v0.2.2...v0.3.0

ThreadLens v0.2.2

Choose a tag to compare

@github-actions github-actions released this 05 Apr 19:58

Summary

  • Fix Windows release asset naming so portable exe and SHA256 checksums match.
  • Keep Windows provider detection, update-check caching, and fresh-clone TUI fixes from v0.2.1.

ThreadLens v0.2.1

Choose a tag to compare

@github-actions github-actions released this 05 Apr 19:13

Summary

  • Fix Windows provider path resolution for Codex, Claude, and Gemini
  • Persist update checks for 24 hours and remove false update prompts in dev runs
  • Make pnpm start:tui work from a fresh clone after pnpm install

ThreadLens v0.2.0

Choose a tag to compare

@hanityx hanityx released this 04 Apr 21:36

Summary

  • Add 10-locale support across the web app and TUI
  • Add desktop builds for macOS, Windows, and Linux
  • Remove the legacy sync-lens slice and related unused UI code

ThreadLens v0.1.1

Choose a tag to compare

@hanityx hanityx released this 01 Apr 18:07

Summary

  • Reflect Codex rename changes in Sessions and Search after sync
  • Pick up Claude custom titles from saved session metadata
  • Keep renamed sessions discoverable in TUI filtering
  • Add update notices in web, TUI, and desktop

ThreadLens v0.1.0

Choose a tag to compare

@hanityx hanityx released this 30 Mar 11:17

Summary

  • Search local conversations across Codex, Claude, Gemini, and Copilot
  • Inspect provider sessions with transcript detail and backup-first actions
  • Review Codex thread cleanup with dry-run guardrails