docs/command-code.md
CodexBar surfaces Command Code monthly USD credits next to your other AI coding providers.
https://api.commandcode.ai billing endpoints, authenticated with the
signed-in Command Code web session.Command Code support uses browser cookies or a manually pasted cookie header.
https://commandcode.ai in a supported browser.Cookie: header/cURL capture from Command Code.Automatic import looks for better-auth session cookies from commandcode.ai
and www.commandcode.ai. If automatic import cannot find a session, use the
manual cookie field.
Sources/CodexBarCore/Providers/CommandCode/ - descriptor, cookie import,
billing fetcher, snapshot mapping, and plan catalog.Sources/CodexBar/Providers/CommandCode/ - settings store bridge and
provider settings UI.Tests/CodexBarTests/CommandCode*Tests.swift - parser, cookie, settings,
and icon coverage.