lalph 0.3.41 → 0.3.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/cli.mjs +16 -13
  2. package/package.json +2 -2
package/dist/cli.mjs CHANGED
@@ -176664,7 +176664,7 @@ var ji = Bt, Ii = Object.assign(Qe, { sync: Bt }), zi = Ut, Bi = Object.assign(e
176664
176664
  });
176665
176665
  Ze.glob = Ze;
176666
176666
  //#endregion
176667
- //#region node_modules/.pnpm/clanka@0.0.11_@effect+ai-openai-compat@4.0.0-beta.29_effect@4.0.0-beta.29__@effect+ai-o_ede1aba31973616b9b2b0c9db8e47539/node_modules/clanka/dist/ApplyPatch.js
176667
+ //#region node_modules/.pnpm/clanka@0.0.13_@effect+ai-openai-compat@4.0.0-beta.29_effect@4.0.0-beta.29__@effect+ai-o_91f7106057a64bae3fa733ffcff21fd4/node_modules/clanka/dist/ApplyPatch.js
176668
176668
  /**
176669
176669
  * @since 1.0.0
176670
176670
  */
@@ -176888,7 +176888,7 @@ const patchChunks = (file, input, chunks) => {
176888
176888
  return eol === "\r\n" ? text.replace(/\n/g, "\r\n") : text;
176889
176889
  };
176890
176890
  //#endregion
176891
- //#region node_modules/.pnpm/clanka@0.0.11_@effect+ai-openai-compat@4.0.0-beta.29_effect@4.0.0-beta.29__@effect+ai-o_ede1aba31973616b9b2b0c9db8e47539/node_modules/clanka/dist/AgentTools.js
176891
+ //#region node_modules/.pnpm/clanka@0.0.13_@effect+ai-openai-compat@4.0.0-beta.29_effect@4.0.0-beta.29__@effect+ai-o_91f7106057a64bae3fa733ffcff21fd4/node_modules/clanka/dist/AgentTools.js
176892
176892
  /**
176893
176893
  * @since 1.0.0
176894
176894
  */
@@ -177184,7 +177184,7 @@ const AgentToolHandlers = AgentTools.toLayer(gen(function* () {
177184
177184
  }));
177185
177185
  var ApplyPatchError = class extends TaggedClass$1("ApplyPatchError") {};
177186
177186
  //#endregion
177187
- //#region node_modules/.pnpm/clanka@0.0.11_@effect+ai-openai-compat@4.0.0-beta.29_effect@4.0.0-beta.29__@effect+ai-o_ede1aba31973616b9b2b0c9db8e47539/node_modules/clanka/dist/Executor.js
177187
+ //#region node_modules/.pnpm/clanka@0.0.13_@effect+ai-openai-compat@4.0.0-beta.29_effect@4.0.0-beta.29__@effect+ai-o_91f7106057a64bae3fa733ffcff21fd4/node_modules/clanka/dist/Executor.js
177188
177188
  /**
177189
177189
  * @since 1.0.0
177190
177190
  */
@@ -177222,7 +177222,10 @@ ${options.script}
177222
177222
  fiber.addObserver((exit) => {
177223
177223
  running--;
177224
177224
  if (exit._tag === "Success") resolve(exit.value);
177225
- else reject(squash(exit.cause));
177225
+ else {
177226
+ if (hasInterruptsOnly(exit.cause)) return;
177227
+ reject(squash(exit.cause));
177228
+ }
177226
177229
  });
177227
177230
  });
177228
177231
  };
@@ -177261,7 +177264,7 @@ var QueueWriteStream = class extends Writable {
177261
177264
  }
177262
177265
  };
177263
177266
  //#endregion
177264
- //#region node_modules/.pnpm/clanka@0.0.11_@effect+ai-openai-compat@4.0.0-beta.29_effect@4.0.0-beta.29__@effect+ai-o_ede1aba31973616b9b2b0c9db8e47539/node_modules/clanka/dist/TypeBuilder.js
177267
+ //#region node_modules/.pnpm/clanka@0.0.13_@effect+ai-openai-compat@4.0.0-beta.29_effect@4.0.0-beta.29__@effect+ai-o_91f7106057a64bae3fa733ffcff21fd4/node_modules/clanka/dist/TypeBuilder.js
177265
177268
  const resolveDocumentation = resolveAt("documentation");
