Skip to content

Persist GitHub auth prompt response #165

@Aanderson1998

Description

@Aanderson1998

Description

Modify Coding Agent logic so it prompts for GitHub login/authentication only once per user. Store a persistent flag when the user selects "no" and suppress further prompts on subsequent launches.

Technical Requirements

  • Introduce persistent storage (local config file or keychain) to save user's decision.
  • Update authentication prompt component to check stored flag before prompting.
  • Ensure backward compatibility for existing users without stored flag.

Background Context

Meeting Source: Discussion on July 23, 2025
Project Context: coding-agent - enhancing user workflow and experience

Acceptance Criteria

  • User selecting "no" for GitHub auth is not prompted again on subsequent launches.
  • Flag can be reset via a separate command/setting.
  • Unit tests cover new persistence logic.

Dependencies & Blockers

  • None identified

Additional Notes

Automatically generated from meeting discussion on 2025-07-23

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions