3 Open Issues Need Help Last updated: Jun 25, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Fix a bug in the Tokie ChatGPT token tracker browser extension where reloading a session causes token counts to be duplicated instead of overwritten. The solution involves modifying the token tracking logic to reset and recalculate the token count on session reload based on the current messages, rather than appending to the existing count.

Complexity: 3/5
bug good first issue

TypeScript

AI Summary: Implement automatic user plan (Free/Plus) detection in the Tokie browser extension to accurately display the correct token limit (14k for Free, 128k for Plus). This involves modifying the `observer.ts` file to monitor relevant DOM changes within the ChatGPT interface and update the token count accordingly.

Complexity: 4/5
enhancement good first issue

TypeScript

AI Summary: Fix a bug in a ChatGPT token usage tracker browser extension where the token count widget doesn't update correctly when switching between sessions. The solution involves modifying the extension's code to handle session changes, resetting the counter for new sessions, and recomputing token usage for old sessions based on stored history. This requires familiarity with React, TypeScript, and potentially network request interception.

Complexity: 4/5
bug help wanted good first issue

TypeScript