Skip to content

chore: remove stale file, dead config entry, and fix README typo#1833

Open
0xSkybreaker wants to merge 1 commit into
decolua:masterfrom
0xSkybreaker:chore/cleanup-typo-stale-dup
Open

chore: remove stale file, dead config entry, and fix README typo#1833
0xSkybreaker wants to merge 1 commit into
decolua:masterfrom
0xSkybreaker:chore/cleanup-typo-stale-dup

Conversation

@0xSkybreaker

Copy link
Copy Markdown

@

Summary

Three small housekeeping fixes:

1. Delete stale openai-to-kiro.old.js

Replaced by openai-to-kiro.js. No remaining references to the .old version in the codebase.

2. Remove duplicate opencode provider entry

The first entry (localhost:4096) was silently overwritten by the second (opencode.ai). The executor (opencode.js) hardcodes opencode.ai in buildUrl() anyway, so the localhost entry was dead code.

3. Fix Chinese README URL typo

localhost:201281localhost:20128 (extra digit).

Files changed

  • i18n/README.zh-CN.md — fix URL typo
  • open-sse/config/providers.js — remove dead opencode entry
  • open-sse/translator/request/openai-to-kiro.old.js — deleted

🤖 Generated with Claude Code
@

@
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>
@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant