Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
258b389
🤖 fix: clear stale usage state when history is rewritten to a fresh b…
ibetitsmike Aug 7, 2026
cfb05fb
🤖 fix: clear stale usage on remaining history-rewrite paths
ibetitsmike Aug 7, 2026
e3e6dcd
🤖 tests: self-heal poisoned DOM globals and pre-cache react-dnd in te…
ibetitsmike Aug 7, 2026
fadf52b
🤖 tests: exclude bun-only DOM isolation guards from Jest
ibetitsmike Aug 7, 2026
37ced8c
🤖 fix: suppress usage seeding after history rewrites until fresh prov…
ibetitsmike Aug 7, 2026
acc9f3d
🤖 tests: run the bun-only DOM isolation guards in test-unit and CI Unit
ibetitsmike Aug 7, 2026
b25223c
🤖 fix: strip stale contextUsage from rows retained by partial truncation
ibetitsmike Aug 7, 2026
f9dd1ad
🤖 fix: re-enable usage seeding when a heartbeat reset rolls back
ibetitsmike Aug 7, 2026
db716c5
🤖 fix: clear usage inside the truncate step, before wake restoration
ibetitsmike Aug 7, 2026
c6704db
🤖 fix: keep history seeding available after message-edit truncation
ibetitsmike Aug 7, 2026
23fc92d
🤖 fix: preserve usage when a partial truncation stays before the late…
ibetitsmike Aug 7, 2026
fc725ae
fix: re-enable usage seeding when an edit restores a pre-reset prefix
ibetitsmike Aug 7, 2026
f0476c2
fix: keep usage valid when a cut ends at a provider-invisible reset b…
ibetitsmike Aug 7, 2026
c273f98
fix: keep usage seeding enabled after compaction so the fresh boundar…
ibetitsmike Aug 7, 2026
344d7fe
fix: order truncation's two-file rewrite so failures never change the…
ibetitsmike Aug 7, 2026
4999404
test: restore the real Dialog module after every suite that stubs it
ibetitsmike Aug 7, 2026
f3f4a64
Merge remote-tracking branch 'origin/main' into chat-compact-6mxx
ibetitsmike Aug 7, 2026
626a0d8
fix: preserve usage when a cut removes only provider-ineligible activ…
ibetitsmike Aug 7, 2026
e843e67
fix: truncate archive and chat.jsonl in place so no crash or failure …
ibetitsmike Aug 7, 2026
2a483a2
fix: ignore workflow display-only rows when detecting active-context …
ibetitsmike Aug 7, 2026
e11580c
fix: strip persisted usage before any truncation step can change the …
ibetitsmike Aug 7, 2026
aca3df9
fix: roll back pre-cut usage sanitization when the truncation cut fai…
ibetitsmike Aug 7, 2026
bb00503
fix: only treat archive deletion as a window change when the archive …
ibetitsmike Aug 7, 2026
f2cee19
fix: notify usage invalidation at commit time so a failed cut cannot …
ibetitsmike Aug 7, 2026
b58b5da
fix: skip pre-cut usage sanitization when only the chat cut changes t…
ibetitsmike Aug 7, 2026
b59a3fe
fix: clear usage at the edit-truncation commit point so a partial com…
ibetitsmike Aug 8, 2026
5d1e3eb
fix: keep history seeding suppressed when an archived edit partially …
ibetitsmike Aug 8, 2026
c9bb86a
fix: report committed deletions at commit time so failed cuts cannot …
ibetitsmike Aug 8, 2026
170a0d9
fix: make the archived-edit duplicated-prefix state restart-safe by s…
ibetitsmike Aug 8, 2026
2a5274d
fix: re-enable usage seeding when a committed active-file edit fails …
ibetitsmike Aug 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,9 @@ jobs:
! -path 'src/browser/features/RightSidebar/Memory/MemoryTab.test.tsx' \
-print0
)
# Bun-only DOM isolation guards live outside src/ and are excluded
# from Jest, so include them here explicitly.
unit_files+=("tests/ui/domIsolation.test.ts")
bun test --max-concurrency=1 --coverage --coverage-reporter=lcov "${unit_files[@]}"
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
with:
Expand Down
Loading
Loading