rtk-ai/rtk

add bun and bunx playwright handlers, and agent-browser.

Open

#930 opened on Mar 30, 2026

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (2,914 forks)batch import
area:clieffort-mediumenhancementhelp wantedpriority:medium

Repository metrics

Stars
 (48,085 stars)
PR merge metrics
 (Avg merge 11d 1h) (45 merged PRs in 30d)

Description

High-output commands:

  • bunx playwright test — Playwright outputs thousands of lines per run. rtk could show only failures = massive savings
  • bun run test / bun run typecheck / lint — Test failures/errors are verbose; rtk err command would compress hard

Maybe as well other package managers like yarn, and npm.

Contributor guide