Skip to content

Commit bdbdde1

Browse files
sethconvexclaude
andcommitted
Enhance CLAUDE.md with comprehensive AI upgrade guidance
- Add tool approval flow to Key Patterns architecture section - Replace upgrade section with detailed AI-friendly guidance including: - Detection patterns for v5 code (parameters, handler, textEmbeddingModel) - Dependency update commands - Before/after transformation examples for tools, embeddings, step limits - Verification steps and common issues - New v6 features (tool approval, reasoning streaming, token details) - Remove outdated TODO comment in deltas.ts (partial tool calls now handled) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 4166179 commit bdbdde1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/deltas.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ export async function deriveUIMessagesFromDeltas(
124124
blankUIMessage(streamMessage, threadId),
125125
parts,
126126
);
127-
// TODO: this fails on partial tool calls
128127
messages.push(uiMessage);
129128
} else {
130129
const [uiMessages] = deriveUIMessagesFromTextStreamParts(

0 commit comments

Comments
 (0)