Skip to content

Add support for Comet browser cookie detection #322

@airobus

Description

@airobus

Feature Request

Problem

CodexBar currently doesn't support reading cookies from Comet browser, even though Comet is a Chromium-based browser with the same cookie storage structure as Chrome.

Current Behavior

When using Comet browser to log in to Factory (app.factory.ai) or Amp (ampcode.com), CodexBar shows:

  • "No Factory session found. Please log in to app.factory.ai in Safari, Chrome, ..."
  • "No Amp session cookie found. Please log in to ampcode.com in your browser."

Even though I'm already logged in via Comet.

Expected Behavior

CodexBar should be able to detect and read cookies from Comet browser, similar to how it reads from Chrome, Arc, Brave, and other Chromium-based browsers.

Technical Details

Comet browser stores cookies in the standard Chromium location:

  • Path: ~/Library/Application Support/Comet/Default/Cookies
  • Format: Same as Chrome (SQLite database)

Since Comet uses the same cookie storage format as other Chromium browsers, adding support should be straightforward.

Proposed Solution

Add Comet to the list of supported browsers in the cookie detection logic, similar to how other Chromium-based browsers (Chrome, Arc, Brave, Edge) are currently supported.

Workaround

Currently using Chrome to log in as a temporary workaround.

Environment

  • CodexBar version: 0.18.0-beta.2
  • macOS version: 14+ (Sonoma)
  • Comet browser: installed and actively used

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions