Open Issues Need Help
View All on GitHubAI 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.
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.
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.