rtk-ai/rtk

Feature Request: compact HAR archive

Open

#787 aberto em 23 de mar. de 2026

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (2.914 forks)batch import
area:clieffort-mediumenhancementhelp wantedpriority:low

Métricas do repositório

Stars
 (48.085 stars)
Métricas de merge de PR
 (Mesclagem média 11d 1h) (45 fundiu PRs em 30d)

Description

It would be great if RTK could compact HAR-archives, useful when you want claude to learn correct way of setting up a remote system (say you want to create new MCP server or an agent), the only necessary data is request/response data and its order, but not stack frames and timings. Maybe even convert it to plain HTTP-format, it's even more token-friendly than json/yaml. Just had to manually remove unused nodes form HAR and could save about 70% of the file.

Guia do colaborador