chore(submodules): align eyrie and trace to latest main - #45
Merged
Conversation
Bump external/eyrie to dce29ff (#33 squash) and external/trace to 6feded7 so all submodule checkouts match their origin/main heads. Co-authored-by: Cursor <cursoragent@cursor.com>
Patel230
added a commit
that referenced
this pull request
Jun 15, 2026
Bump external/eyrie to dce29ff (#33 squash) and external/trace to 6feded7 so all submodule checkouts match their origin/main heads.
Patel230
added a commit
that referenced
this pull request
Jun 18, 2026
Bump external/eyrie to dce29ff (#33 squash) and external/trace to 6feded7 so all submodule checkouts match their origin/main heads.
6 tasks
Patel230
added a commit
that referenced
this pull request
Aug 12, 2026
* fix(engine): harden compaction edge cases and snapshot safety - compact: guard non-consumable tool-result heads, pull full head text, fix second-half rune/byte accounting, conditional ack after compaction - ApplyCompaction: snapshot-based API so callers mutate state safely - registry: take lock before snapshot; cap batch summary at 32k - ShouldAutoCompact: count tokens via tokenizer, exact truncation fallback - drop dead engine harness branch and compact_api_engine.go; nil ChatLLM guards - regression tests for every fix * chore: update tok, yaad, trace submodules Bump external/tok, external/yaad, and external/trace to their merged main heads (tok #79, yaad #45, trace #65) * chore: bump tok, yaad, trace module pins to merged main tok v0.1.5-0.20260812042126-622cafb3bd1b (PR #79) yaad v0.2.1-0.20260812042155-884c6c81c3bf (PR #45) trace v0.1.4-0.20260812042155-a31e98c7d75b (PR #65)
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
external/eyrie→dce29ff(eyrie docs: add Session god-object decomposition design sketch #33 squash on main)external/trace→6feded7(trace main)Submodule table
Test plan
go test ./cmd/... ./internal/provider/routing/... -shortMade with Cursor