Skip to content

Commit 5bdb2b4

Browse files
committed
lint
1 parent 359b863 commit 5bdb2b4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/agent/src/adapters/claude/claude-agent.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -703,9 +703,8 @@ export class ClaudeAcpAgent extends BaseAcpAgent {
703703
const sdkModelId = toSdkModelId(resolvedValue);
704704
await this.session.query.setModel(sdkModelId);
705705
this.session.modelId = resolvedValue;
706-
this.session.lastContextWindowSize = this.getContextWindowForModel(
707-
resolvedValue,
708-
);
706+
this.session.lastContextWindowSize =
707+
this.getContextWindowForModel(resolvedValue);
709708
this.rebuildEffortConfigOption(resolvedValue);
710709
} else if (params.configId === "effort") {
711710
const newEffort = resolvedValue as EffortLevel;

0 commit comments

Comments
 (0)