Catch up to omnigraph-server 0.8.1#16
Conversation
Bumps the serverVersion pin and package versions to 0.8.1 and re-syncs the vendored spec from the release tag (the only spec change is the version string, so the generated types are unchanged).
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 938b6a6328
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "identifier": "MIT" | ||
| }, | ||
| "version": "0.8.0" | ||
| "version": "0.8.1" |
There was a problem hiding this comment.
Vendor the exact upstream spec payload
The v0.8.1 raw openapi.json tag is a compact 65-line file, while this diff keeps the previously formatted 2,568-line copy and only edits info.version; because scripts/check-drift.ts compares readFileSync(SPEC_FILE, 'utf8') directly against await response.text(), CI/release runs of pnpm run check-drift fail for this target version until the file is written exactly as pnpm run sync-spec would.
Useful? React with 👍 / 👎.
What & why
The SDK/MCP pin was a release behind. This bumps
omnigraph.serverVersionand the package versions to 0.8.1 and re-syncs the vendoredspec/openapi.jsonfrom thev0.8.1tag. The tag's only spec change is theinfo.versionstring, so the generated types are unchanged — this is a pure version catch-up.check-drift/check-versions/check-coverageand the full test suites are green. #15 (branch-mergedeleteBranchsupport, draft pending the next server release) rebases on top of this.Note
Low Risk
Version and metadata-only changes with no API or runtime behavior changes beyond reported version strings.
Overview
Aligns the TypeScript repo with omnigraph-server v0.8.1 after the SDK/MCP pin lagged one release.
omnigraph.serverVersionin the rootpackage.jsonand@modernrelay/omnigraph/@modernrelay/omnigraph-mcppackage versions move 0.8.0 → 0.8.1. RegeneratedSERVER_VERSIONandMCP_PACKAGE_VERSIONin theversion.gen.tsfiles match those pins. The vendoredspec/openapi.jsonis re-synced from the server tag; the only spec delta in this bump isinfo.version, so generated API types are unchanged.MCP server tests that assert initialize
versionand healthsdkServerVersionare updated to 0.8.1.Reviewed by Cursor Bugbot for commit 938b6a6. Bugbot is set up for automated code reviews on this repo. Configure here.
Greptile Summary
This PR catches the package metadata up to Omnigraph server 0.8.1. The main changes are:
omnigraph.serverVersionupdated to0.8.1.0.8.1.0.8.1.info.versionupdated to0.8.1.Confidence Score: 5/5
This looks safe to merge.
Important Files Changed
Reviews (1): Last reviewed commit: "Catch up to omnigraph-server 0.8.1" | Re-trigger Greptile