Every processed story in chronological order, with the newest coverage first. Filter by tag, source, or score to drill in.
AgentHUD provides a dedicated monitoring layer for Claude Code's parallel sessions and sub-agents, filling a gap in native observability for developers running multiple concurrent coding agents.
This project fills the gap left by the absence of an official Anthropic Claude Desktop release for Linux, providing native packages across the major Linux distribution families.
AgentSploit addresses a security testing gap the project itself identifies: no existing mainstream scanner operates at the LLM agent and MCP server layer, leaving a novel attack surface without dedicated offensive tooling.
Superlog's MCP-first, zero-click design reflects a broader shift in how developer teams interact with monitoring infrastructure, and its open-source release under Apache 2.0 makes a self-hostable, LLM-powered incident triage tool available to the community.
The tool replaces the manual, multi-step App Store Connect workflow with a single conversational interface, allowing MCP-compatible AI agents to drive an entire release end-to-end against the live Apple API.
OpenLTM demonstrates that a full agentic memory infrastructure — including semantic recall, a job queue, distributed cron, and cross-agent pub-sub — can be built entirely within a local SQLite file, eliminating the need for external services like Redis or Celery.
The post highlights a concrete security gap in MCP agent workflows — that a one-time tool approval does not account for subsequent changes to a tool's capability surface — and presents Interlock as an open-source mechanism to detect and quarantine such drift before execution.
gaal addresses a concrete multi-agent, multi-machine config management problem by consolidating agent-specific file routing and MCP merge logic into a single versioned YAML, removing the need to maintain separate sync scripts for each agent's install paths.
Aquifer addresses a concrete gap in MCP server infrastructure by combining backpressure-aware traffic control, durable queuing, and decentralized agent coordination in a single Go runtime.
The plugin centralizes a proven agentic text-editing pattern into a single reusable base, avoiding duplication across the multiple Datasette Agent plugins planned to depend on it.