Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

GNOME Shell extension that tracks your AI usage limits for **Claude** (Anthropic) and **Codex/ChatGPT** (OpenAI) and displays remaining percentages in the top panel.

![GNOME Shell 45+](https://img.shields.io/badge/GNOME_Shell-45%20%7C%2046-blue)
![GNOME Shell 45+](https://img.shields.io/badge/GNOME_Shell-45--49-blue)
![License: MIT](https://img.shields.io/badge/License-MIT-green)

## Features
Expand All @@ -16,7 +16,7 @@ GNOME Shell extension that tracks your AI usage limits for **Claude** (Anthropic

## Prerequisites

- GNOME Shell 45 or 46
- GNOME Shell 45 to 49
- Active [Claude](https://claude.ai) and/or [Codex](https://chatgpt.com) accounts with OAuth credentials on disk:
- Claude: `~/.claude/.credentials.json`
- Codex: `~/.codex/auth.json`
Expand Down
5 changes: 4 additions & 1 deletion extension/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"version": 1,
"shell-version": [
"45",
"46"
"46",
"47",
"48",
"49"
],
"settings-schema": "org.gnome.shell.extensions.brainusage"
}