Skip to content

Releases: illegalstudio/lazyagent

v0.8.9

05 May 15:15
3419705

Choose a tag to compare

Changelog

  • 0ab0425 Add apiauth package for Bearer token derivation and middleware
  • 78db563 Add passphrase subcommand to set or rotate the API passphrase
  • aff5fbb Allow Authorization header in CORS preflight
  • c24f73c Document hardened API authentication
  • e2039d6 Document passphrase-based API authentication
  • 8c71ced Document subtle invariants in apiauth and playground
  • 72915f4 Flag env/config divergence in passphrase --show
  • a9fad8a Harden API passphrase authentication
  • 3419705 Merge pull request #28 from illegalstudio/feature/api-key-authentication
  • bcc6450 Protect API endpoints with Bearer-token authentication
  • 3015b8e Remove unreachable search extractor code
  • 67300ad Scrub passphrase from Wails GetConfig binding
  • d143fd3 Standardize stdout/stderr for passphrase subcommand
  • 3484661 Test ResolvePassphrase priority ladder
  • 6773a0a Tighten config file permissions to 0o600
  • b875d65 Track empty internal/assets/dist for go:embed
  • e4fbe3b Warn about short passphrase before asking for confirmation
  • 148768a Warn loudly when API server starts without authentication
  • 272f0aa Warn when env var would override a passphrase rotation

v0.8.8

30 Apr 16:33
51bfe4c

Choose a tag to compare

Changelog

  • 83a0c6e Add docs page for search subcommand and link from README
  • 51bfe4c Document limits behavior matrix when an agent is missing
  • 3b6d661 Skip missing agents silently in limits --agent all

v0.8.7

30 Apr 15:25
1d5171c

Choose a tag to compare

Changelog

  • 462ed7f Add limits package for rate-limit visibility
  • 5e3e29e Document limits subcommand across README, docs, and roadmap
  • 07f0f1f Enhance README with follow badge and link
  • 1d5171c Merge pull request #27 from illegalstudio/feature/usage
  • ab4d318 Style limits output with progress bars and lipgloss palette
  • b3416f9 Wire limits subcommand into main dispatch

v0.8.6

23 Apr 11:01
5dac593

Choose a tag to compare

Changelog

  • 1bf4e71 Add transcript search command
  • 5dac593 Merge pull request #26 from illegalstudio/feature/search
  • 73afe73 Open selected search result
  • e4cf8a7 docs(readme): add News section announcing prune and compact

v0.8.5

22 Apr 16:25
8e27588

Choose a tag to compare

Changelog

  • 8e27588 Merge pull request #25 from illegalstudio/feature/prune
  • 77fbb07 feat(chatops): per-project row picker at confirmation prompt
  • f1bd1ef feat(compact): add compact subcommand that shrinks JSONL payloads in place
  • 2a69d91 feat(compact): add pi coding agent support
  • b67d0cd feat(prune): polished dry-run output and confirmation flow
  • 5ead710 feat(prune): redesign interactive agent picker
  • b2e952c feat: add a prune command to delete chats oldest than x days or orphaned
  • 5e96761 refactor: extract shared chatops helpers out of prune

v0.8.4

03 Apr 07:35
8cd8a91

Choose a tag to compare

Changelog

  • 8589bca chore(amp): increase sync and refresh intervals to 60s
  • 8cd8a91 fix(amp): restore 3s local file refresh, keep 60s remote sync

v0.8.3

02 Apr 09:24
58f69e8

Choose a tag to compare

Changelog

  • 58f69e8 chore(amp): reduce sync interval from 30s to 15s
  • 3c2c94b fix(amp): sync remote threads via amp threads export
  • 387237f fix(amp): write export directly to file to avoid pipe buffer truncation

v0.8.2

01 Apr 18:33
8ddbecb

Choose a tag to compare

Changelog

  • 8ddbecb Merge pull request #24 from illegalstudio/feature/resume-command
  • 40203b0 feat(core): add resume command builder and cross-platform clipboard
  • f918e15 feat(gui,api): expose resume command in session detail
  • d74b9a4 feat(tui): show resume command in detail panel with copy shortcut

v0.8.1

31 Mar 14:53
61cb4fc

Choose a tag to compare

Changelog

  • 61cb4fc Merge pull request #23 from illegalstudio/feature/tui-themes
  • d7e69be feat: introduce themes, with light and dark support

v0.8.0

31 Mar 12:48
9df93e8

Choose a tag to compare

Changelog

  • 08fe53e Add Amp session support
  • 3325f51 Merge branch 'main' into feat/add-amp-support-upstream
  • 9df93e8 Merge pull request #20 from iamgp/feat/add-amp-support-upstream
  • 0b4bdff fix(amp): support incremental parsing and skip empty threads
  • ce77701 perf: parallel session discovery for amp provider