Transforming AI CLI into a fully autonomous agent using Playwright
When I first built Codey, it was a simple CLI wrapper around an LLM with a few basic tools. It was great for small tasks, but as I started throwing harder problems at it, the limitations became obvious. It couldn't run dev servers without blocking the thread, it couldn't browse documentation, and ho




