Fix review feedback: duplicate wizard entry, command resolution, @types/node

- Remove duplicate opencode_local adapter entry in OnboardingWizard
  (old Code-icon version), keeping only the OpenCodeLogoIcon entry
- Extract resolveOpenCodeCommand() helper to deduplicate the
  PAPERCLIP_OPENCODE_COMMAND env-var fallback logic in models.ts
- Bump @types/node from ^22.12.0 to ^24.6.0 to match the monorepo

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Aaron
2026-03-06 16:53:50 +00:00
parent 7bcf994064
commit b06e41bed2
3 changed files with 12 additions and 21 deletions

View File

@@ -45,7 +45,7 @@
"picocolors": "^1.1.1"
},
"devDependencies": {
"@types/node": "^22.12.0",
"@types/node": "^24.6.0",
"typescript": "^5.7.3"
}
}