Skip to content

feat(harness): add policy-aware token trimming#73

Open
senamakel wants to merge 2 commits into
tinyhumansai:mainfrom
senamakel:feat/image-aware-message-trim
Open

feat(harness): add policy-aware token trimming#73
senamakel wants to merge 2 commits into
tinyhumansai:mainfrom
senamakel:feat/image-aware-message-trim

Conversation

@senamakel

Copy link
Copy Markdown
Member

Summary

  • add an order-preserving token-budget trim primitive with a caller-supplied estimator
  • optionally preserve system instructions even when they exceed the nominal budget
  • optionally drop leading orphan tool results after older assistant calls are evicted
  • retain the existing TrimStrategy::MaxTokens behavior for compatibility

TinyAgents already assigns native images a flat context weight. The estimator hook lets hosts extend that accounting to provider-specific inline image encodings without baking those encodings into the crate.

Validation

  • cargo test token_budget_trim --lib
  • cargo clippy --all-targets -- -D warnings
  • cargo fmt --check

@coderabbitai

coderabbitai Bot commented Jul 22, 2026

Copy link
Copy Markdown

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 33 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 19dd299c-2362-40a3-90e0-175f9751a257

📥 Commits

Reviewing files that changed from the base of the PR and between 2583fcc and e84ee1c.

📒 Files selected for processing (3)
  • src/harness/summarization/mod.rs
  • src/harness/summarization/test.rs
  • src/harness/summarization/types.rs

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

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f862a33cde

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/harness/summarization/mod.rs Outdated
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