MCPcopy Create free account
hub / github.com/Gan-Xing/CodexBridge / makeProfile

Function makeProfile

test/providers/codex/plugin.test.ts:5–20  ·  view source on GitHub ↗
(overrides = {})

Source from the content-addressed store, hash-verified

3import { CodexProviderPlugin } from '../../../src/providers/codex/plugin.js';
4
5function makeProfile(overrides = {}) {
6 return {
7 id: 'openai-default',
8 providerKind: 'codex',
9 displayName: 'Codex OpenAI',
10 config: {
11 cliBin: 'codex',
12 defaultModel: null,
13 modelCatalog: [],
14 modelCatalogMode: 'merge',
15 ...overrides,
16 },
17 createdAt: Date.now(),
18 updatedAt: Date.now(),
19 };
20}
21
22function makeBridgeSession(overrides = {}) {
23 return {

Callers 1

plugin.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected