rtk icon indicating copy to clipboard operation
rtk copied to clipboard

CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies

Results 196 rtk issues
Sort by recently updated
recently updated
newest added

## Summary - `rtk read file --max-lines N` was comparing the full raw file against the truncated output in `timer.track()`, inflating reported savings by the entire skipped portion — 250M+...

## Summary - The npm rewrite rule in `src/discover/rules.rs` only matched `npm run` and `npm exec`, so `npm install`, `npm ci`, `npm list`, `npm outdated`, `npm audit`, and ~20 other...

## Summary - Fixes #1672 — `rtk ls -la` was producing output identical to `rtk ls` because the filter stripped permission/ownership entirely. - When the user passes `-l` (or `-la`),...

bug
effort-small
filter-quality

llm attempted usage: `rg -n -U "document:\\s*\\{\\s*create:\" api/src scripts"` ^ this works normally after rewrite: `rtk grep -n -U "document:\\s*\\{\\s*create:\" api/src scripts"%` usage output: `/usr/bin/grep: Unmatched \{`

bug
good first issue
effort-small

Closes #1669. Reporter ran: ``` rtk git diff -- "package.json" "playwright.config.ts" ".harness/e2e_pipeline.yaml" "e2e-tests/config/loadEnv.ts" "e2e-tests/config/test.env" ``` and got `fatal: bad revision 'package.json'` while raw `git diff -- ...` worked. ## What...

The LS_DATE_RE regex expects English month names (Jan, Feb, etc.), but ls -la output uses numeric months (5, 6, etc.) when the user's locale sets LC_TIME to a non-English language....

## Background Heavy iOS + infra/SSH user. `rtk discover` reports these as the top unhandled commands in my last 30 days of Claude Code sessions: | Command | Count |...

## Summary Adds Bun runtime support to RTK with filters for `bun test`, `bun run`, `bun install`, `bun build`, and `bunx`. ### What's new - **`bun test` filter**: strips passing...

enhancement
effort-large

## Summary - Adds `rtk dbt` command with output compression for run/test/build/seed/snapshot/source-freshness (full JSON event parsing) and compile/parse/list/show/clean/debug/deps (light banner-stripping) - Handles all major failure modes: compile errors, runtime/database errors,...

enhancement
effort-large

Create Next Release PR and set up the description with fix / feat PRs and issues to be closed ● 18/18 passed. All functional scenarios verified: ┌──────┬────────────────────────────────────────────────────────────────┐ │ Test │...