Skip to content

Commit 0fc4e9b

Browse files
feat: add comment related to serviceTier logic
1 parent c62b177 commit 0fc4e9b

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
@@ -419,6 +419,7 @@ export class CodexAcpClient {
419419
cwd: null,
420420
effort: modelSelection.currentReasoningEffort,
421421
model: modelSelection.currentModelId,
422+
// In app-server, explicit null clears the tier; omitting serviceTier would keep the thread's existing tier.
422423
serviceTier: modelSelection.currentServiceTier,
423424
});
424425

0 commit comments

Comments
 (0)