# clisbot v0.1.51 Released: 2026-05-04 `v0.1.51` is the public release after `v0.1.50`. ## Summary `v0.1.51` is a small stable release focused on one operator-facing truthfulness fix: fresh runner startup now gets a 60-second default window instead of the earlier shorter defaults, so slower Codex, Claude, and Gemini launches have more time to become ready before clisbot declares startup failure. ## Operator Impact - Required action: none. - Behavior users should notice: fewer false startup timeouts on the first prompt after a fresh runner launch, especially on slower machines or heavier workspaces. - Compatibility notes: package version updates to `0.1.51`, but the config schema stays at `0.1.50`; existing explicit startup overrides still win. - Known risks: routes that intentionally relied on the shorter default failure window may now wait longer before surfacing a startup-timeout error. ## Functional Changes ### Runners #### Changed - Increased the interactive CLI startup default from 15 seconds to 60 seconds for Codex, Claude, and Gemini runner families. - Increased the shared runner fallback startup default from 3 seconds to 60 seconds so the schema-level default matches the shipped interactive runner expectation. ### Configuration #### Changed - Kept `CURRENT_SCHEMA_VERSION` at `0.1.50` because this release changes runtime defaults, not config shape. - Updated the current package release surfaces to point at `v0.1.51` while keeping the automatic legacy config rewrite target at schema `0.1.50`. ## Non-Functional Changes ### Stability #### Fixed - Reduced early fresh-start failures where the runner was still booting normally but had not yet reached its ready marker inside the older default startup window. ## Update Notes - Update path: any version before `0.1.51` -> `0.1.51` - Manual action: none - Risk level: low - Automatic config update: yes for installs before `0.1.50`; `v0.1.51` itself does not introduce a new schema migration - Breaking change: no ## Pre-Release History - None. `v0.1.51` shipped directly as a stable follow-up to `v0.1.50`. ## Validation - `bun test test/config.test.ts` - `bun test test/config-template.test.ts` - `bunx tsc --noEmit` - `bun run build` ## Links - Feature docs: [docs/features/runners/README.md](../features/runners/README.md) - Update guide: [docs/updates/update-guide.md](../updates/update-guide.md) - Migration: [docs/migrations/index.md](../migrations/index.md) - Operator brief: [docs/updates/releases/v0.1.51-release-guide.md](../updates/releases/v0.1.51-release-guide.md)