Commit 403284b
fix: treat empty string as "not set" for optional fields (#124)
Empty strings in default config (service, sshKeyPath, sshHost, gpgKeyId)
were causing validation errors on first install. This change skips
validation for empty strings while keeping required fields protected.
🖥️ IDE: [Cursor](https://cursor.sh)
🔌 Extension: [Claude Code](https://claude.ai/download)
Model-Raw: claude-opus-4-5-20251101
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent f8fc492 commit 403284b
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
133 | 136 | | |
134 | 137 | | |
135 | 138 | | |
| |||
0 commit comments