openclaw/extensions/github-copilot
2026-05-12 00:16:04 +01:00
..
api.ts
auth.test.ts test: tighten github copilot auth assertion 2026-05-10 22:58:25 +01:00
auth.ts refactor: reduce plugin sdk surface 2026-05-10 12:37:10 +01:00
connection-bound-ids.live.test.ts build: refresh deps and route testbox through crabbox 2026-05-11 03:41:00 +01:00
connection-bound-ids.test.ts fix(github-copilot): preserve reasoning IDs for Copilot Codex models (#71684) 2026-04-25 20:52:07 +01:00
connection-bound-ids.ts fix(github-copilot): preserve reasoning IDs for Copilot Codex models (#71684) 2026-04-25 20:52:07 +01:00
embeddings.test.ts test: guard copilot embedding mock calls 2026-05-11 22:58:45 +01:00
embeddings.ts refactor(plugin-sdk): retire reserved helper exports 2026-04-28 05:21:57 +01:00
index.test.ts test: guard github copilot mock calls 2026-05-12 00:16:04 +01:00
index.ts refactor: reduce plugin sdk surface 2026-05-10 12:37:10 +01:00
login.ts fix(github-copilot): support GUI/RPC wizard auth flow (#73290) 2026-04-29 16:45:31 -07:00
model-metadata.ts refactor: reduce plugin sdk surface 2026-05-10 12:37:10 +01:00
models-defaults.ts fix: preserve copilot gpt-5.5 fallback metadata 2026-05-08 21:55:18 -04:00
models.test.ts test: avoid copilot model module resets 2026-05-11 21:37:05 +01:00
models.ts refactor: reduce plugin sdk surface 2026-05-10 12:37:10 +01: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 build: refresh deps and route testbox through crabbox 2026-05-11 03:41:00 +01:00
provider-auth.contract.test.ts refactor: promote plugin test helpers to sdk 2026-04-28 00:55:11 +01:00
provider-discovery.contract.test.ts refactor: promote plugin test helpers to sdk 2026-04-28 00:55:11 +01:00
provider-runtime.contract.test.ts refactor: promote plugin test helpers to sdk 2026-04-28 00:55:11 +01:00
register.runtime.ts refactor: reduce plugin sdk surface 2026-05-10 12:37:10 +01:00
replay-policy.ts refactor: reduce plugin sdk surface 2026-05-10 12:37:10 +01:00
stream.test.ts test: guard github copilot mock calls 2026-05-12 00:16:04 +01:00
stream.ts build: refresh deps and route testbox through crabbox 2026-05-11 03:41:00 +01:00
token.ts refactor: reuse shared dedupe helpers 2026-04-29 12:14:59 +01:00
tsconfig.json
usage.ts