Files
Kilo-Org_kilo/packages/opencode
Marius d173377a2b fix: use OAuth accountId for enterprise model list filtering (#193)
Enterprise users logging in via OAuth had their organization ID stored
in auth.accountId but the model fetch code never read it, causing the
model list to be fetched from the personal endpoint instead of the
org-specific endpoint that applies the allow list.
2026-02-09 10:08:19 -05:00
..
2026-01-27 16:09:11 +01:00
2026-02-05 16:43:43 -03:00
2026-01-24 12:27:13 -05:00
2026-02-02 12:47:09 +01:00
2026-01-26 14:59:23 +01:00
2026-02-05 16:43:43 -03:00
2025-05-30 20:48:36 -04:00
2025-12-02 18:36:15 -05:00
2025-10-14 18:30:32 -04:00

js

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.12. Bun is a fast all-in-one JavaScript runtime.