feat: add gateway update check on start

This commit is contained in:
Peter Steinberger
2026-01-17 12:07:14 +00:00
parent f9f4a953fc
commit 25d8043b9d
7 changed files with 222 additions and 0 deletions

View File

@@ -52,6 +52,8 @@ export type ClawdbotConfig = {
update?: {
/** Update channel for npm installs ("stable" or "beta"). */
channel?: "stable" | "beta";
/** Check for updates on gateway start (npm installs only). */
checkOnStart?: boolean;
};
browser?: BrowserConfig;
ui?: {