openclaw/extensions/github-copilot
2026-04-20 20:55:39 +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
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(github-copilot): add embedding provider for memory search (#61718) 2026-04-15 10:39:28 +01:00
index.ts fix(github-copilot): default onboarding to opus 4.6 2026-04-20 11:03:50 +05:30
login.ts chore(lint): enable unnecessary type parameter rule 2026-04-18 18:31:13 +01:00
models-defaults.ts fix(github-copilot): default onboarding to opus 4.6 2026-04-20 11:03:50 +05:30
models.test.ts test(github-copilot): cover opus default model 2026-04-20 11:03:50 +05:30
models.ts
openclaw.plugin.json feat(github-copilot): add embedding provider for memory search (#61718) 2026-04-15 10:39:28 +01:00
package.json build(deps): declare extension runtime dependencies 2026-04-20 16:07:14 +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 chore: enable no-floating-promises 2026-04-10 20:14:49 +01:00
stream.ts
token.ts
tsconfig.json
usage.ts