TLDRocket
Sign in

Developer Tools

292 summarised stories about Developer Tools, each linking back to the original source. Browse all topics →

Monday, 6 July 2026

Deptrust: Package Vulnerability Checker

The Neuron 1 week ago

Deptrust is a CLI tool that checks package versions across 13 major package ecosystems (npm, PyPI, Cargo, Go modules, RubyGems, NuGet, Maven, Packagist, pub.dev, CocoaPods, Hex.pm, Hackage, and GitHub Actions) for known vulnerabilities by querying public registries and OSV APIs directly. The tool queries multiple vulnerability providers in parallel, including OSV and GitHub Advisory Database, and returns a recommendation ranging from "block" for critical vulnerabilities to "allow" when no known issues are found. Deptrust integrates with AI agents like Codex and Claude Code via MCP servers or CLI skills to automatically prevent agents from installing vulnerable package versions before they execute install or update commands.

Kimi Code: Autonomous Coding Agent and CLI

The Neuron 1 week ago

Moonshot AI released Kimi Code, a command-line coding assistant integrated with their K2.7 model that handles software development, codebase analysis, and technical tasks. The tool installs via a single bash command and operates as a CLI interface within Kimi's membership subscription plans. Users can now perform coding work directly from their terminal without switching between development environments and a separate AI tool.

Eve: Filesystem-First Framework for Durable Agents

The Neuron 1 week ago

Eve is a filesystem-first framework for building AI agents where core capabilities are organized in conventional directory structures to simplify inspection and extension. A new agent is created with `npx eve@latest init my-agent`, which generates a project scaffold with folders for instructions, tools, skills, channels, and schedules. The framework allows developers to define agent behavior through markdown files and TypeScript functions stored directly in the filesystem rather than through configuration APIs.

Z.ai Launches ZCode Free Coding Tool

The Neuron 1 week ago

Z.ai released ZCode, a free coding assistant powered by the GLM-5.2 model, designed to compete with commercial alternatives like Cursor and GitHub Copilot. The tool is available at no cost to users, contrasting with paid offerings from competitors. This expands the free coding assistance market, potentially reducing adoption barriers for developers choosing between AI code editors.