Skip to content

Releases: illegalstudio/lazyagent

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

v0.7.10

30 Mar 11:06
ce5aff2

Choose a tag to compare

Changelog

  • 950bf3e Merge branch 'main' into feat/remote-control-link
  • b971470 Merge branch 'main' into fix/frontend-vulnerabilities
  • edb44ed Merge branch 'main' into perf/jsonl-parsing-optimization
  • 719a7cb Merge pull request #1 from mirchaemanuel/perf/jsonl-parsing-optimization
  • ad0197f Merge pull request #18 from mirchaemanuel/perf/jsonl-parsing-optimization
  • 207e7fa Merge pull request #19 from mirchaemanuel/fix/frontend-vulnerabilities
  • ce5aff2 Merge pull request #21 from mirchaemanuel/feat/remote-control-link
  • 682c752 feat: add RemoteURL field to Session struct
  • 8d8ea8c feat: copy remote URL to clipboard on detail panel click
  • ef33bab feat: display remote control URL in TUI session detail
  • c1fd787 feat: display remote control link in GUI session detail
  • d1cd1cc feat: expose remoteUrl in Wails GUI bindings
  • 2dc0fee feat: expose remote_url in REST API session detail
  • 9822efe feat: extract remote control URL from bridge_status JSONL entries
  • 07f3611 fix: add remoteUrl to TypeScript bindings
  • 46c7937 fix: harden extractFilePathFromRaw against false positives
  • 7c47ece fix: patch frontend vulnerabilities (devalue, picomatch)
  • 023bc58 fix: replace modal flash with inline "copied!" indicator for remote URL
  • f3d06b5 perf: lazy message parsing and parallel discovery for pi provider
  • 27d3d24 perf: optimize JSONL parsing with pre-screening, lazy Input and parallel discovery
  • e57ee4c perf: parallel session discovery for codex provider
  • 685f4a0 refactor: single unmarshal with lazy Message parsing

v0.7.9

28 Mar 19:02
0dc0e9a

Choose a tag to compare

Changelog

  • 1bb2671 Add Codex session support
  • 0dc0e9a Merge pull request #17 from iamgp/feat/add-codex-support
  • 26a5172 feat: add sponsor option

v0.7.8

26 Mar 11:45
b74355f

Choose a tag to compare

Changelog

  • b74355f Merge pull request #16 from nikicat/feat/custom-claude-dirs
  • 3935a3a feat: add sponsor link
  • 8d42f0d feat: support multiple Claude directories via config
  • f38530d refactor: extract discoverInDir and enrichWorktree helpers

v0.7.7

25 Mar 12:34
44d4efe

Choose a tag to compare

Changelog

  • 44d4efe feat: toggle detached window on tray click, show update check on --version

v0.7.6

25 Mar 12:03
ec52f65

Choose a tag to compare

Changelog

  • ec52f65 feat: toggle visibility of detached window clicking on tray icon

v0.7.5

23 Mar 08:33
a39b16c

Choose a tag to compare

Changelog

  • 7c8937a feat: add macOS code signing and notarization to release pipeline
  • 7062e98 fix: correct archive glob pattern for macOS notarization step
  • 7863de6 fix: increase notarization timeout to 30 minutes
  • 292566d fix: increase notarization timeout to 6 hours
  • 8f7d01f fix: notarize macOS binaries before publishing release
  • a39b16c fix: publish release first, then notarize and replace macOS archives
  • 203f4f1 fix: use zip format for macOS archives (required by notarytool)