-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Description
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.