Codex Update #106
Annotations
10 errors and 2 warnings
|
update:
src/__tests__/CodexACPAgent/CodexAcpClient.test.ts#L885
Property 'itemsView' is missing in type '{ id: string; items: never[]; status: "completed"; error: null; startedAt: null; completedAt: null; durationMs: null; }' but required in type 'Turn'.
|
|
update:
src/__tests__/CodexACPAgent/CodexAcpClient.test.ts#L873
Property 'itemsView' is missing in type '{ id: string; items: never[]; status: "inProgress"; error: null; startedAt: null; completedAt: null; durationMs: null; }' but required in type 'Turn'.
|
|
update:
src/__tests__/CodexACPAgent/CodexAcpClient.test.ts#L835
Property 'serviceTiers' is missing in type '{ id: string; model: string; upgrade: null; upgradeInfo: null; availabilityNux: null; displayName: string; description: string; hidden: false; supportedReasoningEfforts: { reasoningEffort: "low"; description: string; }[]; ... 4 more ...; inputModalities: never[]; }' but required in type 'Model'.
|
|
update:
src/__tests__/CodexACPAgent/CodexAcpClient.test.ts#L816
Property 'serviceTiers' is missing in type '{ id: string; model: string; upgrade: null; upgradeInfo: null; availabilityNux: null; displayName: string; description: string; hidden: false; supportedReasoningEfforts: ({ reasoningEffort: "high"; description: string; } | { ...; })[]; ... 4 more ...; inputModalities: never[]; }' but required in type 'Model'.
|
|
update:
src/__tests__/CodexACPAgent/CodexAcpClient.test.ts#L652
Property 'itemsView' is missing in type '{ id: string; items: never[]; status: "completed"; error: null; startedAt: null; completedAt: null; durationMs: null; }' but required in type 'Turn'.
|
|
update:
src/__tests__/CodexACPAgent/CodexAcpClient.test.ts#L646
Argument of type '(params: TurnStartParams) => Promise<{ turn: { id: string; items: never[]; status: "completed" | "inProgress"; error: null; startedAt: null; completedAt: null; durationMs: null; }; }>' is not assignable to parameter of type '(params: TurnStartParams) => Promise<TurnStartResponse>'.
|
|
update:
src/__tests__/CodexACPAgent/CodexAcpClient.test.ts#L427
Property 'itemsView' is missing in type '{ id: string; items: never[]; status: "completed" | "inProgress"; error: null; startedAt: null; completedAt: null; durationMs: null; }' but required in type 'Turn'.
|
|
update:
src/__tests__/CodexACPAgent/CodexAcpClient.test.ts#L229
Property 'serviceTiers' is missing in type '{ id: string; model: string; upgrade: null; upgradeInfo: null; availabilityNux: null; displayName: string; description: string; hidden: false; supportedReasoningEfforts: { reasoningEffort: "medium"; description: string; }[]; ... 4 more ...; isDefault: true; }' but required in type 'Model'.
|
|
update:
src/CodexEventHandler.ts#L66
Function lacks ending return statement and return type does not include 'undefined'.
|
|
update:
src/CodexAcpClient.ts#L339
Object literal may only specify known properties, and 'perCwdExtraUserRoots' does not exist in type 'SkillsListParams'.
|
|
check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
update
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/create-github-app-token@v2, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|