DeepTrial/dsh-bash-rtk: Pass DSH bash commands meeting conditions to rtk for compressed output

`dsh-bash-rtk` is a DSH bash executor plugin maintained by DeepTrial, designed to route eligible Shell commands to `rtk` for processing to compress tool output and reduce Token consumption while preserving the original execution semantics. The plugin adopts a conservative approach, only applying `rtk` wrapping to simple commands within a whitelist (such as `git status`, `cargo build`). For complex commands containing Shell metacharacters, non-whitelisted commands, or when `rtk` is unavailable, it automatically falls back to pass-through execution. It provides both standard and sandboxed Executors and supports forced activation via configuration settings. Prior usage requires separate installation of `rtk`, and the plugin is disabled by default, requiring explicit enablement in the configuration to take effect.

Read More
Ponytail: Let AI Agents Follow the YAGNI Principle to Reduce Over-Engineering and Token Waste

# Ponytail: August 2026 GitHub Trending Project Ponytail is a YAGNI (You Aren't Gonna Need It) agent skill suite designed specifically for coding agents. Through decision ladders and commands such as `/ponytail-review` and `/ponytail-audit`, it prioritizes reuse, standard libraries and native capabilities before writing code, curbing over-engineering and unnecessary dependencies. Official agentic benchmarks conducted on real FastAPI+React repositories show an average code reduction of approximately 54%, a token reduction of around 22%, a cost reduction of roughly 20%, while maintaining 100% security. It supports over 14 hosting environments including Claude Code Plugin and Cursor rule injection. This article introduces its principles,实测 data, installation methods and applicable boundaries.

Read More
MCP Server codebase-memory-mcp: Enabling AI Agents to Truly "Remember" Your Codebase

In July 2026, the GitHub Trending hot project codebase-memory-mcp (produced by DeusData) indexes codebases into persistent knowledge graphs via the MCP protocol. It supports parsing 158 programming languages and provides 15 MCP tools, enabling agents such as Claude Code and Cursor to replace file-by-file exploration with structured queries. According to official benchmark tests, the token consumption for structural queries can be reduced by about 120 times, and indexing for Linux kernel-level repositories can be completed in approximately 3 minutes. This article introduces its Hybrid LSP semantic enhancement, core tools, installation method and applicable scenarios.

Read More