Documented Add App Installation Repositories on /docs/api/origin: POST /v1/origin/namespaces/{namespaceSlug}/installations/{installationId}/repos additively unions repoIds into an installation’s selection (requires a Cursor user credenti…
Changelog
Origin API
Documented Add App Installation Repositories on /docs/api/origin: POST /v1/origin/namespaces/{namespaceSlug}/installations/{installationId}/repos additively unions repoIds into an installation’s selection (requires a Cursor user credential with namespace:installations:write; does not change scopes or perform a first install). Also listed in /docs/api/origin/changelog.
Documented separate Git over HTTPS rate limiting: charged Git responses use X-RateLimit-* with X-RateLimit-Resource: git, independent of the REST core budget; over-budget calls return 429 — see /docs/api/origin and /docs/api/origin/changelog.
Breaking (changelog):repository.check_run.created / completed no longer include a payload-level actor; use checkRun.actor (same as the owning suite). Details: /docs/api/origin/changelog.
Breaking (changelog): on Grep Contents, caseInsensitive and wholeWord apply only when literal is true; regex searches ignore those flags (use (?i) / \b in query instead). Details: /docs/api/origin/changelog.
Breaking (changelog): OpenAPI renames the Thread schema to CommentThread (wire JSON unchanged; regenerate clients). Details: /docs/api/origin/changelog.
Grants: Upsert Repository Grant and Upsert Namespace Grant accept a group principal owned by the resource owner’s own team (including teams not linked to an org) — updated on /docs/api/origin/grants-api and /docs/api/origin/changelog.