jim800121chen 8270c4fb0e fix(local-agent): AutoOpenBrowser 預設改 false,啟動不自動開瀏覽器
使用者:local-agent 啟動不需自動開網頁、桌面 GUI 為主。DefaultPreferences
的 AutoOpenBrowser 從 runtime.GOOS!="linux"(mac/win=true)改為所有平台 false。
只影響全新安裝(既有 preferences.json 有明確 autoOpenBrowser 值、Unmarshal
保留,尊重既有設定)。false 分支既有邏輯(SkipStage5 / 不檢查 timeout)未動。
codebase 本就無桌面「Open in Browser」按鈕(DEPRECATED、雲端 UI 遠端設計),
改預設沒弄丟任何手動能力。

reviewer 通過(0C/0M)。build/vet/test 全綠。

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-08-03 12:35:10 +08:00
..