Background
PR #363 added a third LLM protocol openai-responses (OpenAI Responses API /v1/responses) alongside the existing anthropic and openai (Chat Completions) protocols. The project website (pages/) still references only the original two protocols in several places.
What needs to change
Update the following i18n strings across all language files (en.ts, zh.ts, ja.ts):
1. features.feat3Desc
The feature description currently says the project supports "both Anthropic Messages API and OpenAI Chat Completions API". It should now mention all three protocols:
- Anthropic Messages API
- OpenAI Chat Completions API
- OpenAI Responses API (new)
2. docs.configManualCustomNote
Currently says:
Supported protocols: anthropic, openai.
Should be updated to:
Supported protocols: anthropic, openai, openai-responses.
Files to modify
pages/src/i18n/en.ts
pages/src/i18n/zh.ts
pages/src/i18n/ja.ts
Acceptance criteria
Reference
Background
PR #363 added a third LLM protocol
openai-responses(OpenAI Responses API/v1/responses) alongside the existinganthropicandopenai(Chat Completions) protocols. The project website (pages/) still references only the original two protocols in several places.What needs to change
Update the following i18n strings across all language files (
en.ts,zh.ts,ja.ts):1.
features.feat3DescThe feature description currently says the project supports "both Anthropic Messages API and OpenAI Chat Completions API". It should now mention all three protocols:
2.
docs.configManualCustomNoteCurrently says:
Should be updated to:
Files to modify
pages/src/i18n/en.tspages/src/i18n/zh.tspages/src/i18n/ja.tsAcceptance criteria
npm run buildin thepages/directory succeeds without errorsReference
anthropic,openai,openai-responses