Conversation
Additive feature release on top of v2.2.4 — new languages, new platform, new env vars, new MCP tool parameters. No breaking changes. New: - #112 Elixir parser (.ex/.exs) — modules, def/defp/defmacro, alias/import/require/use, internal call resolution - #88 Objective-C parser (.m) — @interface/@implementation, message expressions, C-style main, #import - #197 Bash/Shell parser (.sh/.bash/.zsh) — functions, commands, source imports with path resolution - #83 Qwen Code as a supported MCP install platform - #176 apply_refactor_tool dry-run mode (returns unified diffs without writing, keeps refactor_id valid for follow-up) - #155 CRG_DATA_DIR / CRG_REPO_ROOT env vars for out-of-tree graph storage and scripting from outside the repo - #173 install preview + --no-instructions + -y/--yes (supersedes closed PR #204) - #174 cloud embeddings stderr warning + CRG_ACCEPT_CLOUD_EMBEDDINGS opt-out (supersedes closed PR #179) Fixed: - Multi-edit refactor correctness bug (same-file edits could stomp each other) Docs: - TROUBLESHOOTING.md quick-reference section for the 4 most common support questions (hooks schema error, command not found, scoping, "built but not visible") Verified locally on Python 3.11: - ruff clean, mypy clean, bandit clean - 735 tests pass (+18 vs v2.2.4), coverage 74.63% - 6-repo smoke test still passes end-to-end on express/fastapi/flask/ gin/httpx/next.js Supersedes closed PRs: - #204 (install preview, credit @lngyeen) - #207 (CRG_DATA_DIR, credit @yashmewada9618) - #179 (cloud embeddings warning, credit @Bakul2006) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Minor-version bump to ship the post-v2.2.4 feature bundle from #228 (merged). All additive — new languages, new platform, new env vars, new MCP parameters, new docs.
What's in this release
New languages + platforms:
.ex/.exs).m) — from v2.3.0 but first landed via feat: qwen-code platform + Objective-C + Bash parser support #227.sh/.bash/.zsh) — from v2.3.0 but first landed via feat: qwen-code platform + Objective-C + Bash parser support #227--platform qwen)MCP tool UX:
apply_refactor_tool(dry_run=True)returns unified diffs without writinginstall --no-instructions+-y/--yesflags, plus pre-write previewCRG_ACCEPT_CLOUD_EMBEDDINGS=1opt-outGraph storage:
CRG_DATA_DIRandCRG_REPO_ROOTenv vars — keep graphs outside the working tree, or script the CLI from anywhereBug fix:
apply_refactor)Docs:
TROUBLESHOOTING.mdquick-reference section for the 4 most common support questionsTest plan
uv run ruff check code_review_graph/→ cleanuv run mypy code_review_graph/ --ignore-missing-imports --no-strict-optional→ cleanuv run bandit -r code_review_graph/ -c pyproject.toml→ 0 H/M/Luv run pytest --cov-fail-under=65→ 735 passed, 1 skipped, 2 xpassed, 74.63% coverageAfter merge
Tag
v2.3.0, create GitHub release, watchpublish.ymlpush to PyPI.🤖 Generated with Claude Code