Skip to content

Commit e1b0ab8

Browse files
committed
remove unused import
remove unused import remove unused import
1 parent 949e6b0 commit e1b0ab8

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

packages/opencode/src/session/prompt.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import { SessionRevert } from "./revert"
99
import { Session } from "."
1010
import { Agent } from "../agent/agent"
1111
import { Provider } from "../provider/provider"
12-
import type { ACP } from "../acp/agent"
1312
import {
1413
generateText,
1514
streamText,

packages/opencode/src/tool/write.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export const WriteTool = Tool.define("write", {
3838

3939
const file = Bun.file(filepath)
4040
const exists = await file.exists()
41-
4241
if (exists) await FileTime.assert(ctx.sessionID, filepath)
4342

4443
const agent = await Agent.get(ctx.agent)

0 commit comments

Comments
 (0)