Releases: farmcan/kage
Release list
KAGE v0.1.16
KAGE v0.1.16
KAGE v0.1.16 fixes the agent brand color mapping across the desktop app, homepage previews, GitHub screenshot assets, and generated macOS app icon.
Desktop
- Codex session badges and selected-session accents are now blue.
- QoderCLI and QoderWork badges are now green.
- Claude Code remains orange.
Public Assets
- Regenerated the app icon from the corrected KAGE logo dots.
- Updated the GitHub README screenshots and homepage mock workspace to match the corrected colors.
- Strengthened the design contract test so it verifies each agent is paired with its intended color.
Download
https://github.com/farmcan/kage/releases/download/v0.1.16/KAGE-0.1.16.dmg
The DMG is unsigned for now. If macOS blocks the first launch, right-click KAGE.app, choose Open, then confirm.
KAGE v0.1.15
KAGE v0.1.15
KAGE v0.1.15 adds a repeatable real E2E test for packaged releases and cleans up a notification permission message found during manual E2E testing.
Desktop
- Shows a readable notification permission message instead of the raw
UNErrorDomain error 1. - Hides stale notification errors when Notifications are turned off.
Testing
- Adds
npm run test:e2e:realfor macOS release verification. - The E2E script mounts the packaged DMG, verifies the bundled app and CLI version, creates real temporary agent session roots, exercises sessions/search/actions, writes a real bridge export, and verifies story HTML export.
Download
https://github.com/farmcan/kage/releases/download/v0.1.15/KAGE-0.1.15.dmg
The DMG is unsigned for now. If macOS blocks the first launch, right-click KAGE.app, choose Open, then confirm.
KAGE v0.1.14
KAGE v0.1.14
KAGE v0.1.14 fixes the desktop update check discovered during local reinstall testing.
Desktop
- Keeps the GitHub Releases API as the primary update source.
- Falls back to the GitHub Releases
latestredirect when unauthenticated API requests are rate-limited. - Preserves the Settings update status flow: checking, up to date, update available, or error.
Download
https://github.com/farmcan/kage/releases/download/v0.1.14/KAGE-0.1.14.dmg
The DMG is unsigned for now. If macOS blocks the first launch, right-click KAGE.app, choose Open, then confirm.
KAGE v0.1.13
KAGE v0.1.13
KAGE v0.1.13 ships the desktop follow-up fixes for update discovery and exact agent color alignment.
What's Changed
- Added a Settings update checker that compares the installed KAGE version with the latest GitHub Release and opens the release page when a newer DMG is available.
- Fixed the macOS doctor contract so optional QoderWork source entries with
command: nulldecode cleanly in the desktop app. - Changed desktop agent badge colors to exact hex-derived values that match the logo/icon dots:
- Codex:
#10A37F - QoderCLI / QoderWork:
#8B5CF6 - Claude:
#D97757
- Codex:
- Documented the logo dot mapping as Codex, QoderCLI/QoderWork, Claude without regenerating or redrawing the icon.
Download
https://github.com/farmcan/kage/releases/download/v0.1.13/KAGE-0.1.13.dmg
The DMG is unsigned for now. If macOS blocks the first launch, right-click KAGE.app, choose Open, then confirm. Signing and notarization remain tracked in GitHub issue #34 because they require Apple Developer ID credentials.
KAGE v0.1.12
KAGE v0.1.12
KAGE v0.1.12 ships QoderWork source support, refreshed agent colors, and an updated unsigned macOS DMG.
What's Changed
- Added QoderWork as a Qoder-format session source for discovery, search, replay, and bridges into Codex, Claude Code, or QoderCLI.
- Kept native QoderWork continue/fork hidden until QoderWork exposes a stable resume interface.
- Updated desktop and website agent accents: Claude orange, Codex green, and Qoder violet.
- Regenerated the macOS app icon from the refreshed KAGE logo artwork.
- Updated the GitHub Pages homepage, README, screenshots, and GitHub presence guide for the current source matrix.
- Kept
kage doctorready when QoderWork storage is absent, since QoderWork is an optional source.
Download
https://github.com/farmcan/kage/releases/download/v0.1.12/KAGE-0.1.12.dmg
The DMG is unsigned for now. If macOS blocks the first launch, right-click KAGE.app, choose Open, then confirm. Signing and notarization remain tracked in GitHub issue #34 because they require Apple Developer ID credentials.
KAGE v0.1.11
KAGE v0.1.11
KAGE v0.1.11 ships the follow-up UX fixes from the v0.1.10 user audit.
What's Changed
- Updated the GitHub Pages homepage Download links and Latest badge to the current DMG.
- Added a version guard test so the homepage DMG URL and latest badge must track
package.json. - Added the missing v0.1.10 release note archive.
- Scoped desktop search to the same recent-history window used by the sidebar by default.
- Preserved full-history desktop search when users explicitly enable full history.
Download
https://github.com/farmcan/kage/releases/download/v0.1.11/KAGE-0.1.11.dmg
The DMG is unsigned for now. If macOS blocks the first launch, right-click KAGE.app, choose Open, then confirm.
KAGE v0.1.10
Highlights
- Keeps the desktop app responsive with a recent 90-day / 120-session default history window.
- Adds full-history browsing with older sessions folded by month.
- Adds New Session launch controls for Codex, Claude Code, and QoderCLI.
- Adds a Terminal.app launch path for noisy interactive sessions that feel better outside the embedded terminal.
- Adds CLI --limit support for sessions, search, and actions, plus safer date filtering.
Verification
- npm test: 94 passing
- swift build --package-path app
- swift run --package-path app kage-contract-smoke
- hdiutil verify app/.build/release/KAGE-0.1.10.dmg
The DMG is unsigned because KAGE_CODESIGN_IDENTITY and KAGE_NOTARY_PROFILE were not configured.
SHA-256: 8968ca8847edb83ae255d695e1fccd74cea318305dc339b16585b4d39fd71158
KAGE v0.1.9
KAGE v0.1.9
KAGE v0.1.9 refines the macOS menu bar identity.
What's Changed
- Replaced the filled menu bar tile with a lighter linear Session Portal glyph.
- Kept the selected B direction while making the status icon easier to read at 18px.
- Regenerated the menu bar PNG resource and packaged a refreshed unsigned DMG.
- Updated README, docs homepage, and app install links for the v0.1.9 DMG.
Download
https://github.com/farmcan/kage/releases/download/v0.1.9/KAGE-0.1.9.dmg
The DMG is unsigned for now. If macOS blocks the first launch, right-click KAGE.app, choose Open, then confirm.
KAGE v0.1.8
KAGE v0.1.8
KAGE v0.1.8 fixes a desktop hang when scanning large projects and refreshes the app identity.
What's Changed
- Fixed a macOS app pipe deadlock that could leave the session list stuck on "Loading sessions..." when
kage sessions --jsonorkage actions --jsonproduced large output. - KAGE now drains CLI stdout and stderr while the child process is still running, so large projects can finish loading instead of blocking behind the macOS pipe buffer.
- Replaced the old leaf-shadow logo with the selected Session Portal mark.
- Regenerated the macOS
AppIcon.icnsso Finder, Dock, Cmd-Tab, Launchpad, and the DMG show the new identity. - Updated the menu bar template icon to match the same session portal direction.
- Updated README, docs homepage, and app install links for the v0.1.8 DMG.
Download
https://github.com/farmcan/kage/releases/download/v0.1.8/KAGE-0.1.8.dmg
The DMG is unsigned for now. If macOS blocks the first launch, right-click KAGE.app, choose Open, then confirm.
KAGE v0.1.7
KAGE v0.1.7
KAGE v0.1.7 is a review-driven desktop bugfix release.
Highlights
- Demo mode now keeps its agent filter and include-subdirectories state separate from the user's real workspace preferences.
- Exiting demo mode restores the user's real scan scope instead of leaving the app on the demo filter.
- Action result banners are now scoped to the selected session, so a bridge/fork result from one session does not appear while inspecting another session.
- The menu bar app still uses the normal persisted agent filter.
Download
https://github.com/farmcan/kage/releases/download/v0.1.7/KAGE-0.1.7.dmg
The DMG remains unsigned while notarization is tracked in issue #34.