Skip to content

chore(plugin): release plugin v0.2.4 with server v0.2.2 - #30

Merged
Platonenkov merged 2 commits into
mainfrom
claude/release-server-0-2-2-524a4
Aug 3, 2026
Merged

chore(plugin): release plugin v0.2.4 with server v0.2.2#30
Platonenkov merged 2 commits into
mainfrom
claude/release-server-0-2-2-524a4

Conversation

@Platonenkov

Copy link
Copy Markdown
Collaborator

Ships the code_search payload reduction from #29 to plugin users. Release server-v0.2.2 is published.

Two A/B measurements found this tool costing more tokens than plain Grep — most recently +25.7% on a clean index while making 26% fewer tool calls. The mechanism was isolated rather than guessed at: code_search averaged 9,086 tokens per call against Grep's 5,348. It finds things in fewer searches and then loses on what each one returns.

before after
excerpt lines per hit 15 5
default limit 10 5
measured response, 8 queries 11,421 chars 5,187 chars

−54.6%, roughly a third of it from the shorter excerpt and the rest from the lower default.

Whether that is enough to make the tool cheaper than Grep is not yet known — the third measurement runs next, and the published benchmark numbers are historical until it lands.

The release cut cleanly on the second run this time, which is the first evidence that the fixed-point fix from #26 actually works: placeholder → read CI's checksum → commit → re-tag → green.

Ships the code_search payload reduction: 5-line excerpts (was 15) and a
default limit of 5 (was 10), measured at -54.6% response size on eight
representative queries.

bin/server.sha256 carries a placeholder here; the real value is read off the
release workflow's own build and committed before this merges, as for every
release since the build stopped embedding the commit id.
@coderabbitai

coderabbitai Bot commented Aug 3, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: b2030279-549f-42de-b671-a964609acf06

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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

@Platonenkov
Platonenkov merged commit f5008ef into main Aug 3, 2026
5 checks passed
@Platonenkov
Platonenkov deleted the claude/release-server-0-2-2-524a4 branch August 3, 2026 20:03
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