feat: unwrap effect namespaces to flat exports + barrel (#22745)

This commit is contained in:
Kit Langton
2026-04-15 23:29:12 -04:00
committed by GitHub
parent 581d5208ca
commit d4cfbd020d
16 changed files with 322 additions and 325 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ import { Truncate } from "@/tool/truncate"
import { decodeDataUrl } from "@/util/data-url"
import { Process } from "@/util"
import { Cause, Effect, Exit, Layer, Option, Scope, Context } from "effect"
import { EffectLogger } from "@/effect/logger"
import { EffectLogger } from "@/effect"
import { InstanceState } from "@/effect"
import { TaskTool, type TaskPromptOps } from "@/tool/task"
import { SessionRunState } from "./run-state"