Sentry Open-Sources dotagents: Unify Coding Agent Configs with One TOML File
zeeg · x · 2026-08-07
Sentry has released an open-source tool called dotagents, designed to solve the configuration chaos when using multiple AI coding agents like Claude, Cursor, and Codex.
Developers only need to maintain a single agents.toml file at the root of their project to centrally declare and manage agent capabilities:
- Skills: Install specific SKILL.md directories from GitHub or local paths.
- MCP servers: Centrally configure stdio and HTTP servers along with environment variables.
- Hooks & Subagents: Generate the native runtime config files required by supported agents.
The tool also handles .gitignore automatically, ensuring that generated local states are not committed to version control, keeping the team collaboration environment clean.
More from coding & agent
- The Brainworks Foundry: An AI-Driven Studio Building Fully Automated Companies — alvelda · 2026-08-07
- Dev Uses Claude Code to Run SuperCollider, Creating an All-Day AI DJ — generativist · 2026-08-07
- Voice Clone Studio: A Modular Web UI Unifying Multiple Voice Cloning Engines — tom_doerr · 2026-08-07
- Securing AI Agents with Temporal Policies in Amazon Bedrock AgentCore — AWS ML Blog · 2026-08-07
- Cursor Router Keeps Improving: Optimizing Inference Cost via Massive Interactions — Madisonkanna · 2026-08-07
- Memory Usage Halved After Removing AI SDK? Dev Exposes Dependency Bloat — DanielLockyer · 2026-08-07