GitHub Copilot CLI Not Found
Error: GitHub Copilot CLI not found
Error: GitHub Copilot CLI not found
Problem
DevDaily requires GitHub Copilot CLI for AI-powered text generation. You may see this error:Solution
DevDaily supports both the new standalone Copilot CLI and the legacy gh extension:Option 1: Install the new Copilot CLI (recommended)Verification
Check your installation:The new Copilot CLI is the preferred method. The gh extension is deprecated but still supported.
Not a Git Repository
Error: Not a git repository
Error: Not a git repository
No Commits Found
No commits found for the specified time range
No commits found for the specified time range
Clipboard Issues
Failed to copy to clipboard
Failed to copy to clipboard
Problem
DevDaily can’t copy output to your clipboard:Solutions
Linux: Install xclip or xsel- System Preferences → Security & Privacy → Privacy
- Select “Accessibility” from the left sidebar
- Grant permission to your terminal app (Terminal, iTerm2, etc.)
Webhook Failures
Failed to send Slack/Discord notification
Failed to send Slack/Discord notification
Problem
Webhook notifications fail to send:Solutions
1. Configure webhooks:~/.config/devdaily/secrets.json(global).devdaily.secrets.json(project, git-ignored)
- 401 Unauthorized: Webhook URL is invalid or expired. Regenerate the webhook in Slack/Discord settings.
- 404 Not Found: Webhook has been deleted. Create a new webhook.
- 400 Bad Request: Message format issue. Check if special characters need escaping.
GitHub CLI Authentication
GitHub Auth not authenticated
GitHub Auth not authenticated
Node.js Version
Node.js version requirement
Node.js version requirement
Git Hooks Not Working
Auto-snapshots not triggered on commit
Auto-snapshots not triggered on commit
Problem
Git hooks for auto-snapshots aren’t triggering.Solutions
1. Install git hooks:Git hooks are opt-in. DevDaily appends to existing hooks rather than overwriting them.
PR Creation Failures
Failed to create pull request
Failed to create pull request
Performance Issues
DevDaily is slow or times out
DevDaily is slow or times out
Configuration Issues
Configuration not being applied
Configuration not being applied
Problem
Your configuration changes aren’t taking effect.Solutions
1. Check configuration file location:.devdaily.json is valid JSON:.devdaily.json) overrides global config (~/.config/devdaily/config.json).4. Reset to defaults:Remove your config file and let DevDaily recreate it:Still Having Issues?
If you’re still experiencing problems:-
Run diagnostics:
-
Check debug output:
- Report an issue: Visit github.com/hempun10/devdaily/issues
Most issues can be automatically diagnosed and fixed with
devdaily doctor --fix.