You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version Packages PR generated with changeset version (the Release workflow's version mode couldn't be dispatched by the bot token — 403 on workflow_dispatch — so this was produced locally with the identical command).
explain why the diff here is a patch and what should it be context
❯ can you create a PR against main and create a PR in this format?: TL;DR Lift the OpenAI Responses request b…
Branch pushed: codex/server-tools-missing-tool-output → main, containing the @openrouter/agent@0.7.2 patch, the patchedDependencies wiring, and the DI-based regression test.
PR body follows your format: TL;DR → 📈 Live monitoring (the Datadog server-tools:upstream-error / "No tool output found for function call" signature to watch drop to zero) → What changed? → Why? → Reviewer focus → collapsed Additional details with the RCA trail, all 9 gen IDs, verification results, and the checklist → "Requested by: @ayush-or".
One deviation from the template: no Devin session link, since this fix came out of this session rather than a Devin run — happy to add one if you want to link the Datadog-RCA session there.
Heads-up: your gh shell wrapper reroutes gh pr create to Graphite's gt submit, so I used command gh pr create directly. If you track this branch in Graphite you may want to run gt track on it.
The main thing to flag for reviewers (also in the PR): this patches the published npm package as a stopgap — the same ~10-line guard should be ported into the @openrouter/agent source repo, and the patch file will need carrying forward if the SDK version bumps before that lands.
✻ Cogitated for 2m 11s
❯ patches/@openrouter%2Fagent@0.7.2.patch can you exchange why the change was made here, i guess i dont rlly get the diff[Image #8], what actually changed
[Image #8]
Thought for 18s
The confusion is because you're looking at a diff of a diff. The file patches/@openrouter%2Fagent@0.7.2.patch is itself a patch file (its content is a diff), and since the whole file is newly added to the repo, GitHub shows every line of it with a leading +. So you get two columns of markers:
The outer + (leftmost, on every line) just means... (979 chars truncated...)
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
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
Version Packages PR generated with
changeset version(the Release workflow'sversionmode couldn't be dispatched by the bot token — 403 on workflow_dispatch — so this was produced locally with the identical command).Consumes all three pending changesets:
@openrouter/agent0.7.2 → 0.8.0 — minor from feat(mcp): add @openrouter/mcp package #56 (sourcediscriminant on tool results +markMcp()/isMcpTool()), patch from fix(agent): stop tool loop on unresolved manual tool calls instead of sending broken history #59 (stop the tool loop on unresolved manual tool calls instead of sending a follow-up with an orphanedfunction_call).@openrouter/mcp→ 0.2.0 — initial-release changeset from feat(mcp): add @openrouter/mcp package #56.After merging, dispatch the Release workflow in
publishmode to push both packages to npm.Link to Devin session: https://openrouter.devinenterprise.com/sessions/8f73f70aa85546efaf30d8c21472357f
Requested by: @ayush-or