mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 04:15:48 -06:00
fix(onboard): keep agent names on guided setup (#126365)
This commit is contained in:
committed by
GitHub
parent
0abc5130c9
commit
4bc6853a32
@@ -959,6 +959,7 @@ describe("setupWizardCommand", () => {
|
||||
});
|
||||
|
||||
it.each([
|
||||
["--agent-name", { agentName: "robby" }],
|
||||
["--tui", { tui: true }],
|
||||
["--skip-ui", { skipUi: true }],
|
||||
])("keeps %s on guided onboarding", async (_label, opts) => {
|
||||
|
||||
@@ -423,7 +423,7 @@ const GUIDED_SAFE_ONBOARD_KEYS = new Set([
|
||||
"reset",
|
||||
"resetScope",
|
||||
"nonInteractive",
|
||||
"classic",
|
||||
"agentName",
|
||||
"tui",
|
||||
"skipUi",
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user