lalph 0.3.51 → 0.3.52

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 +14 -14
  2. package/package.json +2 -2
package/dist/cli.mjs CHANGED
@@ -188353,7 +188353,7 @@ var ji = Bt, Ii = Object.assign(Qe, { sync: Bt }), zi = Ut, Bi = Object.assign(e
188353
188353
  });
188354
188354
  Ze.glob = Ze;
188355
188355
  //#endregion
188356
- //#region node_modules/.pnpm/clanka@0.0.25_@effect+ai-openai-compat@4.0.0-beta.30_effect@4.0.0-beta.30__@effect+ai-o_4390ffcae27e5eac957439291b048580/node_modules/clanka/dist/ApplyPatch.js
188356
+ //#region node_modules/.pnpm/clanka@0.0.26_@effect+ai-openai-compat@4.0.0-beta.30_effect@4.0.0-beta.30__@effect+ai-o_0d1911b5a2cd3a976d215b2ff13a3a08/node_modules/clanka/dist/ApplyPatch.js
188357
188357
  /**
188358
188358
  * @since 1.0.0
188359
188359
  */
@@ -188682,7 +188682,7 @@ const patchChunks = (file, input, chunks) => {
188682
188682
  return eol === "\r\n" ? text.replace(/\n/g, "\r\n") : text;
188683
188683
  };
188684
188684
  //#endregion
188685
- //#region node_modules/.pnpm/clanka@0.0.25_@effect+ai-openai-compat@4.0.0-beta.30_effect@4.0.0-beta.30__@effect+ai-o_4390ffcae27e5eac957439291b048580/node_modules/clanka/dist/AgentTools.js
188685
+ //#region node_modules/.pnpm/clanka@0.0.26_@effect+ai-openai-compat@4.0.0-beta.30_effect@4.0.0-beta.30__@effect+ai-o_0d1911b5a2cd3a976d215b2ff13a3a08/node_modules/clanka/dist/AgentTools.js
188686
188686
  /**
188687
188687
  * @since 1.0.0
188688
188688
  */
