Skip to content

Commit a360f09

Browse files
committed
cleanup
1 parent f6c5470 commit a360f09

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

eval/lib/agents/claude-code-cli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import type {
1616
*/
1717
const TOKENIZER_MODEL_MAP: Record<ClaudeModel, keyof typeof models> = {
1818
'claude-opus-4.6': 'anthropic/claude-opus-4.5',
19+
// tokenizer doesn't support 4.6 models yet
1920
'claude-sonnet-4.6': 'anthropic/claude-sonnet-4.5',
2021
'claude-haiku-4.5': 'anthropic/claude-haiku-4.5',
2122
};

packages/mcp/src/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
2. Call **get-documentation** with an `id` from that list to retrieve full component docs, props, usage examples, and stories.
55
3. Call **get-documentation-for-story** when you need additional docs from a specific story variant that was not included in the initial component documentation.
66

7-
Use `withStoryIds: true` on **list-all-documentation** when you also need story IDs for tools like `preview-stories` or `get-documentation-for-story`.
7+
Use `withStoryIds: true` on **list-all-documentation** when you also need story IDs for inputs to other tools.
88

99
## Verification Rules
1010

0 commit comments

Comments
 (0)