mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 10:51:23 +00:00
feat: extend verbose tool feedback
This commit is contained in:
@@ -93,7 +93,7 @@ export async function agentCommand(
|
||||
|
||||
const verboseOverride = normalizeVerboseLevel(opts.verbose);
|
||||
if (opts.verbose && !verboseOverride) {
|
||||
throw new Error('Invalid verbose level. Use "on" or "off".');
|
||||
throw new Error('Invalid verbose level. Use "on", "full", or "off".');
|
||||
}
|
||||
|
||||
const timeoutSecondsRaw =
|
||||
|
||||
Reference in New Issue
Block a user