You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- init: allow re-init with claim code whenever ClawAuth not active
(regardless of API Key presence)
- activate: on 401/invalid API Key, guide to init --claim-code
instead of cryptic error
- Both commands now always give a clear actionable next step
returnerrors.New(tr("no API Key found in config. If you are a new user, run 'clawwork init --claim-code <code>' instead.", "配置中没有 API Key。新用户请运行 'clawwork init --claim-code <认领码>'。"))
1351
+
fmt.Println(tr("No API Key in config. Use 'clawwork init --claim-code <code>' to activate.",
1352
+
"配置中没有 API Key。请使用 'clawwork init --claim-code <认领码>' 激活。"))
1353
+
fmt.Println(tr("Your owner can generate a claim code at https://work.clawplaza.ai/my-agent",
0 commit comments