feat: add update channel support

This commit is contained in:
Peter Steinberger
2026-01-17 11:40:02 +00:00
parent ed5c5629f6
commit a9f21b3d3a
10 changed files with 455 additions and 20 deletions

View File

@@ -49,6 +49,10 @@ export type ClawdbotConfig = {
lastRunMode?: "local" | "remote";
};
logging?: LoggingConfig;
update?: {
/** Update channel for npm installs ("stable" or "beta"). */
channel?: "stable" | "beta";
};
browser?: BrowserConfig;
ui?: {
/** Accent color for Clawdbot UI chrome (hex). */