openclaw/extensions/github-copilot
Peter Steinberger beaecbcad4
refactor: use PI Codex Responses transport (#79726)
Routes explicit OpenAI Codex Responses runs through PI's native WebSocket-capable transport and removes the custom OpenClaw WebSocket implementation.
2026-05-09 05:40:30 -04:00
..
api.ts
auth.test.ts test: make suites safe without isolation (#78834) 2026-05-07 08:43:29 +01:00
auth.ts
connection-bound-ids.live.test.ts test: simplify copilot live text extraction 2026-05-09 01:09:27 +01:00
connection-bound-ids.test.ts
connection-bound-ids.ts
embeddings.test.ts test: require provider optional hooks 2026-05-08 18:04:38 +01:00
embeddings.ts
index.test.ts feat: unify model catalog registration 2026-05-09 02:34:56 -04:00
index.ts feat: unify model catalog registration 2026-05-09 02:34:56 -04:00
login.ts fix(github-copilot): support GUI/RPC wizard auth flow (#73290) 2026-04-29 16:45:31 -07:00
model-metadata.ts fix: preserve copilot gpt-5.5 fallback metadata 2026-05-08 21:55:18 -04:00
models-defaults.ts fix: preserve copilot gpt-5.5 fallback metadata 2026-05-08 21:55:18 -04:00
models.test.ts fix: preserve copilot gpt-5.5 fallback metadata 2026-05-08 21:55:18 -04:00
models.ts fix: preserve copilot gpt-5.5 fallback metadata 2026-05-08 21:55:18 -04:00
openclaw.plugin.json github-copilot: live catalog discovery via /models + add gpt-5.5 2026-05-08 21:55:18 -04:00
package.json refactor: use PI Codex Responses transport (#79726) 2026-05-09 05:40:30 -04:00
provider-auth.contract.test.ts
provider-discovery.contract.test.ts
provider-runtime.contract.test.ts
register.runtime.ts
replay-policy.ts
stream.test.ts test: tighten assertions and harness coverage 2026-05-08 05:28:12 +01:00
stream.ts
token.ts
tsconfig.json
usage.ts