Skip to content

cargo output on success is too terse, making it ambiguous #759

@stevelr

Description

@stevelr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions