Commit Graph

8 Commits

Author SHA1 Message Date
Haitao Pan
0e546ccd7b fix: remove unused functions and dead code to pass staticcheck 2026-06-05 18:43:15 +08:00
Haitao Pan
f7acb2fda5 refactor(acp): split internal server handlers and add opencode adapter 2026-04-23 11:43:38 +08:00
Haitao Pan
c4d8c522a9 fix: make auth checks more robust across all adapters 2026-04-21 20:03:12 +08:00
Haitao Pan
97c443834f test: align bridge and geminiadapter tests with new protocol and routing 2026-04-18 09:29:42 +08:00
Haitao Pan
f30c8d4816 fix(security): enforce mandatory authentication and update deployment
Enforce strict Bearer token validation even when the bridge auth token is not explicitly configured in the environment. This ensures unauthenticated requests are rejected with a 401 status code by default. Updated deployment scripts to pass the required auth token and adjusted the test suite to align with the new security requirements.
2026-04-16 18:50:47 +08:00
Haitao Pan
67696beab8 Add GitHub Actions pipeline for bridge deploy 2026-04-10 16:17:32 +08:00
Haitao Pan
98a076cd65 Fix ACP auth and Gemini session compatibility 2026-04-09 19:21:12 +08:00
Haitao Pan
6ebcdd6f5b Add Gemini ACP adapter shim 2026-04-09 14:09:18 +08:00