Skip to content

Commit 41d3661

Browse files
committed
fixup
1 parent c8930a3 commit 41d3661

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/browser/components/AIView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ const AIViewInner: React.FC<AIViewProps> = ({
127127
// Track if we've already triggered force compaction for this stream
128128
const forceCompactionTriggeredRef = useRef<string | null>(null);
129129

130-
// Extract state from workspace state
130+
// Extract state from workspace state
131131
const { messages, canInterrupt, isCompacting, loading, currentModel } = workspaceState;
132132

133133
// Get active stream message ID for token counting

src/browser/utils/chatCommands.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ import { resolveCompactionModel } from "@/browser/utils/messages/compactionModel
2323
import type { ImageAttachment } from "../components/ImageAttachments";
2424
import { dispatchWorkspaceSwitch } from "./workspaceEvents";
2525
import { getRuntimeKey, copyWorkspaceStorage } from "@/common/constants/storage";
26-
import {
27-
DEFAULT_COMPACTION_WORD_TARGET,
28-
WORDS_TO_TOKENS_RATIO,
29-
} from "@/common/constants/ui";
26+
import { DEFAULT_COMPACTION_WORD_TARGET, WORDS_TO_TOKENS_RATIO } from "@/common/constants/ui";
3027

3128
// ============================================================================
3229
// Workspace Creation

0 commit comments

Comments
 (0)