Skip to content

Commit 30acb5b

Browse files
committed
chore: bump 2.0.0-pre.32 → 2.0.0-pre.33
1 parent 1034c41 commit 30acb5b

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codebase-cli",
3-
"version": "2.0.0-pre.32",
3+
"version": "2.0.0-pre.33",
44
"description": "Codebase CLI — a TypeScript coding agent on the pi-mono runtime. OAuth-aware, any LLM provider, single install.",
55
"keywords": [
66
"ai",

src/ui/Message.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,4 +692,3 @@ function blockKey(block: { type: string; id?: string }, idx: number): string {
692692
if (block.type === "toolCall" && block.id) return `tc-${block.id}`;
693693
return `${block.type}-${idx}`;
694694
}
695-

0 commit comments

Comments
 (0)