A screenrc-style status footer for Claude Code showing real-time session data.
[Opus] 14% | ↓28.5K ↑8.2K/200.0K | +156 -23 | 14m07s | main | myproject/src | $0.08
| class BaseClient | |
| class APINotFound < StandardError; end | |
| attr_reader :auth_strategy | |
| def initialize(auth_strategy: :headers, headers: {}) | |
| @auth_strategy = auth_strategy | |
| @headers = headers | |
| end |
| # frozen_string_literal: true | |
| require "benchmark" | |
| require "memory_profiler" | |
| require "active_support" | |
| require "active_support/core_ext/object/blank" | |
| def test_fast | |
| @cache = ENV["TESTING"].presence if !defined?(@cache) | |
| @cache | |
| end |