177266
177269
  const identifierPattern = /^[$A-Z_a-z][$0-9A-Z_a-z]*$/u;
177267
177270
  const Precedence = {
@@ -177534,7 +177537,7 @@ const render = (schema, options) => {
177534
177537
  return printNode({ text: documentation === void 0 ? rendered.text : `${renderJsDoc(documentation, 0, printerOptions)}${printerOptions.newLine}${rendered.text}` }, printerOptions);
177535
177538
  };
177536
177539
  //#endregion
177537
- //#region node_modules/.pnpm/clanka@0.0.11_@effect+ai-openai-compat@4.0.0-beta.29_effect@4.0.0-beta.29__@effect+ai-o_ede1aba31973616b9b2b0c9db8e47539/node_modules/clanka/dist/ToolkitRenderer.js
177540
+ //#region node_modules/.pnpm/clanka@0.0.13_@effect+ai-openai-compat@4.0.0-beta.29_effect@4.0.0-beta.29__@effect+ai-o_91f7106057a64bae3fa733ffcff21fd4/node_modules/clanka/dist/ToolkitRenderer.js
177538
177541
  /**
177539
177542
  * @since 1.0.0
177540
177543
  */
@@ -177556,7 +177559,7 @@ declare function ${name}(${params}): Promise<${render(tool.successSchema)}>`);
177556
177559
  }) });
177557
177560
  };
177558
177561
  //#endregion
177559
- //#region node_modules/.pnpm/clanka@0.0.11_@effect+ai-openai-compat@4.0.0-beta.29_effect@4.0.0-beta.29__@effect+ai-o_ede1aba31973616b9b2b0c9db8e47539/node_modules/clanka/dist/Agent.js
177562
+ //#region node_modules/.pnpm/clanka@0.0.13_@effect+ai-openai-compat@4.0.0-beta.29_effect@4.0.0-beta.29__@effect+ai-o_91f7106057a64bae3fa733ffcff21fd4/node_modules/clanka/dist/Agent.js
177560
177563
  /**
177561
177564
  * @since 1.0.0
177562
177565
  */
@@ -177818,7 +177821,7 @@ Javascript output:
177818
177821
  `;
177819
177822
  };
