HN cared less about the headline speedup than the plumbing: can Android give Claude Code, Codex, Gemini CLI, and other agents a clean terminal surface instead of forcing them through IDE guesswork?
#cli
RSS FeedLong-running CLI agent work no longer has to stay pinned to one screen. GitHub's new <code>copilot --remote</code> feature mirrors a live session to the web or GitHub Mobile, where you can send follow-up commands, switch modes, and handle approvals from another device.
GitHub said on April 7, 2026 that Copilot CLI can now use a developer’s own model provider or fully local models. The change adds Azure OpenAI, Anthropic, offline mode, and optional GitHub auth while keeping the same agentic terminal workflow.
A March 14, 2026 Hacker News discussion highlighted a more nuanced MCP argument: local stdio MCP can be unnecessary overhead for bespoke tools, while remote HTTP MCP still solves auth, telemetry, and shared tooling at team scale.
Axe argues that agent software should look more like pipes, TOML configs, and short-lived commands than like one giant chatbot runtime, an idea that resonated with Hacker News readers building automation around local and cloud models.
A widely shared r/LocalLLaMA post from a former Manus backend lead argues that a single run(command="...") interface often beats a catalog of typed function calls for agents. The post ties Unix text streams to token-based model interfaces, then backs the claim with design patterns around piping, progressive help, stderr visibility, and overflow handling.
GitHub Copilot CLI is now generally available, bringing Copilot into the terminal for standard subscribers. GitHub paired the release with broader Copilot changes including next edit suggestions, MCP-enabled agent mode, background agents, and a higher-end Pro+ plan.
A high-ranking Hacker News post highlighted Google Workspace CLI, an open-source tool that unifies Workspace APIs behind one command surface with structured JSON output, dynamic discovery-based commands, and agent-oriented workflows.
Developer Eric Holmes argues that MCP is already dying, claiming LLMs already excel at using CLI tools without a special protocol. He makes a strong case that CLIs compose better, debug easier, and work with existing auth systems.
Developer Eric Holmes argues that MCP is already dying, claiming LLMs already excel at using CLI tools without a special protocol. He makes a strong case that CLIs compose better, debug easier, and work with existing auth systems.