BMAD-METHOD/tools/cli/installers/lib/ide
Serhii 63894c9891
fix: add radix parameter to parseInt() calls
Add explicit radix=10 to parseInt() calls and NaN validation to prevent
unexpected hex parsing and invalid config values.

Changes:
- Line 52: Add radix and NaN check in input validation
- Line 189-192: Add radix and NaN fallback for config parsing

Fixes potential issues:
- Hex input (0x10) now rejected instead of parsed as 16
- Invalid strings return default value instead of NaN→null

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-05 06:22:56 +02:00
..
shared create-agent now adds agent to ide agents list also 2025-10-10 09:27:50 -05:00
_base-ide.js installer fixes 2025-10-26 19:38:38 -05:00
auggie.js installer fixes 2025-10-26 19:38:38 -05:00
claude-code.js installer fixes 2025-10-26 19:38:38 -05:00
cline.js cline workflows added to support slash commands 2025-10-28 23:16:48 -05:00
codex.js clearer codex install note 2025-10-18 09:41:38 -05:00
crush.js installer fixes 2025-10-26 19:38:38 -05:00
cursor.js installer fixes 2025-10-26 19:38:38 -05:00
gemini.js opencode moved agents back to agent folder 2025-10-28 17:18:53 -05:00
github-copilot.js fix: add radix parameter to parseInt() calls 2025-11-05 06:22:56 +02:00
iflow.js feat: v6.0.0-alpha.0 - the future is now 2025-09-28 23:17:07 -05:00
kilo.js feat: v6.0.0-alpha.0 - the future is now 2025-09-28 23:17:07 -05:00
manager.js installer fixes 2025-10-26 19:38:38 -05:00
opencode.js opencode moved agents back to agent folder 2025-10-28 17:18:53 -05:00
qwen.js installer fixes 2025-10-26 19:38:38 -05:00
roo.js feat: v6.0.0-alpha.0 - the future is now 2025-09-28 23:17:07 -05:00
task-tool-command-generator.js installer fixes 2025-10-26 19:38:38 -05:00
trae.js opencode moved agents back to agent folder 2025-10-28 17:18:53 -05:00
windsurf.js opencode moved agents back to agent folder 2025-10-28 17:18:53 -05:00
workflow-command-generator.js installer fixes 2025-10-26 19:38:38 -05:00
workflow-command-template.md Add Opencode IDE installer (#820) 2025-10-26 11:16:57 -05:00