We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3870a3a commit 8536d99Copy full SHA for 8536d99
packages/opencode/src/config/config.ts
@@ -861,6 +861,7 @@ export namespace Config {
861
before: Info
862
after: Info
863
diff: ConfigDiff
864
+ diffForPublish: ConfigDiff
865
filepath: string
866
}> {
867
const scope = input.scope ?? "project"
packages/opencode/src/server/server.ts
@@ -41,7 +41,6 @@ import { TuiEvent } from "@/cli/cmd/tui/event"
41
import { Snapshot } from "@/snapshot"
42
import { SessionSummary } from "@/session/summary"
43
import { isConfigHotReloadEnabled } from "../config/hot-reload"
44
-import { TuiEvent } from "@/cli/cmd/tui/event"
45
46
const ERRORS = {
47
400: {
0 commit comments