Tag
Google open-sourced agents-cli, a CLI and skill pack that enables coding agents to build and deploy enterprise-grade agents on Google Cloud's Gemini Enterprise Agent Platform.
Google released Agents CLI, a unified command-line tool that integrates scaffolding, evaluation, and deployment of agents on Google Cloud, enabling coding assistants to practice agentic engineering without context switching.
Squad is an open-source Rust tool that lets four major AI CLIs (Claude Code, Gemini CLI, Codex CLI, OpenCode) collaborate on the same codebase through a single SQLite file, with no daemon or server required.
Discussion on server-side technical solution selection: expose MCP or directly use SKILLS+CLI? The author believes SKILLS+CLI has become mainstream, and MCP's only advantage is the auto-updating tool discovery mechanism.
squad is a command-line tool written in Rust that enables collaboration among multiple AI CLI agents (such as Claude Code, Gemini CLI, etc.) via shell commands and an SQLite database, without requiring a background daemon.
RepoLens is a zero-dependency Go tool that packs local codebases into a single file for LLM context, featuring an interactive TUI file explorer, live token counting, comment stripping, and secret scanning.
Bashblog is a single bash script that lets you create a static blog from the command line with zero dependencies, supporting Markdown, RSS, tags, and comments.
Google's Agents CLI provides a unified tool for scaffolding, evaluating, and deploying AI agents, addressing the fragmented workflow in agentic engineering. The article walks through building a RAG agent using the CLI, showcasing its integration with coding agents and ADK patterns.
LangChain shares a discussion between Brace Sproul and Jake Broekhuizen comparing the use of MCPs versus CLIs when building agents.
The author reflects on why the Model Context Protocol (MCP) has struggled, contrasting it with CLI-based agent workflows and arguing for more flexible tool integration. They suggest that agents should support MCP, CLI, API, etc., and express optimism about MCP's future despite current challenges.
A Ruby CLI tool called 'try' helps developers manage and navigate experiment directories with fuzzy search, auto-dating, and smart sorting. A user extended it to easily deploy experiments to GitHub Pages.
A CLI tool called relay-ai acts as a proxy for Codex Desktop and Claude Code, enabling users to route requests to any model (including GLM 5.2) using their own API keys or OAuth subscriptions, with features to prevent crashes and manage context overflow.
secs-man is a secrets backup tool designed to be tool-independent, using age encryption and standard Unix utilities so data can be recovered even without the software itself.
tropius is a CLI tool that detects AI writing tropes in prose using Aho-Corasick pattern matching and structural detectors, based on a trope list from Tropes.fyi.
Paybond CLI is a command-line tool for safe agent spend from the terminal.
Nub is a fast all-in-one toolkit for Node.js that provides a Bun-like developer experience, including running TypeScript files, managing dependencies, and Node versions, all in one CLI tool written in Rust.
mcpgen is a CLI tool that turns any OpenAPI 3.x spec or Postman collection into a fully functional, self-contained Python MCP server with auto-detected authentication, no runtime dependency, and generates deployable source code.
A former Google employee recounts being fired for creating a popular unofficial Google Workspace CLI tool, which went viral on Hacker News and GitHub, shortly after Google announced its own official Workspace CLI.
Spark Doctor is an open-source diagnostic CLI for NVIDIA DGX Spark that collects system, GPU, memory, Docker, and recipe data, applies specific rules, and outputs the likely cause and next steps for common issues.
GitHub's Copilot CLI now has a new terminal user interface allowing users to access issues, pull requests, and gists directly from the terminal.