Skip to content

fix: filter synthetic from model donut#142

Merged
pitimon merged 1 commit intomainfrom
fix/filter-synthetic-model
Apr 6, 2026
Merged

fix: filter synthetic from model donut#142
pitimon merged 1 commit intomainfrom
fix/filter-synthetic-model

Conversation

@pitimon
Copy link
Copy Markdown
Owner

@pitimon pitimon commented Apr 6, 2026

Summary

Filter sessionModelUsage to claude-* models only. Excludes <synthetic> (internal Anthropic model from memory observer, 254 tokens out of 24M).

Test plan

  • 121/121 tests pass
  • CI passes
  • Visual: donut shows only Opus 4.6 + Sonnet 4.6

Model donut should only show real Claude models. Filter by
model.startsWith("claude-") to exclude <synthetic> (internal
Anthropic model name from memory observer sessions).
@pitimon pitimon merged commit facbccb into main Apr 6, 2026
1 check passed
@pitimon pitimon deleted the fix/filter-synthetic-model branch April 6, 2026 14:20
@pitimon pitimon mentioned this pull request Apr 6, 2026
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