DEV Community
•
2026-08-02 03:31
I built CleanSlate, an open-source coding agent for the IDE, CLI, and SDK
CleanSlate is an open-source platform for running coding agents across your local machine and the cloud.
Today, it works through an IDE, CLI, and SDK. Agents can understand a codebase, make changes, run commands, browse the web, and verify their work.
We are now building longer-running autonomous cloud agents that can continue working without keeping your machine active.
CleanSlate supports mul...