boltUpdate
Tools & SDKs
·
Jul 8, 2026
·
5 min read
I used to think the commit was the natural unit of software history. It is clean: a hash, a message, something CI can chew on and a reviewer can revert, cherry-pick, or blame. Then AI coding agents made the gap around the commit impossible to ignore.
boltUpdate
Tools & SDKs
·
Jul 2, 2026
·
3 min read
If you’ve been waiting for a computer-use agent you can run on your own machine (sandboxed, human-in-the-loop, open source), Microsoft’s Magentic-UI is the repo to clone this week. It now leads with MagenticLite (“Big tasks. Small models.”), a redesign from Microsoft Research AI Frontiers that pairs a small-model orchestrator with a dedicated browser-use model and keeps you in control the whole way.
boltUpdate
Tools & SDKs
·
Jul 2, 2026
·
2 min read
Microsoft Agent Framework’s latest releases, Python 1.10.0 (June 30) and .NET 1.12.0 (July 2), change a security default that’s easy to miss in the changelog: agent tools and file access now require approval unless you opt out. Both land as breaking changes.
boltUpdate
Tools & SDKs
·
Apr 4, 2026
·
3 min read
If you read the Cloudflare Tunnel post, you know the problem: localhost does not accept webhooks, OAuth providers reject http://localhost as a redirect URI, and showing a client a work-in-progress means a deploy. Cloudflare Tunnel solves it, but it wants a Cloudflare account and domain setup.
boltUpdate
Tools & SDKs
·
Oct 24, 2025
·
2 min read
Docker shipped a set of tools that let a platform team decide exactly which Model Context Protocol servers developers can run: a catalog format, an open-source Gateway, and a Toolkit built into Docker Desktop. The official catalog carries 220+ containerized MCP servers, and you can fork it, trim it, or build a private catalog that points at images in your own registry.