docs: sync agent-api-openapi.yaml from warp-server#111
Conversation
Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
I'm starting a first review of this pull request. You can view the conversation on Warp. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
There was a problem hiding this comment.
Overview
This PR syncs developers/agent-api-openapi.yaml from the canonical warp-server OpenAPI spec. The supplied pr_diff.txt shows the file changed, but GitHub did not provide a patch for the file.
Concerns
- The only changed file is listed as patch-unavailable, so the review artifacts contain no annotated
[NEW:n]or[OLD:n]lines to inspect. I cannot verify the regenerated OpenAPI content, security-relevant API surface changes, or spec alignment from the provided diff, and there are no valid lines for inline comments.
Verdict
Found: 0 critical, 1 important, 0 suggestions
Request changes
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
Sync
developers/agent-api-openapi.yaml(the file that powers the Scalar API reference at docs.warp.dev/api) from the canonical spec atwarp-server/public_api/openapi.yaml.Source
warp-servercommit:810f9bce554ff3c276b308e4cf741f0f39bc954bDrift summary
Paths added (1)
+ /agent/connected-self-hosted-workersPaths modified (3)
~ /agent/identities/{uid}~ /agent/runs~ /agent/sessions/{sessionUuid}/redirectSchemas added (8)
+ AgentRunMode+ AwsInferenceProviderConfig+ ConnectedSelfHostedWorker+ InferenceProvidersConfig+ ListConnectedSelfHostedWorkersResponse+ MemoryStoreRef+ SecretRef+ SessionSharingConfigSchemas removed (10)
- CreateExternalConversationRequest- CreateExternalConversationResponse- FinishTaskRequest- GetUploadTargetRequest- NotifyUserRequest- ReportArtifactRequest- ReportArtifactResponse- ReportPullRequestArtifactRequest- ResolvePromptRequest- ResolvePromptResponse- UploadTargetSchemas modified (12)
~ AgentResponse~ AmbientAgentConfig~ CreateAgentRequest~ CreateScheduledAgentRequest~ Harness~ HarnessAuthSecrets~ RequestUsage~ RunAgentRequest~ RunItem~ ScheduledAgentItem~ UpdateAgentRequest~ UpdateScheduledAgentRequestTop-level
infosection refreshed to match the source spec.Triage
No unclassified tags or paths were flagged by the sync script — every change is covered by the existing
EXCLUDED_TAGS/EXCLUDED_PATHSpolicy plus theagent/schedulesallowlist.Validation
python3 .agents/skills/sync-openapi-spec/scripts/sync_openapi.py --mode self-test→self-test: OK--mode apply→All $refs resolve in the regenerated spec.npm run build→ 332 pages built, no errors.npx @redocly/cli lint developers/agent-api-openapi.yaml→ only pre-existing source-spec warnings (missing4xxresponses on some operations,nullableusage,license.url); none introduced by this sync.Conversation: https://staging.warp.dev/conversation/af8f7d3f-05dc-4167-b545-95710157a5c5
Run: https://oz.staging.warp.dev/runs/019e426f-3d44-7260-adbb-1ee877ea2178
This PR was generated with Oz.