Releases: illegalstudio/lazyagent
Releases · illegalstudio/lazyagent
v0.3.0
v0.2.3
Changelog
- dcbfb10 Merge pull request #3 from amargiovanni/feature/immediately-impactful
- 7cc3363 docs(readme): document sparkline, token/cost, spinner, and open key
- cfd2cca feat(ui): add sparkline, token/cost display, spinner, and editor open
- d219dbe feat: editor picker with GUI/TUI support and flash popup system
v0.2.2
v0.2.1
Changelog
- 02edeb7 Merge pull request #2 from illegalstudio/claude/add-mouse-support-sZH3m
- 82d135c feat: add macOS disclaimer
- 820267c feat: add mouse support for session navigation
- f6a7e26 feat: readme badges
- cd2e790 feat: update screenshot
- de8f63b feat: user screenshot in readme
- 1193078 fix: correct mouse click offset for session selection
v0.2.0
Changelog
- 5b0dc64 Add FSEvents file watcher for zero-lag session updates
- 37f97f5 Add GoReleaser config, LICENSE, and release workflow
- 7273ff4 Add K to kill a Claude session
- 4e3205e Add compacting activity for context compaction events
- cd6a9c6 Add pixel-agents to README inspirations
- 2a1dd90 Add sticky activity system with 30s timeout
- aba2772 Add toggle to filter active/all sessions
- 3d75e8d Fix 'waiting' false positives with 10s grace period
- dcb43ac Fix JSONL lookup: correct path encoding and add CWD-scan fallback
- 6397e84 Fix Last file path overflow: account for borders and age suffix width
- 8839d62 Fix PID detection and recent tools order
- 3266207 Fix activity resolution: use RecentTools timestamps + add waiting state
- 8b1555e Fix activity: check RecentTools before WaitingForUser state
- fcbc24e Fix bugs and improve performance
- 30f6a25 Fix duplicate session IDs after compaction
- 579ab9f Fix duplicate sessions: switch active mode to process-first approach
- 178de2f Fix example path in README: use ~/developer/myapp
- 39c4103 Fix new sessions not appearing in the list
- e81c6ab Fix search bar hidden on no results; fix activity state lag
- 97d9277 Fix: idle is the base state, not waiting
- 4c64656 Fix: sessions without PID always show idle
- 4794651 Hide sub-agent sidechains from main session list
- e47fc8b Initial commit: lazyclaude TUI
- bce8062 Move filter type to title bar, simplify help label to 'filter'
- 826d067 Refactor: switch to JSONL-only session discovery with time window
- 0c6720c Remove settings.local.json from git, add to .gitignore
- 9e61cbc Rename +/- label from 'time window' to 'mins'
- c1f4e7f Rename project from lazyclaude to lazyagent
- fcb5636 Show session ID with prefix and suffix: 0279269c…b3cb2
- 3771580 Track selection by session ID instead of list index
- b27a1c1 Update README to reflect current state