Skip to content

docs: document compile-server idle self-shutdown; regenerate CLI reference - #620

Merged
oyvindberg merged 1 commit into
masterfrom
docs-idle-shutdown
Jul 26, 2026
Merged

docs: document compile-server idle self-shutdown; regenerate CLI reference#620
oyvindberg merged 1 commit into
masterfrom
docs-idle-shutdown

Conversation

@oyvindberg

Copy link
Copy Markdown
Owner

#619 added bleep config compile-server idle-timeout (the daemon self-shutdown) but shipped without docs. This fills the gap:

  • Guide (docs/guides/compile-servers.mdx): a new "Idle self-shutdown" section — default 60 min, idle-timeout 0 to disable, and the key nuance that the clock measures fully-idle time (resets on connect, stays reset while any client is connected, so a long compile or an open editor never triggers it). Explicitly contrasts it with the per-connection "idle read timeout" so the two aren't confused.
  • CLI reference (docs/reference/cli/config/compile-server.mdx): regenerated via bleep gen-cli-docs, now including idle-timeout / idle-timeout-clear. The regen also syncs remote-cache help text that had drifted from the committed pages, so the committed reference matches a clean regen.

🤖 Generated with Claude Code

…rence

Adds an "Idle self-shutdown" section to the compile-servers guide covering
the new `bleep config compile-server idle-timeout` (default 60 min, 0 to
disable): how the fully-idle clock resets on connect and while any client is
connected, and how it differs from the per-connection read timeout.

Regenerating the CLI reference picks up idle-timeout / idle-timeout-clear and
also syncs remote-cache help text that had drifted from the committed pages.
@oyvindberg
oyvindberg merged commit 2483e77 into master Jul 26, 2026
18 of 19 checks passed
@oyvindberg
oyvindberg deleted the docs-idle-shutdown branch July 26, 2026 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant