Skip to content

Releases: thinkwright/claude-chronicle

v0.2.2

16 Feb 22:11

Choose a tag to compare

Changelog

  • cd9e3ca Merge fix/code-review-issues: 8 code review fixes (v0.2.2)
  • 598e2b0 fix: 8 code review fixes (correctness, performance, elegance)

v0.2.1

16 Feb 00:14

Choose a tag to compare

Changelog

  • f0b720c Fix panel border overflow for long message text

v0.2.0

16 Feb 00:09

Choose a tag to compare

What's New

Custom Project Paths

  • CLAUDE_CONFIG_DIR support — clog now respects this env var for users with non-default Claude data locations
  • --add-path / --remove-path CLI flags — add custom directories to scan for Claude projects
  • Interactive settings UI — press ? then navigate with ↑↓ to add/remove paths directly from the TUI

UUID Subdirectory Discovery

  • Newer Claude Code versions store session data in UUID subdirectories. clog now scans these automatically.
  • File watcher also monitors UUID subdirs for live updates.

Settings Modal Improvements

  • Unified cursor navigation/ (or j/k) moves through all actions: Reindex, Rebuild, path entries, Add path
  • Enter to activate any selected action
  • Context-sensitive footer hints

Bug Fixes

  • Fixed saveConfig() silently wiping ProjectPaths and DefaultScope by creating a fresh config

Install

go install github.com/thinkwright/claude-chronicle/cmd/clog@v0.2.0

v0.1.1

15 Feb 22:38

Choose a tag to compare

Changelog