rtk-ai/rtk

cargo output on success is too terse, making it ambiguous

Open

#759 建立於 2026年3月21日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Rust (2,914 fork)batch import
area:clibugeffort-smallfilter-qualitygood first issuehelp wantedpriority:medium

倉庫指標

Star
 (48,085 star)
PR 合併指標
 (平均合併 11天 1小時) (30 天內合併 45 個 PR)

描述

cargo check returned cargo build (0 crates compiled)

which - to claude - was ambiguous - it didn't know if there were errors or not, so it tried several work-arounds, consuming extra tokens.

as work-arounds, it ran rtk proxy cargo check, and RUSTFLAGS="-D warnings" rtk proxy cargo check

Claude said it expected to see the "Finished dev profile ..." message.

Suggestion: include the 'Finished ...' message in the success output

貢獻者指南