From 6f4bc219f7ee7d7591fc5e3b71359649a3f12a04 Mon Sep 17 00:00:00 2001 From: Gordon Beeming Date: Fri, 10 Jul 2026 12:24:00 +1000 Subject: [PATCH 1/2] Upgrade and pin GitHub Actions Co-authored-by: Claude Co-authored-by: GitButler --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e591793..87f418a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Print Swift version run: swift --version @@ -37,7 +37,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set release version run: | From c28d6f7270bb630aeeb2159c1ecbb2dc73a64dea Mon Sep 17 00:00:00 2001 From: Gordon Beeming Date: Fri, 10 Jul 2026 12:28:52 +1000 Subject: [PATCH 2/2] Cross-link companion menu bar app Co-authored-by: Claude Co-authored-by: GitButler --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6bd9197..ea4f2d9 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ CodexBar shows your Codex plan limits in the menu bar—the same session and wee That's the whole app. No cost tracking, charts, token copying, account switching, or provider abstraction. +> Looking for the same simple menu bar experience for Claude? See [ClaudeBar](https://github.com/GordonBeeming/claude-bar). + ## Install ```sh