fix(gemini): include tool tokens in reported totals - #531
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Invalidate persisted source-message cache entries so existing Gemini files are reparsed with the updated parser behavior instead of reusing stale token/cache-policy results. Constraint: Source fingerprints only track file contents, not parser-accounting semantics. Confidence: high Scope-risk: moderate Tested: rustfmt --edition 2021 --check crates/tokscale-core/src/message_cache.rs crates/tokscale-core/src/sessions/gemini.rs Tested: cargo test -p tokscale-core gemini --quiet Tested: cargo test -p tokscale-core message_cache --quiet Tested: cargo check -p tokscale-core --quiet
junhoyeo
force-pushed
the
fix/gemini-tool-token-totals
branch
from
May 10, 2026 06:22
3e3860f to
3d347ca
Compare
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
tooltokens in the reported token total by carrying them into the input bucket until Tokscale has a dedicated tool-token bucket.Validation
rustfmt --edition 2021 --check crates/tokscale-core/src/message_cache.rs crates/tokscale-core/src/sessions/gemini.rscargo test -p tokscale-core gemini --quietcargo test -p tokscale-core message_cache --quietcargo check -p tokscale-core --quiettool: 7.Risk