Skip to content

Commit 402339d

Browse files
committed
chore: bump 2.0.0-pre.22 → 2.0.0-pre.23
1 parent e835cb9 commit 402339d

3 files changed

Lines changed: 4 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.22",
3+
"version": "2.0.0-pre.23",
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/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { spawn } from "node:child_process";
2+
import type { AgentEvent } from "@earendil-works/pi-agent-core";
23
import { Box, Text, useApp } from "ink";
34
import { useEffect, useMemo, useReducer, useRef, useState } from "react";
4-
import type { AgentEvent } from "@earendil-works/pi-agent-core";
55
import { type AgentBundle, createAgent } from "../agent/agent.js";
66
import { ConfigError } from "../agent/config.js";
77
import { initialState, reducer } from "../agent/events.js";

0 commit comments

Comments
 (0)