EJ
EJ
> **Note**: This PR should be merged after #20 (request comparison feature) ## Overview This PR adds a comprehensive usage analytics dashboard inspired by Apple Screen Time, along with performance...
Adds the ability to compare two API requests. **Motiviation** I was trying to figure out why claude's context reduces after restart. To investigate this bug: https://github.com/anthropics/claude-code/issues/10161 Net result of investigation:...
Shows input/output tokens separately and includes cached tokens in the total. ## Changes - Display format changed from "X tokens" to "X in Y out" - Input tokens now include...
Fixes HTML class attribute corruption in the code viewer. ## The bug The syntax highlighter was applying regex replacements sequentially, which caused later patterns to match content inside already-generated HTML...
### Preflight Checklist - [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet - [x] This is a single bug report (please file separate reports for different...
## Description When configuring a custom marketplace using a relative file path to `marketplace.json`, Claude Code incorrectly constructs the plugin's `installPath` by concatenating the full marketplace file path (including the...