Releases: illegalstudio/lazyagent
Releases · illegalstudio/lazyagent
v0.7.9
v0.7.8
v0.7.7
v0.7.6
v0.7.5
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
v0.7.3
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
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
v0.7.0
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