Skip to content

Commit 9e25ce0

Browse files
feat: add comment related to serviceTier logic
1 parent 3df76f9 commit 9e25ce0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/CodexAcpClient.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ export class CodexAcpClient {
415415
cwd: null,
416416
effort: modelSelection.currentReasoningEffort,
417417
model: modelSelection.currentModelId,
418+
// In app-server, explicit null clears the tier; omitting serviceTier would keep the thread's existing tier.
418419
serviceTier: modelSelection.currentServiceTier,
419420
});
420421

0 commit comments

Comments
 (0)