docs: bump documented version to 0.25.0 (#82)#92
Merged
Conversation
…laim (#82) The docs-version guard flagged src/version.json (0.24.3) as behind the latest release. 0.25.0 is now stable with the model/webhook/install surfaces already documented (#90, #91), and 0.25.0 ships no breaking changes. - src/version.json: documentedVersion 0.24.3 -> 0.25.0, lastProfiled -> 2026-07-18 - security/hardening.md: the shell-mode table listed SandboxOnly as one of "three modes", but it has no backend and just denies shell. Demoted to two working modes (Off, HostAllowed) plus a note that setting SandboxOnly yields `shell_requires_sandbox_backend` — so the error stays debuggable without advertising a dead option as a real choice. Behavior re-verified against 0.25.0 (ToolAccessPolicy.cs still returns Deny). Content pass: all other version references are correct historical notes ("Since 0.24.3...", "As of 0.22.1...") and were left as-is. drift check passes. Closes #82.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Clears the docs-version drift guard:
src/version.jsonsaid 0.24.3, latest release is 0.25.0. Closes #82.Changes
src/version.json—documentedVersion0.24.3 → 0.25.0,lastProfiled→ 2026-07-18.node scripts/check-docs-version.mjsnow passes.security/hardening.md— the shell-mode table presentedSandboxOnlyas one of "three modes," but it has no backend and simply denies shell. Reworked to two working modes (Off,HostAllowed) plus a note that settingSandboxOnlyproducesshell_requires_sandbox_backend. Keeps the error debuggable without advertising a dead option as a real choice. Re-verified against 0.25.0 (ToolAccessPolicy.cs:130still returnsDeny).Content pass
0.25.0 ships no breaking changes, and every behavior change that would make existing docs wrong is already handled — webhooks + model-config fixes in #90, PATH setup in #91. Swept every
0.NN.Nreference across the docs and homepage: all the rest are correct historical statements ("Since 0.24.3 netclaw no longer falls back to Ollama", "As of 0.22.1…") and stay.Not in scope (candidate follow-ups)
These 0.25.0 features are new capabilities missing coverage, not drift — worth their own doc tasks rather than folding into a version bump:
Happy to file these if you want them tracked.
Build note
Astro compiles all pages; the
pagefindpost-step can't fetch its binary in this sandbox (environmental, doesn't gate content).