Why Can't We Agree on a Plugin Format?
A developer has created a template repository to solve the problem of incompatible plugin formats across coding assistants like Claude Code, GitHub Copilot CLI, and OpenCode, which require different p…
A developer has created a template repository to solve the problem of incompatible plugin formats across coding assistants like Claude Code, GitHub Copilot CLI, and OpenCode, which require different p…
A developer built an AI-powered homelab platform using OpenCode Web UI with Git access, enabling AI-assisted container updates and GitOps deployments. The setup runs as a server with persistent coding…
OpenCode introduced two new commands, /safe-git-commit and /clear-safe-git, that enable developers to safely commit changes with automatic backup snapshots. The /safe-git-commit command creates a back…
In the ten days following its 1.0 release on April 29, the Zed editor team shipped four stable releases, launched a paid Business plan, and released a new edit-prediction model with 67% fewer output t…
OpenCode, an MIT-licensed terminal coding agent, surpassed Claude Code with 172,000 GitHub stars, but a comparison test showed it is 78% slower than its rival.…
A developer created a plugin called 'observer' for OpenCode that enables the DeepSeek-V4 language model to read images by calling a multimodal agent, allowing it to interpret error screenshots, charts…
A developer built OmniPod, a RAG chatbot that indexes 936 Lex Fridman podcast episodes into 19,140 chunks and grounds every answer in verified transcripts, eliminating hallucinations. The system uses …
An engineer discovered that multi-turn AI agents in tools like Claude Code and OpenCode lose context between turns because each subagent invocation creates a new session with no history. The infrastru…
A developer released speccraft, an open-source Claude Code plugin that enforces a spec-first, test-driven development workflow for AI-generated code. The plugin requires every change to start with a v…
Sync, a new project-management and quality-control system for AI coding agents, launched in alpha v0.4.5. The tool runs locally and enforces agent accountability to defined specs, rules, and roadmaps,…
Developer Dany Giguere released a language- and framework-agnostic audit checklist package for AI coding agents, containing 30 invariants covering security, correctness, and operability. The package w…
Xiaomi released an open-source terminal-native coding agent called MiMo Code on June 10, 2026, under an MIT license. The company claims MiMo Code outperforms Anthropic's Claude Code on long-horizon wo…
A new open-source project called Ponytail reduces AI agent code output by 80-94%, cuts costs by 47-77%, and speeds up execution 3-6× by enforcing a lazy, minimalist coding philosophy that prioritizes …
Developer tools startup graphCTX claims its local memory system for AI coding agents achieves state-of-the-art performance, retrieving repo facts in ~1ms with flat latency even at 5,000 facts, outperf…
Z.ai released GLM 5.2 on June 13, offering a 1M-token context window and compatibility with Claude Code and other coding agents via an Anthropic-compatible API, coinciding with the shutdown of Anthrop…
ClawMoat, a runtime containment tool for AI agents, launched to protect against security risks from tool use on laptops. The open-source scanner monitors agent actions, data exposure, and hidden instr…
A developer built ccglass, a local loopback reverse proxy for coding agents, after finding that SaaS AI observability tools like Langfuse and Helicone do not work with native CLIs such as Claude Code …
QodFlow launched a Kanban board that lets AI agents like Claude and Cursor collaborate with human teams via the Model Context Protocol (MCP). The platform offers token-scoped agent actions, human-in-t…
MetaMask launched Agent Wallet on June 8, 2026, a self-custodial wallet designed for AI agents with built-in guardrails such as transaction simulation, threat scanning, and policy enforcement. The wal…
A new OpenCode skill enforces a red-test-first workflow for bug reports, requiring the agent to reproduce the bug, write a failing test, log it, and only then propose a fix. The skill, available on Gi…