openclaw/extensions/github-copilot
2026-04-27 10:56:35 +01:00
..
api.ts
auth.test.ts feat(github-copilot): add embedding provider for memory search (#61718) 2026-04-15 10:39:28 +01:00
auth.ts feat(github-copilot): add embedding provider for memory search (#61718) 2026-04-15 10:39:28 +01:00
connection-bound-ids.live.test.ts fix(ci): stabilize live release validation 2026-04-27 10:56:35 +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 refactor: move memory embeddings into provider plugins 2026-04-17 02:57:18 +01:00
embeddings.ts refactor: move memory embeddings into provider plugins 2026-04-17 02:57:18 +01:00
index.test.ts feat(onboard): support non-interactive GitHub Copilot token auth 2026-04-26 22:56:20 -05:00
index.ts feat(onboard): support non-interactive GitHub Copilot token auth 2026-04-26 22:56:20 -05:00
login.ts chore(lint): enable unnecessary type parameter rule 2026-04-18 18:31:13 +01:00
models-defaults.ts fix: update Copilot Opus default to 4.7 2026-04-21 20:00:06 +01:00
models.test.ts fix(github-copilot): preserve reasoning IDs for Copilot Codex models (#71684) 2026-04-25 20:52:07 +01:00
models.ts fix(github-copilot): preserve reasoning IDs for Copilot Codex models (#71684) 2026-04-25 20:52:07 +01:00
openclaw.plugin.json refactor(plugins): move provider routing metadata to manifests 2026-04-27 10:06:30 +01:00
package.json chore: bump version to 2026.4.25 2026-04-25 10:31:52 +01:00
provider-auth.contract.test.ts test(extensions): move provider contracts to owners 2026-04-20 20:55:39 +01:00
provider-discovery.contract.test.ts test(extensions): move provider contracts to owners 2026-04-20 20:55:39 +01:00
provider-runtime.contract.test.ts test(extensions): move provider contracts to owners 2026-04-20 20:55:39 +01:00
register.runtime.ts
replay-policy.ts
stream.test.ts fix(github-copilot): preserve reasoning IDs for Copilot Codex models (#71684) 2026-04-25 20:52:07 +01:00
stream.ts fix: keep copilot on boundary-aware stream path 2026-04-25 00:06:40 +01:00
token.ts
tsconfig.json
usage.ts