Skip to content

docs: bump documented version to 0.25.0 (#82)#92

Merged
Aaronontheweb merged 1 commit into
devfrom
docs/version-0.25.0-drift
Jul 18, 2026
Merged

docs: bump documented version to 0.25.0 (#82)#92
Aaronontheweb merged 1 commit into
devfrom
docs/version-0.25.0-drift

Conversation

@Aaronontheweb

Copy link
Copy Markdown
Contributor

What

Clears the docs-version drift guard: src/version.json said 0.24.3, latest release is 0.25.0. Closes #82.

Changes

  • src/version.jsondocumentedVersion 0.24.3 → 0.25.0, lastProfiled → 2026-07-18. node scripts/check-docs-version.mjs now passes.
  • security/hardening.md — the shell-mode table presented SandboxOnly as one of "three modes," but it has no backend and simply denies shell. Reworked to two working modes (Off, HostAllowed) plus a note that setting SandboxOnly produces shell_requires_sandbox_backend. Keeps the error debuggable without advertising a dead option as a real choice. Re-verified against 0.25.0 (ToolAccessPolicy.cs:130 still returns Deny).

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.N reference 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:

  • TSV added to recognized file types (touches multimodal-files.md)
  • Discord DM reminder delivery (reminders / Discord docs)
  • Sub-agents inherit the parent's embedded AGENTS.md (custom-subagents guide)
  • Skill Sources screen shows advertised skill count
  • Git working-context preserved across sessions/subagents

Happy to file these if you want them tracked.

Build note

Astro compiles all pages; the pagefind post-step can't fetch its binary in this sandbox (environmental, doesn't gate content).

…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.
@Aaronontheweb
Aaronontheweb merged commit cb68030 into dev Jul 18, 2026
2 checks passed
@Aaronontheweb
Aaronontheweb deleted the docs/version-0.25.0-drift branch July 18, 2026 21:25
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.

docs: behind netclaw 0.24.4 (documented 0.24.3)

1 participant