Revert "feat(tui): load external plugin exports"

This reverts commit fdd6498909.
This commit is contained in:
Kit Langton 2026-07-17 14:40:53 -04:00
commit 46148bbc6c
7 changed files with 55 additions and 129 deletions

View file

@ -30,7 +30,7 @@ test("SIGHUP clears title and disposes scoped resources once", async () => {
run({
server: { endpoint: { url: server.url.toString() } },
config: { get: async () => ({}), update: async () => ({}) },
pluginHost: { load: async () => undefined },
packages: { resolve: async () => undefined },
args: {},
log: () => {},
}).pipe(Effect.provide(AppNodeBuilder.build(Global.node)), Effect.provide(FileSystem.layerNoop({}))),
@ -102,7 +102,7 @@ test("session lifecycle updates the terminal title and prints the epilogue after
run({
server: { endpoint: { url: server.url.toString() } },
config: { get: async () => ({}), update: async () => ({}) },
pluginHost: { load: async () => undefined },
packages: { resolve: async () => undefined },
args: { sessionID: "dummy" },
log: () => {},
}).pipe(Effect.provide(AppNodeBuilder.build(Global.node)), Effect.provide(FileSystem.layerNoop({}))),