Releases: devswha/gajae-app
Releases · devswha/gajae-app
Release list
Gajae App 1.2.0
Self-host completeness.
Highlights
- Built-in tmux relay — send / spawn / kill now work out of the box on installs without the external control tower. When the tower cannot be reached, the app performs the tmux operation directly (paste-buffer literal injection, home-contained spawn cwd, exact-name kill with the
company*reservation). A reachable tower stays first-priority and its refusals are never bypassed;GAJAE_BUILTIN_RELAY=0restores tower-only behavior. This fixes the "관제탑 미가동 — 전송 불가" dead end reported by self-host users. - Remote access address card — Settings → About detects tailscale read-only and promotes the HTTPS
tailscale serveaddress (the one PWA install works on), or offers the one-line setup command to copy. The app never configures the tailnet itself. - Workspace-path autocomplete — the 새 세션 working-folder and files-panel root inputs now accept and complete
~/and absolute-under-home paths; suggestions follow the style being typed.
Full details in CHANGELOG.md.
Install
Verify the checksum before unpacking — see docs/INSTALL.md.
Gajae App 1.1.0
Live-session correctness and control.
Highlights
- Interpreter-agnostic live GJC detection — gjc installed via bun/npm (process comm
bun/node) is now detected across the transcript, idle, and pane-kind lanes. Reported and transcript-lane fix contributed by @Yoonwoo-Ha (#1, #2). - RUN / LIVE turn-state badges — sessions with a turn in progress show a green RUN badge; waiting sessions stay blue LIVE.
- First-message composer for idle sessions — pre-transcript gjc panes accept their first message straight from the sidebar and promote to LIVE.
- One-click self-update (source-checkout installs) — the version modal triggers the verified deploy machinery (candidate build → restart → health check → automatic rollback) in a detached systemd unit. Release-artifact installs keep the checksum-verified manual cutover.
- Fixes — chat pane stuck on its empty state despite loaded messages; '새 세션' spawn always rejected; terminal black screen in no-login mode; mobile quick-settings handle overlapping chat.
Full details in CHANGELOG.md.
Install
Verify the checksum before unpacking — see docs/INSTALL.md.
Gajae App v1.0.0
First stable Gajae App release. v1 MVP: tmux 관제창 — 가져오기(V1-1), 보기(V1-2), 찔러주기(V1-3), 알림(V1-4), 히스토리(V1-5), 무로그인(V1-6). Server artifact: linux-x64, Node.js 22, glibc 2.35+. See CHANGELOG.md 1.0.0 (2026-07-17) for details.