-
Notifications
You must be signed in to change notification settings - Fork 12
feat: bound gateway requests, stdin sends, and normalized transcripts #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ImL1s
wants to merge
15
commits into
ScriptedAlchemy:main
Choose a base branch
from
ImL1s:feat/bounded-gateway-and-stdin-sends
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
b394a5e
fix: bound gateway requests and render nested transcripts
ImL1s 1e86ad1
Add stdin sends and normalized transcript contract for adapters
ImL1s 825f97c
Reject conflicting normalized transcript evidence
ImL1s 755c55c
Keep normalized text separate from display stringification
ImL1s e4fbcb1
docs: add changeset for stdin sends and normalized transcripts
ImL1s edd6a36
fix: return HTTP errors before reading discarded bodies
ImL1s 5530212
fix: address remaining Codex review feedback
ImL1s a041a86
fix: unsupported explicit roles veto role inference (fail-closed)
ImL1s 1ba2e65
fix: abort controller on HTTP errors and reject false send responses
ImL1s 8f6533c
fix: require object send acknowledgement and veto malformed role carr…
ImL1s cecb43b
fix: reject array send acknowledgements and malformed text carriers
ImL1s b906bb8
fix: reject malformed primitives inside text evidence arrays
ImL1s 31b03ad
fix: reject empty-object send ack and opaque text carrier objects
ImL1s 26c54c5
fix: reject negative send acknowledgements (ok:false, error field)
ImL1s f7990a4
fix: require strict boolean true for ok/success ack fields
ImL1s File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| "grok-bot-cli": patch | ||
| --- | ||
|
|
||
| Bound gateway requests and response-body reads with a deadline, redact error | ||
| details, reject redirects, and label ambiguous sends without automatic retries. | ||
| Render nested message content in plain-text transcripts. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| "grok-bot-cli": minor | ||
| --- | ||
|
|
||
| Add `send <target> --stdin` so a message can be passed on standard input instead | ||
| of the process argument list, with strict UTF-8, non-empty, no-NUL, no | ||
| surrounding whitespace and 64 KiB validation. Add a `--normalized` transcript | ||
| contract for `thread`/`chat` JSON output that returns only the target identity | ||
| and messages with `id`, an explicit `user`/`assistant`/`unknown` role, and text. | ||
| The normalizer fails closed on malformed or conflicting evidence rather than | ||
| guessing, and keeps normalized text separate from display stringification. |
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.