docs: refresh README for v0.5.12 through v0.6.1#784
Conversation
…est-merges-to-main: refresh README for v0.5.12 through v0.6.1 Update changelog to cover the 12 releases since v0.5.11 (last README sync, 2026-03-25). Add three new Key Features entries — cross-dialect data parity, automated dbt unit tests, GitLab MR review. Add Altimate LLM Gateway, Databricks AI Gateway, Snowflake Cortex, and LM Studio to the providers list (some were already shipping but never listed). Footnote Microsoft Fabric on the warehouses line. Add capability-table row for cross-dialect data validation. Add /data-parity and /dbt-unit-tests examples to Quick demo. Enumerate the 19 built-in skills inline. Editorial defaults applied (per questions.md): Q1=footnote (b), Q2=add row (a), Q3=add 2 examples (b), Q4=one-line list (b), Q5=collapse pure-fix release v0.5.13 (a), Q6=leave benchmarks as-is (a). Reviewer can flip any of these in a follow-up commit. No code changes. CHANGELOG.md is the source of truth — bullets are condensed restatements of the entries there. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
📝 WalkthroughWalkthroughThe PR updates ChangesREADME Documentation Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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. Comment |
Summary
Refresh the README to cover the 12 releases that landed on
mainsince the last sync at v0.5.11 (2026-03-25). Pure documentation change — no code touched.Single commit, +32 / -3, additive across 7 sections:
data_diff)/dbt-unit-tests)altimate gitlab review)/data-parityand/dbt-unit-testsexamples.sqlserverdriver with T-SQL/Fabric dialect detection, so not a separate driver).Source of truth for every bullet:
CHANGELOG.md. Bullets are condensed faithful restatements. Provider list cross-checked againstpackages/opencode/src/provider/provider.ts. Skills enumerated from.opencode/skills/. Drivers cross-checked againstpackages/drivers/src/.Test plan
Documentation-only change — no behavioral surface to test. Verified:
bun run script/upstream/analyze.ts --markers --base main --strict— PASS (README is not upstream-shared)bunx turbo typecheck— PASS (5/5 tasks successful)data-parity|data_diff≥2 (got 4),Microsoft Fabric≥1 (got 2), new providers ≥3 (got 3).opencode/skills/exactlypackages/drivers/src/exactly (excludingindex.ts,normalize.ts,types.ts)Checklist
Out-of-scope follow-ups (not blocking this PR)
Documented during code review for future issues:
docs/docs/configure/skills.md— table currently shows 17 skills, should be 19 (add/data-parityand/altimate-setup).README.md:136"12 purpose-built skills" claim — pre-existing onmain(only 6 dbt-prefixed skills exist).README.md:104/generate-testsreference — pre-existing onmain; should be/dbt-testor/dbt-unit-tests.CHANGELOG.md.🤖 Generated with Claude Code
Summary by cubic
Refresh README to cover v0.5.12–v0.6.1 and reflect recent features and provider support.
Adds cross-dialect data parity (
data_diff), automated dbt unit tests (/dbt-unit-tests), GitLab MR review (altimate gitlab review), updates the capability table and quick demo, expands the provider list (Altimate LLM Gateway, Databricks AI Gateway, Snowflake Cortex, LM Studio), footnotes Microsoft Fabric for SQL Server, and enumerates 19 built-in skills.Written for commit 7a8df2c. Summary will update on new commits.
Summary by CodeRabbit