Split big-window rule per source kind; add Java 8 checker-qual override docs - #128
Merged
Merged
Conversation
The plugin builds against checker-qual 4.2.0, whose classes are Java 11 bytecode (major 55) and fail to load on a Java 8 JVM. Document that running the plugin under Java 8 requires overriding checker-qual to 3.55.1 (last release with Java 8 bytecode; 4.0.0 switched to Java 11) via the plugin's own <dependencies> block. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KGLKH56bKYVWcv4XAfKe8Y
…dow-java The big-window oversized-file fallback only existed for .java sources. Split it into a per-kind pair mirroring the plain java/sql rules: big-window-java (file-body-java) and the missing big-window-sql (file-body-sql), both routing oversized sources to the large-context granite-4.0-h-tiny-bigwindow model at priority 100. An oversized .sql file now keeps the SQL prompt instead of falling through. Updated the model-comment, README, and CHANGELOG references accordingly. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KGLKH56bKYVWcv4XAfKe8Y
bernardladenthin
had a problem deploying
to
startgate
June 30, 2026 17:57 — with
GitHub Actions
Error
|
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
big-windowrule is nowbig-window-java(routing tofile-body-javaprompt) andbig-window-sql(routing tofile-body-sqlprompt). This ensures oversized.sqlfiles are routed to the large-context model while keeping their SQL-specific prompt, instead of being uncovered or misrouted.checker-qualto version3.55.1(the last Java 8 bytecode release) when running the plugin under Java 8, since the plugin's transitive dependency onchecker-qual 4.2.0ships Java 11 bytecode that fails to load on Java 8 JVMs.Test plan
Related issues / PRs
None.
Checklist
CONTRIBUTING.mdandCODE_OF_CONDUCT.mdhttps://claude.ai/code/session_01KGLKH56bKYVWcv4XAfKe8Y