Keep routine agent workflows quiet by default - #10
Merged
Conversation
|
I hit an error while handling your request (Model unavailable on AI Gateway free tier: Free tier users do not have access to this model. Upgrade to paid credits at https://vercel.com/d?to=%2F%5Bteam%5D%2F%7E%2Fai%3Fmodal%3Dtop-up for unrestricted…). Please try again, rephrase, or reach out if it keeps failing. Error id: a4f92aaf-28ca-46e0-a848-fc4b0eb3bee7 |
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.
Routine agent work previously appended Blaze timing receipts and could display hook status messages or synthetic chat reminders. This release keeps routine activity inside the agent workflow and makes timing and receipt output available on explicit inspection.
Successful outcome and participation commands are silent by default, with opt-in output modes. Hook adapters use model-only context, remove owned status messages, and preserve unrelated host settings. The portable skill and installation guidance consistently retain explicit disclosure review, authorization, outcome recording, and inspection.
Validation: public typecheck, client/lifecycle/adapter tests, card validation, template/build checks; hostile hook inputs cause no network traffic and no user-message fields. Native-host and hosted-release verification follow the coordinated release.