Description
Update the Coding Agent so it only displays the GitHub authentication prompt once per user. If the user selects "no," store that preference (e.g., in a config file or local DB) and bypass subsequent prompts on future launches.
Technical Requirements
- Persist user response (boolean flag) in durable storage (e.g., YAML/JSON config or SQLite).
- Check stored preference at startup and suppress prompt if "no" recorded.
- Provide CLI/ENV override to reset the prompt for troubleshooting.
Background Context
Meeting Source: Discussion on July 23, 2025
Project Context: coding-agent - Improving UX by avoiding repetitive authentication prompts.
Acceptance Criteria
Dependencies & Blockers
Additional Notes
Automatically generated from meeting discussion on 2025-07-23
Description
Update the Coding Agent so it only displays the GitHub authentication prompt once per user. If the user selects "no," store that preference (e.g., in a config file or local DB) and bypass subsequent prompts on future launches.
Technical Requirements
Background Context
Meeting Source: Discussion on July 23, 2025
Project Context: coding-agent - Improving UX by avoiding repetitive authentication prompts.
Acceptance Criteria
--reset-auth-prompt) reinstates prompt.Dependencies & Blockers
Additional Notes
Automatically generated from meeting discussion on 2025-07-23