refactor: rename to openclaw

This commit is contained in:
Peter Steinberger
2026-01-30 03:15:10 +01:00
parent 4583f88626
commit 9a7160786a
2357 changed files with 16688 additions and 16788 deletions

View File

@@ -148,7 +148,7 @@ export function createSessionsSendTool(opts?: {
return jsonResult({
runId: crypto.randomUUID(),
status: "forbidden",
error: `Session not visible from this sandboxed agent session: label=${labelParam}`,
error: "Session not visible from this sandboxed agent session.",
});
}
return jsonResult({
@@ -163,7 +163,7 @@ export function createSessionsSendTool(opts?: {
return jsonResult({
runId: crypto.randomUUID(),
status: "forbidden",
error: `Session not visible from this sandboxed agent session: label=${labelParam}`,
error: "Session not visible from this sandboxed agent session.",
});
}
return jsonResult({