-
-
Notifications
You must be signed in to change notification settings - Fork 205
FAQ
Line counts do not establish translation parity. Formatting and translated string length can differ. Compare key paths, value types, interpolation placeholders, and intended localized content instead.
Not necessarily. It may be waiting for user input, a child agent, or another provider event. Check the agent tree and latest transcript activity.
Not against the same SQLite volume. CCAM requires exactly one active writer. Use persistent storage, backups, controlled replacement, and rollback for availability.
No. They are estimates based on captured usage and configured pricing. Scope, missing usage, model matching, provider adjustments, and rounding can differ.
Hooks are designed to fail safely and not block provider work. The tradeoff is a possible monitoring gap, which can often be recovered by importing transcript history.
Yes. Use authenticated remote hooks for near-live events, Remote Data Sources for SSH mirroring, or archive import for one-time history.
No. Remote sources use the host's SSH stack, config, keys, and agent. CCAM stores connection metadata.
It is read-only by default. Mutations require MCP_DASHBOARD_ALLOW_MUTATIONS=true; destructive actions require an additional gate and confirmation token.
For disaster recovery, use the verified SQLite backup helper. For supported portable data transfer, use the versioned JSON export. Protect both like transcript data.
Use Documentation Map. The Wiki explains usage; repository docs are the versioned technical reference.
Start Here · Localized product Wiki · Repository · Releases · Security · Report an issue
Guidance tracks the current master branch. For a deployed release, consult the repository documentation at that release tag before changing configuration.
CCAM Handbook
Use CCAM
- Read the dashboard
- Sessions and agents
- Kanban and tasks
- Tokens and costs
- Run agents
- Personal settings
Operate CCAM
- Deployment guide
- Hook health
- Security
- Backups and retention
- Prometheus and Grafana
- Remote machines
- Upgrades and rollback
- Incident runbooks
Automate and extend
- CLI patterns
- MCP workflows
- Alerts and webhooks
- Dynamic workflows
- Skills and plugins
- Safe config explorer
- Integration patterns
Help