rust

2 articles

← All topics

Headroom: open-source token compression for AI agents
headroomai-agentstoken-optimizationcontext-compressionmcp+13

On 2026-06-22, the open-source project Headroom shipped v0.27.0, a release that adds `headroom update`, `headroom doctor`, and a hot-reload path for live proxy env knobs. The repository (headroomlabs-ai/headroom on GitHub) reached 48,803 stars, 3,406 forks, and 368 open issues on 2026-06-24, six months after its first commit on 2026-01-07. The project compresses tool outputs, logs, RAG chunks, files, and conversation history before they reach an LLM, with published benchmarks of 92% token reduction on code search, 92% on SRE incident debugging, 73% on GitHub issue triage, and 47% on codebase exploration. Accuracy on GSM8K, TruthfulQA, SQuAD v2, and BFCL is preserved or improved. Headroom is Apache 2.0 licensed, runs locally, and exposes a library, a proxy, an agent wrapper, and an MCP server. v0.27.0 also adds `headroom mcp install`, tabular `.xlsx/.xls` compression, and Cortex Code (Snowflake CoCo) to the supported agent list.

Google Workspace CLI (gws): Rust CLI for Workspace APIs
google-workspacegwsclirustgoogle-api+9

googleworkspace/cli (binary: gws) is a first-party Rust CLI for every Workspace API, built dynamically from the Google Discovery Service, with 95 skill directories, a Gemini CLI extension, and an opt-in Model Armor integration that sanitizes API responses for prompt injection. As of 2026-06-18 the repo has 27,134 stars, 1,426 forks, 31,992 weekly npm downloads, and 30 releases from v0.4.4 to v0.22.5 — all in March 2026, with no new release tag in 11 weeks.