-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Reduce output for LLMs #32596
Copy link
Copy link
Open
Labels
area: @angular/buildfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issuesfeature: votes requiredFeature request which is currently still in the voting phaseFeature request which is currently still in the voting phaseneeds: investigationRequires some digging to determine if action is neededRequires some digging to determine if action is needed
Metadata
Metadata
Assignees
Labels
area: @angular/buildfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issuesfeature: votes requiredFeature request which is currently still in the voting phaseFeature request which is currently still in the voting phaseneeds: investigationRequires some digging to determine if action is neededRequires some digging to determine if action is needed
Command
build
Description
Every time Angular builds, it prints chunk stats:
If you are using an LLM, this unnecessarily reduces available context and eats up tokens.
I couldn't find a flag to disable this output.
Describe the solution you'd like
Inspired by this post, we could support an
LLMenv variable that would drastically reduce the output.Alternatively a flag to remove stats would be nice.
Describe alternatives you've considered
--no-progress, but it doesn't help.