Skip to content

chore(release): prepare 0.6.5#254

Merged
helebest merged 1 commit into
mainfrom
worktree-chore+release-0.6.5
Jun 28, 2026
Merged

chore(release): prepare 0.6.5#254
helebest merged 1 commit into
mainfrom
worktree-chore+release-0.6.5

Conversation

@helebest

Copy link
Copy Markdown
Collaborator

Cut 0.6.5 and bump every user-facing version reference ahead of tagging. Mirrors the prepare-0.6.4 PR (#247).

What's in 0.6.5 (all already merged + CI-green on main)

PR type summary
#251 feat Default dikw init scaffold ships Gitee bge-m3 embed + bge-reranker-v2-m3 rerank (one GITEE_API_KEY); unified rerank/embed degrade-logging (transient→ERROR, deferred/unconfigured→WARNING; permanent provider errors still fail fast).
#250 fix Eval snapshot cache key now includes ingest-time cjk_tokenizer and reads search-time retrieval config live — retrieval ablations on a shared cache_root under --cache read_write stop silently reusing the prior config.
#249 feat Eval per-query + negative rows surface top1_score and top1_vec_cosine (reranker-independent, eval-internal probe) for expect_none / OOD calibration.

Mechanics

  • Version bump 0.6.4 → 0.6.5 (pyproject.toml + uv.lock self-entry).
  • CHANGELOG: ## Unreleased## 0.6.5 — … (Added/Changed/Fixed), fresh empty ## Unreleased. Heading is awk-extractable by release.yml.
  • Docs/examples: GHCR image tags, pip-install pin, compose .env default + error-message example, bug-report placeholder.
  • examples/docker/Dockerfile intentionally not bumped — release.yml's sync-dockerfile auto-bumps it after the tag publishes to PyPI; its current 0.6.4 is published so the Dockerfile guard stays green.

Verification

  • tools/check.py (ruff + mypy + fast pytest) — green (2409 passed).
  • tools/check_doc_refs.py — green.
  • No src/ change → eval-gate does not fire (no baseline needed).

🤖 Generated with Claude Code

Cut the 0.6.5 release and bump every user-facing version reference ahead
of tagging. Since 0.6.4 the engine gained three changes, all already
merged and CI-green on main:

- #251 (feat) — default `dikw init` scaffold now ships a Gitee `bge-m3`
  embedder + `bge-reranker-v2-m3` reranker keyed by one `GITEE_API_KEY`,
  and rerank/embed degrade-logging is unified (transient leg failures log
  at ERROR, enabled-but-unconfigured / deferred-embed log at WARNING;
  permanent provider errors still fail fast).
- #250 (fix) — eval snapshot cache key now includes the ingest-time
  `cjk_tokenizer` and reads every search-time retrieval knob from the live
  config, so retrieval ablations on a shared `cache_root` under the default
  `--cache read_write` stop silently reusing the prior run's config.
- #249 (feat) — eval per-query + negative rows surface `top1_score` and
  `top1_vec_cosine` (reranker-independent, via an eval-internal probe) so
  expect_none / OOD robustness is measurable from absolute relevance.

Mechanics (mirrors the prepare-0.6.4 PR #247):
- Version bump `0.6.4 -> 0.6.5` (`pyproject.toml` + `uv.lock` self-entry).
- CHANGELOG: rename `## Unreleased` -> `## 0.6.5 — …` (Added/Changed/Fixed),
  open a fresh empty `## Unreleased`. The 0.6.5 heading is awk-extractable
  by `release.yml`'s notes extractor.
- Docs/examples: bump the GHCR image tags (`docs/deployment-docker.md`), the
  pip-install pin (`docs/getting-started.md`), the compose `.env` default +
  error-message example (`examples/docker/.env.example`,
  `docker-compose.yml`), and the bug-report version placeholder.
- `examples/docker/Dockerfile` intentionally NOT bumped — `release.yml`'s
  `sync-dockerfile` job auto-bumps it after the tag publishes to PyPI; its
  current 0.6.4 is published, so the Dockerfile guard stays green.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jun 28, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@helebest, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 12 minutes and 3 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: e211297e-b7c2-40d6-8f24-4cdbc8aaf7a5

📥 Commits

Reviewing files that changed from the base of the PR and between c15b4ee and e02fdfe.

⛔ Files ignored due to path filters (1)
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (7)
  • .github/ISSUE_TEMPLATE/bug_report.yml
  • CHANGELOG.md
  • docs/deployment-docker.md
  • docs/getting-started.md
  • examples/docker/.env.example
  • examples/docker/docker-compose.yml
  • pyproject.toml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch worktree-chore+release-0.6.5

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@codecov

codecov Bot commented Jun 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@helebest helebest merged commit f8c1045 into main Jun 28, 2026
17 of 18 checks passed
@helebest helebest deleted the worktree-chore+release-0.6.5 branch June 28, 2026 15:04
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