fix(dotnet): stop prepending raw stdout on build failure (#914)#1115
Open
ousamabenyounes wants to merge 4 commits intortk-ai:developfrom
Open
fix(dotnet): stop prepending raw stdout on build failure (#914)#1115ousamabenyounes wants to merge 4 commits intortk-ai:developfrom
ousamabenyounes wants to merge 4 commits intortk-ai:developfrom
Conversation
feat(): batch fixs + aws extended + filter quality batch
…master--components--rtk chore(master): release 0.35.0
When dotnet build failed, rtk prepended the full raw output before its filtered summary, producing more tokens than the original command. The filtered summary already contains all errors; raw output is not needed. Generated by Claude Code Vibe coded by ousamabenyounes Co-Authored-By: Claude <noreply@anthropic.com>
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes #914
dotnet buildfailure, RTK was prepending the full raw stdout before the filtered summary — producing more tokens than the original commandformat_build_outputalready contains all errors and warnings; the raw output is redundantVerification
test_format_build_output_on_failure_is_more_concise_than_rawverifies ≥60% token savings and error info preservedFiles changed
src/cmds/dotnet/dotnet_cmd.rsfiltered; add savings testGenerated by Claude Code
Vibe coded by ousamabenyounes