Skip to content

Move container config to DB-backed storage#286

Open
mintlify[bot] wants to merge 2 commits into
mainfrom
mintlify/container-config-db-1778268498
Open

Move container config to DB-backed storage#286
mintlify[bot] wants to merge 2 commits into
mainfrom
mintlify/container-config-db-1778268498

Conversation

@mintlify
Copy link
Copy Markdown
Contributor

@mintlify mintlify Bot commented May 8, 2026

Summary

Reflects upstream qwibitai/nanoclaw#2351, which moves per-agent-group container config from groups/<folder>/container.json to a new container_configs table in the central DB. The file becomes a materialized view, written by the host at spawn time.

Changes

  • advanced/container-runtime.mdx — added a "Container configuration storage" section documenting the new schema, backfill behavior, simplified provider cascade, and ncl groups config-* operations
  • api/group-management.mdx — added a ContainerConfigRow interface, listed container_configs in the central DB tables, and marked agent_groups.agent_provider as deprecated
  • concepts/containers.mdx, concepts/groups.mdx, concepts/architecture.mdx — clarified that container.json is now a materialized view and config lives in the DB
  • api/configuration.mdx, features/customization.mdx, integrations/overview.mdx — pointed prose at the new source of truth and the ncl groups config-update --provider workflow
  • advanced/troubleshooting.mdx — replaced the legacy registered_groups.container_config SQL example with ncl groups config-get/config-update and direct container_configs queries

Validated locally with mint validate and mint broken-links — both clean.

Generated-By: mintlify-agent
@mintlify
Copy link
Copy Markdown
Contributor Author

mintlify Bot commented May 8, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
nanoclaw-docs 🟢 Ready View Preview May 8, 2026, 7:32 PM

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.

0 participants