@@ -188751,7 +188751,7 @@ const AgentTools = make$9(make$7("readFile", {
188751
188751
  parameters: Struct({
188752
188752
  pattern: String$1,
188753
188753
  glob: optional$2(String$1).annotate({ documentation: "--glob" }),
188754
- noIgnore: optional$2(Boolean$2).annotate({ documentation: "--no-ignore" }),
188754
+ noIgnore: optional$2(Boolean$2).annotate({ documentation: "-uu" }),
188755
188755
  maxLines: optional$2(Finite).annotate({ documentation: "The total maximum number of lines to return across all files (default: 500)" })
188756
188756
  }),
188757
188757
  success: String$1,
@@ -188852,7 +188852,7 @@ const AgentToolHandlers = AgentTools.toLayer(gen(function* () {
188852
188852
  args.push("--glob", options.glob);
188853
188853
  if (options.noIgnore === void 0 && !options.glob.startsWith("*")) noIgnore = true;
188854
188854
  }
188855
- if (noIgnore) args.push("--no-ignore");
188855
+ if (noIgnore) args.push("-uu");
188856
188856
  args.push(options.pattern);
188857
188857
  let stream = pipe(spawner.streamLines(make$36("rg", args, {
188858
188858
  cwd,
@@ -188983,7 +188983,7 @@ const AgentToolHandlers = AgentTools.toLayer(gen(function* () {
188983
188983
  }));
188984
188984
  var ApplyPatchError = class extends TaggedClass$1("ApplyPatchError") {};
188985
188985
  //#endregion
188986
- //#region node_modules/.pnpm/clanka@0.0.25_@effect+ai-openai-compat@4.0.0-beta.30_effect@4.0.0-beta.30__@effect+ai-o_4390ffcae27e5eac957439291b048580/node_modules/clanka/dist/Executor.js
188986
+ //#region node_modules/.pnpm/clanka@0.0.26_@effect+ai-openai-compat@4.0.0-beta.30_effect@4.0.0-beta.30__@effect+ai-o_0d1911b5a2cd3a976d215b2ff13a3a08/node_modules/clanka/dist/Executor.js
188987
188987
  /**
188988
188988
  * @since 1.0.0
188989
188989
  */
@@ -189063,7 +189063,7 @@ var QueueWriteStream = class extends Writable {
189063
189063
  }
189064
189064
  };
189065
189065
  //#endregion
189066
- //#region node_modules/.pnpm/clanka@0.0.25_@effect+ai-openai-compat@4.0.0-beta.30_effect@4.0.0-beta.30__@effect+ai-o_4390ffcae27e5eac957439291b048580/node_modules/clanka/dist/TypeBuilder.js
189066
+ //#region node_modules/.pnpm/clanka@0.0.26_@effect+ai-openai-compat@4.0.0-beta.30_effect@4.0.0-beta.30__@effect+ai-o_0d1911b5a2cd3a976d215b2ff13a3a08/node_modules/clanka/dist/TypeBuilder.js
189067
189067
  const resolveDocumentation = resolveAt("documentation");
189068
189068
  const identifierPattern = /^[$A-Z_a-z][$0-9A-Z_a-z]*$/u;
189069
189069
  const Precedence = {
@@ -189336,7 +189336,7 @@ const render = (schema, options) => {
189336
189336
  return printNode({ text: documentation === void 0 ? rendered.text : `${renderJsDoc(documentation, 0, printerOptions)}${printerOptions.newLine}${rendered.text}` }, printerOptions);
189337
189337
  };
189338
189338
  //#endregion
189339
- //#region node_modules/.pnpm/clanka@0.0.25_@effect+ai-openai-compat@4.0.0-beta.30_effect@4.0.0-beta.30__@effect+ai-o_4390ffcae27e5eac957439291b048580/node_modules/clanka/dist/ToolkitRenderer.js
189339
+ //#region node_modules/.pnpm/clanka@0.0.26_@effect+ai-openai-compat@4.0.0-beta.30_effect@4.0.0-beta.30__@effect+ai-o_0d1911b5a2cd3a976d215b2ff13a3a08/node_modules/clanka/dist/ToolkitRenderer.js
189340
189340
  /**
189341
189341
  * @since 1.0.0
189342
189342
  */
@@ -189358,7 +189358,7 @@ declare function ${name}(${params}): Promise<${render(tool.successSchema)}>`);
189358
189358
  }) });
189359
189359
  };
189360
189360
  //#endregion
189361
- //#region node_modules/.pnpm/clanka@0.0.25_@effect+ai-openai-compat@4.0.0-beta.30_effect@4.0.0-beta.30__@effect+ai-o_4390ffcae27e5eac957439291b048580/node_modules/clanka/dist/Agent.js
189361
+ //#region node_modules/.pnpm/clanka@0.0.26_@effect+ai-openai-compat@4.0.0-beta.30_effect@4.0.0-beta.30__@effect+ai-o_0d1911b5a2cd3a976d215b2ff13a3a08/node_modules/clanka/dist/Agent.js
189362
189362
  /**
189363
189363
  * @since 1.0.0
189364
189364
  */
@@ -200133,7 +200133,7 @@ const transformToolCallParams = /* @__PURE__ */ fnUntraced(function* (tools, too
200133
200133
  })));
200134
200134
  });
200135
200135
  //#endregion
200136
- //#region node_modules/.pnpm/clanka@0.0.25_@effect+ai-openai-compat@4.0.0-beta.30_effect@4.0.0-beta.30__@effect+ai-o_4390ffcae27e5eac957439291b048580/node_modules/clanka/dist/CodexAuth.js
200136
+ //#region node_modules/.pnpm/clanka@0.0.26_@effect+ai-openai-compat@4.0.0-beta.30_effect@4.0.0-beta.30__@effect+ai-o_0d1911b5a2cd3a976d215b2ff13a3a08/node_modules/clanka/dist/CodexAuth.js
200137
200137
  /**
200138
200138
  * @since 1.0.0
200139
200139
  */
@@ -200353,7 +200353,7 @@ var CodexAuth = class CodexAuth extends Service$1()("clanka/CodexAuth") {
200353
200353
  static layerClient = this.layerClientNoDeps.pipe(provide$3(CodexAuth.layer));
200354
200354
  };
200355
200355
  //#endregion
200356
- //#region node_modules/.pnpm/clanka@0.0.25_@effect+ai-openai-compat@4.0.0-beta.30_effect@4.0.0-beta.30__@effect+ai-o_4390ffcae27e5eac957439291b048580/node_modules/clanka/dist/Codex.js
200356
+ //#region node_modules/.pnpm/clanka@0.0.26_@effect+ai-openai-compat@4.0.0-beta.30_effect@4.0.0-beta.30__@effect+ai-o_0d1911b5a2cd3a976d215b2ff13a3a08/node_modules/clanka/dist/Codex.js
200357
200357
  /**
200358
200358
  * @since 1.0.0
200359
200359
  */
@@ -201668,7 +201668,7 @@ const getUsageDetailNumber = (details, field) => {
201668
201668
  return typeof value === "number" ? value : void 0;
201669
201669
  };
201670
201670
  //#endregion
201671
- //#region node_modules/.pnpm/clanka@0.0.25_@effect+ai-openai-compat@4.0.0-beta.30_effect@4.0.0-beta.30__@effect+ai-o_4390ffcae27e5eac957439291b048580/node_modules/clanka/dist/CopilotAuth.js
201671
+ //#region node_modules/.pnpm/clanka@0.0.26_@effect+ai-openai-compat@4.0.0-beta.30_effect@4.0.0-beta.30__@effect+ai-o_0d1911b5a2cd3a976d215b2ff13a3a08/node_modules/clanka/dist/CopilotAuth.js
201672
201672
  /**
201673
201673
  * @since 1.0.0
201674
201674
  */
@@ -201859,7 +201859,7 @@ var GithubCopilotAuth = class GithubCopilotAuth extends Service$1()("clanka/Gith
201859
201859
  static layerClient = this.layerClientNoDeps.pipe(provide$3(GithubCopilotAuth.layer));
201860
201860
  };
201861
201861
  //#endregion
201862
- //#region node_modules/.pnpm/clanka@0.0.25_@effect+ai-openai-compat@4.0.0-beta.30_effect@4.0.0-beta.30__@effect+ai-o_4390ffcae27e5eac957439291b048580/node_modules/clanka/dist/Copilot.js
201862
+ //#region node_modules/.pnpm/clanka@0.0.26_@effect+ai-openai-compat@4.0.0-beta.30_effect@4.0.0-beta.30__@effect+ai-o_0d1911b5a2cd3a976d215b2ff13a3a08/node_modules/clanka/dist/Copilot.js
201863
201863
  /**
201864
201864
  * @since 1.0.0
201865
201865
  */
@@ -202282,7 +202282,7 @@ Object.defineProperties(createChalk.prototype, styles);
202282
202282
  const chalk = createChalk();
202283
202283
  createChalk({ level: stderrColor ? stderrColor.level : 0 });
202284
202284
  //#endregion
202285
- //#region node_modules/.pnpm/clanka@0.0.25_@effect+ai-openai-compat@4.0.0-beta.30_effect@4.0.0-beta.30__@effect+ai-o_4390ffcae27e5eac957439291b048580/node_modules/clanka/dist/OutputFormatter.js
202285
+ //#region node_modules/.pnpm/clanka@0.0.26_@effect+ai-openai-compat@4.0.0-beta.30_effect@4.0.0-beta.30__@effect+ai-o_0d1911b5a2cd3a976d215b2ff13a3a08/node_modules/clanka/dist/OutputFormatter.js
202286
202286
  /**
202287
202287
  * @since 1.0.0
202288
202288
  */
@@ -203288,7 +203288,7 @@ const commandEdit = make$46("edit").pipe(withDescription("Open the selected proj
203288
203288
  const commandSource = make$46("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));
203289
203289
  //#endregion
203290
203290
  //#region package.json
203291
- var version = "0.3.51";
203291
+ var version = "0.3.52";
203292
203292
  //#endregion
203293
203293
  //#region src/commands/projects/ls.ts
203294
203294
  const commandProjectsLs = make$46("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.51",
4
+ "version": "0.3.52",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -30,7 +30,7 @@
30
30
  "@octokit/plugin-rest-endpoint-methods": "^17.0.0",
31
31
  "@octokit/types": "^16.0.0",
32
32
  "@typescript/native-preview": "7.0.0-dev.20260310.1",
33
- "clanka": "^0.0.25",
33
+ "clanka": "^0.0.26",
34
34
  "concurrently": "^9.2.1",
35
35
  "effect": "4.0.0-beta.30",
36
36
  "husky": "^9.1.7",