177820
177823
  const generateSystemMulti = (toolsDts) => {
177821
- return `You can interact with the system by writing plain javascript code (no typescript) that will be executed for you.
177824
+ return `From now on only response with plain javascript code (no typescript) which will be executed for you.
177822
177825
 
177823
177826
  - Use \`console.log\` to print any output you need.
177824
177827
  - Top level await is supported.
@@ -188283,7 +188286,7 @@ const transformToolCallParams = /* @__PURE__ */ fnUntraced(function* (tools, too
188283
188286
  })));
188284
188287
  });
188285
188288
  //#endregion
188286
- //#region node_modules/.pnpm/clanka@0.0.11_@effect+ai-openai-compat@4.0.0-beta.29_effect@4.0.0-beta.29__@effect+ai-o_ede1aba31973616b9b2b0c9db8e47539/node_modules/clanka/dist/CodexAuth.js
188289
+ //#region node_modules/.pnpm/clanka@0.0.13_@effect+ai-openai-compat@4.0.0-beta.29_effect@4.0.0-beta.29__@effect+ai-o_91f7106057a64bae3fa733ffcff21fd4/node_modules/clanka/dist/CodexAuth.js
188287
188290
  /**
188288
188291
  * @since 1.0.0
188289
188292
  */
@@ -188503,7 +188506,7 @@ var CodexAuth = class CodexAuth extends Service$1()("clanka/CodexAuth") {
188503
188506
  static layerClient = this.layerClientNoDeps.pipe(provide$3(CodexAuth.layer));
188504
188507
  };
188505
188508
  //#endregion
188506
- //#region node_modules/.pnpm/clanka@0.0.11_@effect+ai-openai-compat@4.0.0-beta.29_effect@4.0.0-beta.29__@effect+ai-o_ede1aba31973616b9b2b0c9db8e47539/node_modules/clanka/dist/Codex.js
188509
+ //#region node_modules/.pnpm/clanka@0.0.13_@effect+ai-openai-compat@4.0.0-beta.29_effect@4.0.0-beta.29__@effect+ai-o_91f7106057a64bae3fa733ffcff21fd4/node_modules/clanka/dist/Codex.js
188507
188510
  /**
188508
188511
  * @since 1.0.0
188509
188512
  */
@@ -188877,7 +188880,7 @@ const decodeChatCompletionSseData = (data) => {
188877
188880
  return isChatCompletionChunk(parsed) ? parsed : void 0;
188878
188881
  };
188879
188882
  //#endregion
188880
- //#region node_modules/.pnpm/clanka@0.0.11_@effect+ai-openai-compat@4.0.0-beta.29_effect@4.0.0-beta.29__@effect+ai-o_ede1aba31973616b9b2b0c9db8e47539/node_modules/clanka/dist/GithubCopilotAuth.js
188883
+ //#region node_modules/.pnpm/clanka@0.0.13_@effect+ai-openai-compat@4.0.0-beta.29_effect@4.0.0-beta.29__@effect+ai-o_91f7106057a64bae3fa733ffcff21fd4/node_modules/clanka/dist/GithubCopilotAuth.js
188881
188884
  /**
188882
188885
  * @since 1.0.0
188883
188886
  */
@@ -189471,7 +189474,7 @@ Object.defineProperties(createChalk.prototype, styles);
189471
189474
  const chalk = createChalk();
189472
189475
  createChalk({ level: stderrColor ? stderrColor.level : 0 });
189473
189476
  //#endregion
189474
- //#region node_modules/.pnpm/clanka@0.0.11_@effect+ai-openai-compat@4.0.0-beta.29_effect@4.0.0-beta.29__@effect+ai-o_ede1aba31973616b9b2b0c9db8e47539/node_modules/clanka/dist/OutputFormatter.js
189477
+ //#region node_modules/.pnpm/clanka@0.0.13_@effect+ai-openai-compat@4.0.0-beta.29_effect@4.0.0-beta.29__@effect+ai-o_91f7106057a64bae3fa733ffcff21fd4/node_modules/clanka/dist/OutputFormatter.js
189475
189478
  /**
189476
189479
  * @since 1.0.0
189477
189480
  */
@@ -198702,7 +198705,7 @@ const commandEdit = make$45("edit").pipe(withDescription("Open the selected proj
198702
198705
  const commandSource = make$45("source").pipe(withDescription("Select the issue source to use (e.g. GitHub Issues or Linear). This applies to all projects."), withHandler(() => selectIssueSource), provide(Settings.layer));
198703
198706
  //#endregion
198704
198707
  //#region package.json
198705
- var version = "0.3.41";
198708
+ var version = "0.3.43";
198706
198709
  //#endregion
198707
198710
  //#region src/commands/projects/ls.ts
198708
198711
  const commandProjectsLs = make$45("ls").pipe(withDescription("List configured projects and how they run (enabled state, concurrency, branch, git flow, review agent)."), withHandler(fnUntraced(function* () {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lalph",
3
3
  "type": "module",
4
- "version": "0.3.41",
4
+ "version": "0.3.43",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -29,7 +29,7 @@
29
29
  "@octokit/plugin-rest-endpoint-methods": "^17.0.0",
30
30
  "@octokit/types": "^16.0.0",
31
31
  "@typescript/native-preview": "7.0.0-dev.20260308.1",
32
- "clanka": "^0.0.11",
32
+ "clanka": "^0.0.13",
33
33
  "concurrently": "^9.2.1",
34
34
  "effect": "4.0.0-beta.29",
35
35
  "husky": "^9.1.7",