Skip to content

Feature: Eliminate external CLI dependencies for setup — detect providers automatically #125

Description

@scooley

The current setup flow requires users to install external CLI tools (e.g., GitHub Copilot CLI) and authenticate via terminal before they can use Clarity. This creates a barrier for non-developer users and adds unnecessary friction.

Proposed:

  • Eliminate the need for any external CLI tool installation during basic setup
  • Auto-detect available LLM providers already configured on the user's machine (e.g., existing gh auth, environment variables with API keys)
  • Move any remaining setup steps (auth, provider selection) entirely into the app UI
  • The goal: download the app → open it → start using it, with zero terminal interaction

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions