Skip to content

Persist GitHub auth prompt response #163

@Aanderson1998

Description

@Aanderson1998

Description

Update Coding Agent logic so the GitHub login/authentication prompt is displayed only once per user. If the user declines ("no"), store this preference (e.g., in user config or cache) and skip future prompts.

Technical Requirements

  • Modify authentication flow so that user's choice is persisted
  • On subsequent launches, check stored preference and skip prompt if user selected "no"
  • Ensure data is stored securely (file or keychain per platform)

Background Context

Meeting Source: Discussion on July 23, 2025
Project Context: coding-agent - The conversation focused on user friction in repeated GitHub auth prompts.

Acceptance Criteria

  • First launch shows prompt
  • On user "no" selection, subsequent launches do not prompt again
  • Propagates across sessions on same machine

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