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