Skip to content

Releases: illegalstudio/lazyagent

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)

v0.7.4

22 Mar 13:04
fb29b5d

Choose a tag to compare

Changelog

  • fb29b5d fix: increase spawning timeout from 15 to 20 minutes
  • 70c8ad1 fix: keep spawning activity visible while agent subprocesses run

v0.7.3

22 Mar 12:34
1e9ed6f

Choose a tag to compare

Changelog

  • 8143210 Merge pull request #13 from illegalstudio/feature/version-awareness
  • 1e9ed6f Merge pull request #15 from illegalstudio/feature/detach-tray-as-window
  • be420ef feat: add detach/attach and pin-on-top for tray panel
  • 38acaaf feat: rename --tray to --gui, deprecate --tray
  • e39a462 fix: add mutex for detached/pinned state, remove unused tray field
  • 6fe1c4c fix: bust GitHub cache for downloads badge

v0.7.2

12 Mar 19:53
f035da3

Choose a tag to compare

Changelog

  • d7cb0fc feat: add version awareness with --version flag and build-time ldflags
  • 0f80da1 feat: check for updates at startup and notify in TUI and tray
  • f035da3 fix: return false instead of string inequality when semver parsing fails
  • b60f8ce fix: show update notification in footer instead of popup
  • 65f0abb fix: use semver comparison for update check and fix data race

v0.7.1

12 Mar 14:04
63722a5

Choose a tag to compare

Changelog

  • 63722a5 feat: add GitHub star prompts in TUI quit, tray menu, and CLI help
  • 08725eb fix: regenerate Wails bindings for illegalstudio module path
  • 69e412b fix: rename module path from nahime0/lazyagent to illegalstudio/lazyagent

v0.7.0

11 Mar 21:50
f79d4e9

Choose a tag to compare

Changelog

  • f79d4e9 Merge pull request #12 from illegalstudio/feature/cursor-support
  • 99479b9 feat(config): add per-agent enable/disable config
  • 1109634 feat(core): register CursorProvider and map Cursor tool names
  • fb000f8 feat(cursor): add Cursor IDE session provider
  • 77a23ad feat: integrate Cursor agent in main, tray, and UI
  • 6931574 feat: open Cursor IDE for Cursor sessions
  • 82b3341 fix(cursor): URL-decode workspace URIs and fix single-dir project root detection
  • dfbba74 fix(cursor): avoid data race on shared session pointer mutation
  • 5f67b06 fix(cursor): prune stale cache entries on WAL-change poll
  • 3cd34d6 fix: fall back to default editor if cursor CLI is not installed
  • 22b860d refactor(cursor): batch bubble queries and remove unused lastType
  • 2d09a14 refactor(cursor): remove unused struct fields