Skip to content

v0.5.0

Latest

Choose a tag to compare

@LpcPaul LpcPaul released this 02 Jun 15:38

Changes

  • Added optional FEISHU_CODEX_BACKEND=app-server support using codex app-server JSON-RPC.
  • Kept FEISHU_CODEX_BACKEND=exec as the default compatible backend.
  • Added optional FEISHU_CODEX_MODEL override.
  • Documented the current app-server boundary: thread/turn and streamed replies are supported, while approval requests are declined until Feishu button approval is implemented.

Verification

  • python3 -m unittest test_feishu_codex_bridge.py passed.
  • codex app-server initialize smoke test passed.