Task summary
Normalize custom provider base URLs entered in commit-echo init to avoid double slashes in downstream endpoint construction (for example, .../v1/ + /chat/completions).
Why this is a good first issue
The change is small and localized to setup/config handling plus a focused regression test.
Suggested files or areas
src/commands/init.ts
- Possibly provider request path construction tests
Acceptance criteria
Extra context
Some APIs tolerate duplicate slashes, but normalizing early reduces subtle integration bugs.
Task summary
Normalize custom provider base URLs entered in
commit-echo initto avoid double slashes in downstream endpoint construction (for example,.../v1/+/chat/completions).Why this is a good first issue
The change is small and localized to setup/config handling plus a focused regression test.
Suggested files or areas
src/commands/init.tsAcceptance criteria
Extra context
Some APIs tolerate duplicate slashes, but normalizing early reduces subtle integration bugs.