openclaw/src/wizard
George Zhang 87885b948a
fix: handle sensitive, number-clear, and array-clear edge cases in plugin config TUI (#60640) (#60640)
- Skip sensitive fields with a note directing users to openclaw config set
  or the Web UI (WizardPrompter has no masked input)
- Clear number fields to undefined when input is empty instead of storing 0
- Allow clearing array fields to undefined via empty input
2026-04-03 19:27:26 -07:00
..
clack-prompter.test.ts
clack-prompter.ts
prompts.ts
session.test.ts
session.ts
setup.completion.test.ts
setup.completion.ts
setup.finalize.test.ts CLI: suppress Codex native search summary when web search is off 2026-04-01 03:30:06 +09:00
setup.finalize.ts Codex: add native web search for embedded Pi runs 2026-04-01 03:30:06 +09:00
setup.gateway-config.test.ts fix: repair local control ui auth on quickstart reruns 2026-03-27 10:32:13 +00:00
setup.gateway-config.ts fix: repair local control ui auth on quickstart reruns 2026-03-27 10:32:13 +00:00
setup.plugin-config.test.ts fix: handle sensitive, number-clear, and array-clear edge cases in plugin config TUI (#60640) (#60640) 2026-04-03 19:27:26 -07:00
setup.plugin-config.ts fix: handle sensitive, number-clear, and array-clear edge cases in plugin config TUI (#60640) (#60640) 2026-04-03 19:27:26 -07:00
setup.secret-input.test.ts
setup.secret-input.ts
setup.test.ts test: debrand final helper placeholders 2026-03-27 22:06:29 +00:00
setup.ts Plugin SDK: add plugin config TUI prompts to onboard and configure wizards (#60590) (#60590) 2026-04-03 17:19:19 -07:00
setup.types.ts