chore(plugin): release plugin v0.2.4 with server v0.2.2 - #30
Merged
Conversation
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.
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
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.
Ships the
code_searchpayload reduction from #29 to plugin users. Releaseserver-v0.2.2is 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_searchaveraged 9,086 tokens per call againstGrep's 5,348. It finds things in fewer searches and then loses on what each one returns.limit−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
Grepis 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.