1 comment (1 comment)1 reaction (1 reaction)0 assignees (0 assignees)Rust2,914 forks (2,914 forks)batch import
area:clienhancementhelp wantedpriority:low
Repository metrics
- Stars
- 48,085 stars (48,085 stars)
- PR merge metrics
- Avg merge 11d 1h (Avg merge 11d 1h)45 merged PRs in 30d (45 merged PRs in 30d)
Description
I've been using RTK quite a lot lately and noticed that many of the command outputs are in JSON. I think we could further reduce token consumption by using the Toon format. This could probably be implemented quickly and toggled inside the Ultra Compress mode.
Contributor guide
- Research direction
- Investigate the existing token reduction logic and find where to integrate the Toon format conversion. Check the Ultra Compress mode toggle and understand how to add a new format option.
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Prerequisites
- Rust