Sync docs for v2.0.48: container config DB, restart, CLI scope#290
Open
mintlify[bot] wants to merge 1 commit into
Open
Sync docs for v2.0.48: container config DB, restart, CLI scope#290mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
Generated-By: mintlify-agent
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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.
Summary
Syncs documentation with NanoClaw v2.0.45 → v2.0.48 changes from upstream
qwibitai/nanoclaw.Source changes covered
groups/<folder>/container.jsonfiles into thecontainer_configscentral-DB table. Filesystem configs are backfilled on startup and re-materialized tocontainer.jsonat spawn time. Managed viancl groups config get/updateandconfig add-mcp-server/remove-mcp-server/add-package/remove-package.ncl groups restartwith--rebuildand--messageflags. On-wake messages (on_wakeflag onmessages_in) are picked up only by a fresh container's first poll iteration, with anonExitcallback ensuring the dying container is gone before respawn. Self-mod approval handlers (install_packages,add_mcp_server) use the same race-free mechanism.cli_scopesetting (disabled/group(default) /global) on container config. Controls in-containernclaccess, with post-handler result filtering and escalation blocking forgroup-scoped agents.v2.0.45admin CLI (ncl) and v1→v2 migration entries.Files updated
changelog/index.mdx— addedv2.0.48andv2.0.45release entries.changelog/docs-updates.mdx— new docs sync entry summarizing the work.concepts/containers.mdx— container config table sourced from the DB; new "Explicit restart" and "CLI scope" subsections.concepts/groups.mdx— agent group definition referencescontainer_configs; mounts wording aligned.advanced/container-runtime.mdx— spawn flow reads fromcontainer_configsand materializescontainer.json; mounts table updated; added "Explicit restart with on-wake messages" and "CLI scope enforcement" subsections.api/configuration.mdx— new "Per-agent-group container config" section with field reference andncl groups configverbs.api/group-management.mdx— corrected the stale claim that container config lives on disk only.Validation
mint validate— passesmint broken-links— no broken links