chore: remove stale file, dead config entry, and fix README typo#1833
Open
0xSkybreaker wants to merge 1 commit into
Open
chore: remove stale file, dead config entry, and fix README typo#18330xSkybreaker wants to merge 1 commit into
0xSkybreaker wants to merge 1 commit into
Conversation
chore: remove stale file, dead config entry, and fix README typo - Delete openai-to-kiro.old.js: replaced by openai-to-kiro.js, no remaining references to the .old version - Remove duplicate opencode provider entry (localhost:4096): the real config at https://opencode.ai was silently overwritten, and the executor hardcodes opencode.ai anyway - Fix Chinese README URL typo: localhost:201281 → localhost:20128 Co-Authored-By: Claude <noreply@anthropic.com> @
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@
Summary
Three small housekeeping fixes:
1. Delete stale
openai-to-kiro.old.jsReplaced by
openai-to-kiro.js. No remaining references to the.oldversion in the codebase.2. Remove duplicate
opencodeprovider entryThe first entry (
localhost:4096) was silently overwritten by the second (opencode.ai). The executor (opencode.js) hardcodesopencode.aiinbuildUrl()anyway, so the localhost entry was dead code.3. Fix Chinese README URL typo
localhost:201281→localhost:20128(extra digit).Files changed
i18n/README.zh-CN.md— fix URL typoopen-sse/config/providers.js— remove dead opencode entryopen-sse/translator/request/openai-to-kiro.old.js— deleted🤖 Generated with Claude Code
@