- Removed OpenAI and related dependencies from package.json and package-lock.json.
- Simplified LLM verification logic to focus on OpenCode server.
- Updated tests to reflect changes in LLM provider handling.
- Added CI and CD workflows for automated processes in Gitea.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
變更摘要
影響範圍
action.yaml:移除 Gitea/PR/TLS/帳密相關 inputs,改用gitea.*context 與 OpenCode 專用 inputs。app/config.js、app/llm.js、app/preflight.js、app/gitea.js:收斂 LLM 與 Gitea 連線設定。app/*test.js:調整測試案例以符合固定略過 TLS 與 OpenCode 內部服務的行為。驗證
npm ci && npm test,共 231 tests passed。注意事項
npm ci回報既有依賴有 1 moderate、1 high vulnerability,本次未執行npm audit fix。