Nooooo, I forgot to devlog on time again. I made soooooo many improvements to the app. I properly released the app on npm by adding full release workflows for dev, canary, and latest. I worked on reducing the Convex db i/o as it was increasing very quickly which would have costed me a lot of money. There were also a whole bunch of problems with agent runs randomly ending or erroring out, I fixed all of them. I made it possible for the agent runs to continue even after you close the Sprocket browser tab. I added support for Claude Opus 5 and AWS bedrock mantle. I added support for agent skills, which you can store at ~/.agents/skills, ~/.sprocket/skills, and ./.sprocket/skills, alongside having skills built-in to Sprocket. There are no built-in skills yet, but I will be adding some soon. I also added context compaction to help reduce costs and make longer-running tasks possible. I also added light mode support and made the UI look better.