File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -535,29 +535,6 @@ const makeOpenCodeRuntime = Effect.gen(function* () {
535535 } ) ,
536536 ) ,
537537 ) ;
538- // Effect.tryPromise({
539- // try: async () => {
540- // const [providerListResult, agentsResult] = await Promise.all([
541- // client.provider.list(),
542- // client.app.agents(),
543- // ]);
544- // console.log(JSON.stringify(providerListResult, null, 4));
545- // console.log(JSON.stringify(agentsResult, null, 4));
546- // if (!providerListResult.data) {
547- // throw new Error("OpenCode provider inventory was empty.");
548- // }
549- // return {
550- // providerList: providerListResult.data,
551- // agents: agentsResult.data ?? [],
552- // } satisfies OpenCodeInventory;
553- // },
554- // catch: (cause) =>
555- // new OpenCodeRuntimeError({
556- // operation: "loadOpenCodeInventory",
557- // detail: `Failed to load OpenCode inventory: ${openCodeRuntimeErrorDetail(cause)}`,
558- // cause: cause,
559- // }),
560- // });
561538
562539 return {
563540 startOpenCodeServerProcess,
You can’t perform that action at this time.
0 commit comments