Skip to content

Add plugin: codex-msg-translator - #105

Merged
LTbinglingfeng merged 2 commits into
router-for-me:mainfrom
MarioZZJ:add-codex-msg-translator
Sep 8, 2026
Merged

LTbinglingfeng merged 2 commits into
router-for-me:mainfrom
MarioZZJ:add-codex-msg-translator

Conversation

@MarioZZJ

Copy link
Copy Markdown
Contributor

Add a new plugin to the store registry: codex-msg-translator.

Repository

Release assets (v0.3.0)

The release contains the required artifacts:

c18dc66b5001def9774972ff44615bbf9798db33a05c8de2bebf4b44691de9b3  codex-msg-translator_0.3.0_windows_amd64.zip

Capability summary

  • request_interceptor (request.intercept_before): transpiles Codex multi-agent agent_message payloads (encrypted_content) into plaintext input_text at the handler layer, so DeepSeek and other openai-compatible endpoints can receive spawn / followup / send_message tasks. Only requests whose model hits the deepseek domain are rewritten; all other traffic passes through untouched.

Registry entry

{
  "id": "codex-msg-translator",
  "name": "Codex Message Translator",
  "description": "Transpiles Codex multi-agent agent_message payloads (encrypted_content) into plaintext input_text so DeepSeek and other openai-compatible endpoints can receive spawn/followup/send_message tasks.",
  "author": "MarioZZJ",
  "version": "0.3.0",
  "repository": "https://github.com/MarioZZJ/codex-msg-translator",
  "license": "MIT",
  "tags": ["Interceptor", "Codex", "DeepSeek"]
}

This PR only modifies registry.json.

@LTbinglingfeng
LTbinglingfeng merged commit f6dccdc into router-for-me:main Sep 8, 2026
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.

2 participants