# v1.2.0-alpha.3 — Desktop project management + i18n This prerelease finishes the requested desktop follow-up after alpha.2: projects can be managed from the GUI, and the app chrome can switch languages. ## Added - **Project management in the desktop GUI** — add projects through a native folder picker, switch the active project, and remove the selected project with an explicit confirmation step. Project folders no longer need to be git repositories just to be registered. The webview still calls the bundled CLI sidecar only. - **Clean CLI JSON contract for the GUI** — `project add --json` emits `{ added, project }`; `project remove --json` emits `{ removed }`. - **Desktop UI i18n** — UI chrome supports English (default), Korean, Japanese, and Simplified Chinese. CLI output shown in panels remains untranslated. ## Notes - The new folder picker uses Tauri's dialog plugin. Verify this inside a real Tauri window on each target OS before tagging a stable v1.2 release. - Hard constraints unchanged: no direct model API calls, no API-key storage, no auto commit/push/PR, and no agent-launching from the GUI.