Merged
Conversation
Codecov Report❌ Patch coverage is @@ Coverage Diff @@
## main #333 +/- ##
==========================================
- Coverage 80.31% 80.29% -0.03%
==========================================
Files 99 99
Lines 24213 24236 +23
==========================================
+ Hits 19447 19460 +13
- Misses 4766 4776 +10
... and 1 file with indirect coverage changes 🚀 New features to boost your workflow:
|
Run agent future directly in select! instead of spawning to avoid Send lifetime issues with try_join! captured references.
- Rate limiter: evict stale entries instead of clearing all - SSRF: use tokio::net::lookup_host instead of blocking DNS - SSRF: add IPv6-mapped IPv4, unique local, link-local checks - Shell sandbox: cache current_dir at function start - Context: document safe write! error ignore - Main: document Box::pin usage for large_futures lint
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
Performance
len() / 3(perf: replace chars().count() / 4 with len() / 3 in token estimation #328)buffer_unordered(50)(perf: concurrent skill embedding with buffer_unordered #327)try_join!(perf: parallelize context preparation with try_join! #331)Security
Refactoring
After merge