Chrono & tokens IA fiables, notifications maîtrisées#30
Merged
Conversation
Chrono/tokens (Claude + Codex): - Dedupe per-prompt tokens by message id and exclude cache_read (one assistant turn = many JSONL lines with identical usage; cache_read is re-read context) — was inflating Σ 60-640x. - Reconstruct the in-flight cycle from the transcript timestamps (idempotent) so the chrono survives mid-work attach and re-arm. - Close the loadRecent→watcher lost-line gap (fromOffset handoff). - Debounce clear-on-missing (2 scan misses) + don't auto-switch away from a session with an open cycle. - Keep last-good currentRequestTokens on transient statusline session mismatch. - Codex: turn-aware live path (task_complete/turn_aborted), idle timer demoted to a long crash-net, open-turn reconstruction. Notifications: - Remove the unreliable permission notifications (the 2.5s heuristic false-fired on every long-running tool). - Completion notification only on a real tracked end_turn, deduped by end_turn message id. Broad fixes: - Pro-gate hasCompactCodeAssistantSession; sanitize default tab. - Clipboard/download sneak peek no longer gated by HUD replacement. - Digest degrades to recent items instead of failing empty. - Surface proInvalidKey instead of silent free. - Localize Blanc / Clipboard / tab labels (EN/FR/ES/DE). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Owner
Author
|
/release 2.9.5 |
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.
Assistants IA (Claude Code + Codex)
Notifications
Corrections diverses