Cut coding-agent terminal noise with rtk
rtk is a free Apache-2.0 CLI proxy that compresses terminal output before it enters an AI coding agent's context window.
Termic is a local desktop app for developers who already use CLI coding agents and want a cleaner control surface than a pile of terminal tabs. It launches the real claude, codex, gemini, grok, opencode, and custom PTY commands, so the model access still comes from the vendor CLI accounts you already use rather than a proxy backend.
The practical value is the workspace model: each agent can run in its own git worktree, you can broadcast one instruction to several agents, compare their output, inspect diffs, and keep reusable prompts close to the task. The project also exposes config-as-code through .termic.yaml, which is useful when a repo needs repeatable run commands, preview URLs, or sandbox allowlists.
Good use cases:
Caveats before adopting it: the stronger sandbox controls are currently macOS-focused, Linux ships with AppImage support but without the same sandbox boundary, and Windows is still a build-it-yourself path according to the project docs. Treat it as a powerful local harness, not as a substitute for reviewing agent changes, protecting credentials, or keeping destructive commands behind your own process controls.
Vercel has extended its Web Application Firewall to Vercel Blob stores in beta, letting teams apply deny, challenge, and…
GitHub has updated its MCP Server for the July 28, 2026 Model Context Protocol release, giving agent-tooling teams an ea…
MiniMax has released M3, a 428B-parameter open-weight model that combines a 1M-token context window, native text-image-v…
Sign in to join the discussion and vote on comments.
Sign in