mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
core: fix missing Flag import in session prompt
This commit is contained in:
parent
d4dc142cc2
commit
0400024d02
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ import z from "zod"
|
|||
import { Identifier } from "../id/id"
|
||||
import { MessageV2 } from "./message-v2"
|
||||
import { Log } from "../util/log"
|
||||
import { Flag } from "../flag/flag"
|
||||
import { SessionRevert } from "./revert"
|
||||
import { Session } from "."
|
||||
import { Agent } from "../agent/agent"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue