mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 17:30:42 +00:00
* fix: relaunch setup tui in a fresh process
* fix: harden setup tui handoff
* fix: preserve tui hatch exit flow
* Revert "fix: preserve tui hatch exit flow"
This reverts commit f4f119a5a3.
* fix: let setup tui resolve gateway auth
* fix: support packaged tui relaunch
* fix: pin setup tui gateway target
* fix: preserve setup tui auth source
3 lines
129 B
TypeScript
3 lines
129 B
TypeScript
export const TUI_SETUP_AUTH_SOURCE_ENV = "OPENCLAW_TUI_SETUP_AUTH_SOURCE";
|
|
export const TUI_SETUP_AUTH_SOURCE_CONFIG = "config";
|