opencode-agent[bot] 2 месяцев назад
Родитель
Сommit
75557000de

+ 1 - 1
packages/core/src/public/opencode.ts

@@ -42,7 +42,7 @@ export const layer = Layer.effect(
             agent: input.agent,
             model: input.model,
             location: input.location,
-        }),
+          }),
         get: sessions.get,
         list: sessions.list,
         prompt: (input) =>

+ 0 - 1
packages/core/test/public-opencode.test.ts

@@ -25,5 +25,4 @@ describe("public native OpenCode API", () => {
       expect(yield* opencode.sessions.list()).toBeArray()
     }),
   )
-
 })