Skip to content

release: stage Jina embedding migration for 0.2.5851 - #738

Merged
justrach merged 1 commit into
release/0.2.5850from
codex/jina-dual-model-migration
Aug 31, 2026
Merged

justrach merged 1 commit into
release/0.2.5850from
codex/jina-dual-model-migration

Conversation

@justrach

Copy link
Copy Markdown
Owner

Summary

  • make jinaai/jina-embeddings-v2-base-code the managed 512D model for new CodeDB clients
  • keep the legacy Qwen query encoding isolated by model and vector-space id
  • require an explicit semantic-index rebuild so incompatible vectors are never mixed
  • update CLI/docs/release metadata for 0.2.5851

Older released clients continue to send Qwen/Qwen3-Embedding-0.6B; the deployed edge keeps that route live while 0.2.5851 clients use Jina.

Validation

  • zig build test
  • MCP E2E: 76/76
  • native Windows Server 2025 release matrix: fresh index, 0.2.5841 upgrade, checked-in smoke all pass
  • macOS 0.2.5851 semantic-index: Jina 512D sidecar built successfully
  • macOS hybrid context: local OpenPuffer ANN loaded and remote Jina query succeeded
  • public edge/origin dual-route matrix: omitted/Qwen/Jina pass; public Qwen 4B rejected

Cloud counterpart: justrach/codedb-cloud#50 (merged and deployed).

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a6e4a612ff

ℹ️ 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".

Comment thread build.zig.zon
.name = .codedb2,
.fingerprint = 0x6e18d96ca2a31757,
.version = "0.2.5850",
.version = "0.2.5851",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Bump the npm launcher to the release version

When this release sets the native version to 0.2.5851, npm/package.json remains at 0.2.5850. I checked .github/workflows/npm-publish.yml: it publishes the version read directly from that manifest, so the 0.2.5851 publish will instead attempt to republish the already-existing codedeebee@0.2.5850 and fail; additionally, npm/scripts/postinstall.js derives the GitHub release tag from that same version. Update the npm manifest alongside the native release metadata.

Useful? React with 👍 / 👎.

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-08-31T16:49:23.757261Z a6e4a61 PR opened
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@justrach
justrach merged commit c2f9aad into release/0.2.5850 Aug 31, 2026
3 checks passed
@justrach
justrach deleted the codex/jina-dual-model-migration branch August 31, 2026 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant