lalph 0.3.82 → 0.3.83
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.
- package/dist/cli.mjs +68 -45
- package/package.json +2 -2
package/dist/cli.mjs
CHANGED
|
@@ -181265,7 +181265,7 @@ var ji = Bt, Ii = Object.assign(Qe, { sync: Bt }), zi = Ut, Bi = Object.assign(e
|
|
|
181265
181265
|
});
|
|
181266
181266
|
Ze.glob = Ze;
|
|
181267
181267
|
//#endregion
|
|
181268
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
181268
|
+
//#region node_modules/.pnpm/clanka@0.2.14_@effect+ai-openai-compat@4.0.0-beta.35_effect@https+++pkg.pr.new+Effect-T_c289ea4fac9e27bcca2bfdaf553f0a09/node_modules/clanka/dist/ApplyPatch.js
|
|
181269
181269
|
/**
|
|
181270
181270
|
* @since 1.0.0
|
|
181271
181271
|
*/
|
|
@@ -196138,7 +196138,7 @@ var StreamableHTTPClientTransport = class {
|
|
|
196138
196138
|
}
|
|
196139
196139
|
};
|
|
196140
196140
|
//#endregion
|
|
196141
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
196141
|
+
//#region node_modules/.pnpm/clanka@0.2.14_@effect+ai-openai-compat@4.0.0-beta.35_effect@https+++pkg.pr.new+Effect-T_c289ea4fac9e27bcca2bfdaf553f0a09/node_modules/clanka/dist/McpClient.js
|
|
196142
196142
|
/**
|
|
196143
196143
|
* @since 1.0.0
|
|
196144
196144
|
*/
|
|
@@ -196183,7 +196183,7 @@ const layer$13 = effect$1(McpClient, gen(function* () {
|
|
|
196183
196183
|
});
|
|
196184
196184
|
}));
|
|
196185
196185
|
//#endregion
|
|
196186
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
196186
|
+
//#region node_modules/.pnpm/clanka@0.2.14_@effect+ai-openai-compat@4.0.0-beta.35_effect@https+++pkg.pr.new+Effect-T_c289ea4fac9e27bcca2bfdaf553f0a09/node_modules/clanka/dist/ExaSearch.js
|
|
196187
196187
|
/**
|
|
196188
196188
|
* @since 1.0.0
|
|
196189
196189
|
*/
|
|
@@ -211133,7 +211133,7 @@ var require_lib = /* @__PURE__ */ __commonJSMin$1(((exports) => {
|
|
|
211133
211133
|
exports.impl = impl;
|
|
211134
211134
|
}));
|
|
211135
211135
|
//#endregion
|
|
211136
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
211136
|
+
//#region node_modules/.pnpm/clanka@0.2.14_@effect+ai-openai-compat@4.0.0-beta.35_effect@https+++pkg.pr.new+Effect-T_c289ea4fac9e27bcca2bfdaf553f0a09/node_modules/clanka/dist/WebToMarkdown.js
|
|
211137
211137
|
/**
|
|
211138
211138
|
* @since 1.0.0
|
|
211139
211139
|
*/
|
|
@@ -214751,7 +214751,7 @@ const mapProviderResults = (inputLength, results) => {
|
|
|
214751
214751
|
return succeed$3(embeddings);
|
|
214752
214752
|
};
|
|
214753
214753
|
//#endregion
|
|
214754
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
214754
|
+
//#region node_modules/.pnpm/clanka@0.2.14_@effect+ai-openai-compat@4.0.0-beta.35_effect@https+++pkg.pr.new+Effect-T_c289ea4fac9e27bcca2bfdaf553f0a09/node_modules/clanka/dist/ChunkRepo.js
|
|
214755
214755
|
/**
|
|
214756
214756
|
* @since 1.0.0
|
|
214757
214757
|
* @category Models
|
|
@@ -214882,7 +214882,7 @@ const layer$10 = effect$1(ChunkRepo, gen(function* () {
|
|
|
214882
214882
|
});
|
|
214883
214883
|
}));
|
|
214884
214884
|
//#endregion
|
|
214885
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
214885
|
+
//#region node_modules/.pnpm/clanka@0.2.14_@effect+ai-openai-compat@4.0.0-beta.35_effect@https+++pkg.pr.new+Effect-T_c289ea4fac9e27bcca2bfdaf553f0a09/node_modules/clanka/dist/CodeChunker.js
|
|
214886
214886
|
/**
|
|
214887
214887
|
* @since 1.0.0
|
|
214888
214888
|
*/
|
|
@@ -215065,9 +215065,24 @@ const nodeText = (node) => {
|
|
|
215065
215065
|
return value.length === 0 ? void 0 : value;
|
|
215066
215066
|
};
|
|
215067
215067
|
const nodeFieldText = (node, fieldName) => nodeText(node.childForFieldName(fieldName));
|
|
215068
|
-
const
|
|
215069
|
-
|
|
215070
|
-
|
|
215068
|
+
const isNamespaceNode = (node) => node.type === "internal_module" || node.type === "module";
|
|
215069
|
+
const unwrapDeclarationNode = (node) => {
|
|
215070
|
+
let current = node;
|
|
215071
|
+
while (true) {
|
|
215072
|
+
if (current.type === "export_statement") {
|
|
215073
|
+
const declaration = current.childForFieldName("declaration") ?? current.namedChildren[0];
|
|
215074
|
+
if (declaration === void 0) return current;
|
|
215075
|
+
current = declaration;
|
|
215076
|
+
continue;
|
|
215077
|
+
}
|
|
215078
|
+
if (current.type === "ambient_declaration") {
|
|
215079
|
+
const declaration = current.namedChildren.find((child) => child.type.endsWith("_declaration") || isNamespaceNode(child));
|
|
215080
|
+
if (declaration === void 0) return current;
|
|
215081
|
+
current = declaration;
|
|
215082
|
+
continue;
|
|
215083
|
+
}
|
|
215084
|
+
return current;
|
|
215085
|
+
}
|
|
215071
215086
|
};
|
|
215072
215087
|
const variableDeclarators = (node) => node.namedChildren.filter((child) => child.type === "variable_declarator");
|
|
215073
215088
|
const variableTypeFromDeclarator = (node) => {
|
|
@@ -215085,6 +215100,8 @@ const chunkTypeFromNode = (node) => {
|
|
|
215085
215100
|
case "enum_declaration": return "enum";
|
|
215086
215101
|
case "function_declaration":
|
|
215087
215102
|
case "generator_function_declaration": return "function";
|
|
215103
|
+
case "internal_module":
|
|
215104
|
+
case "module": return "namespace";
|
|
215088
215105
|
case "interface_declaration": return "interface";
|
|
215089
215106
|
case "generator_method_definition":
|
|
215090
215107
|
case "method_definition": return "method";
|
|
@@ -215106,7 +215123,9 @@ const nameFromNode = (node) => {
|
|
|
215106
215123
|
case "enum_declaration":
|
|
215107
215124
|
case "function_declaration":
|
|
215108
215125
|
case "generator_function_declaration":
|
|
215126
|
+
case "internal_module":
|
|
215109
215127
|
case "interface_declaration":
|
|
215128
|
+
case "module":
|
|
215110
215129
|
case "generator_method_definition":
|
|
215111
215130
|
case "method_definition":
|
|
215112
215131
|
case "type_alias_declaration":
|
|
@@ -215145,26 +215164,30 @@ const collectAstRanges = (path, content, lines) => {
|
|
|
215145
215164
|
const parser = new TreeSitter();
|
|
215146
215165
|
parser.setLanguage(language);
|
|
215147
215166
|
const tree = parser.parse(content, void 0, { bufferSize: 1024 * 1024 });
|
|
215148
|
-
const
|
|
215149
|
-
|
|
215150
|
-
|
|
215151
|
-
|
|
215152
|
-
|
|
215153
|
-
|
|
215154
|
-
|
|
215155
|
-
|
|
215156
|
-
|
|
215157
|
-
|
|
215158
|
-
|
|
215159
|
-
|
|
215160
|
-
|
|
215161
|
-
|
|
215162
|
-
|
|
215163
|
-
|
|
215164
|
-
|
|
215167
|
+
const collectDeclarationRanges = (siblings, parent) => {
|
|
215168
|
+
const out = [];
|
|
215169
|
+
for (let index = 0; index < siblings.length; index++) {
|
|
215170
|
+
const sibling = siblings[index];
|
|
215171
|
+
if (sibling.type === "comment" || sibling.type.includes("import")) continue;
|
|
215172
|
+
const declarationNode = unwrapDeclarationNode(sibling);
|
|
215173
|
+
const type = chunkTypeFromNode(declarationNode);
|
|
215174
|
+
const name = nameFromNode(declarationNode);
|
|
215175
|
+
if (type === void 0 && name === void 0) continue;
|
|
215176
|
+
out.push({
|
|
215177
|
+
...lineRangeWithLeadingComments(sibling, siblings, index, lines),
|
|
215178
|
+
name,
|
|
215179
|
+
type,
|
|
215180
|
+
parent
|
|
215181
|
+
});
|
|
215182
|
+
if (declarationNode.type === "class_declaration") out.push(...collectClassMethodRanges(declarationNode, formatParent(type, name), lines));
|
|
215183
|
+
if (isNamespaceNode(declarationNode)) {
|
|
215184
|
+
const body = declarationNode.childForFieldName("body");
|
|
215185
|
+
if (body !== null) out.push(...collectDeclarationRanges(body.namedChildren, formatParent(type, name)));
|
|
215186
|
+
}
|
|
215165
215187
|
}
|
|
215166
|
-
|
|
215167
|
-
|
|
215188
|
+
return out;
|
|
215189
|
+
};
|
|
215190
|
+
return collectDeclarationRanges(tree.rootNode.namedChildren, void 0);
|
|
215168
215191
|
} catch {
|
|
215169
215192
|
return [];
|
|
215170
215193
|
}
|
|
@@ -215452,7 +215475,7 @@ const run$1 = /* @__PURE__ */ make$25({});
|
|
|
215452
215475
|
*/
|
|
215453
215476
|
const layer$7 = (options) => effectDiscard(run$1(options));
|
|
215454
215477
|
//#endregion
|
|
215455
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
215478
|
+
//#region node_modules/.pnpm/clanka@0.2.14_@effect+ai-openai-compat@4.0.0-beta.35_effect@https+++pkg.pr.new+Effect-T_c289ea4fac9e27bcca2bfdaf553f0a09/node_modules/clanka/dist/internal/sqlite-vector.js
|
|
215456
215479
|
/**
|
|
215457
215480
|
* Binary extension for each platform
|
|
215458
215481
|
*/
|
|
@@ -215569,7 +215592,7 @@ function getExtensionPath() {
|
|
|
215569
215592
|
throw new ExtensionNotFoundError(`SQLite Vector extension not found for platform: ${getCurrentPlatform()}\n\nThe platform-specific package "${getPlatformPackageName()}" is not installed.\nThis usually happens when:\n 1. Your platform is not supported\n 2. npm failed to install optional dependencies\n 3. You're installing with --no-optional flag\n\nTry running: npm install --force`);
|
|
215570
215593
|
}
|
|
215571
215594
|
//#endregion
|
|
215572
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
215595
|
+
//#region node_modules/.pnpm/clanka@0.2.14_@effect+ai-openai-compat@4.0.0-beta.35_effect@https+++pkg.pr.new+Effect-T_c289ea4fac9e27bcca2bfdaf553f0a09/node_modules/clanka/dist/Sqlite.js
|
|
215573
215596
|
/**
|
|
215574
215597
|
* @since 1.0.0
|
|
215575
215598
|
*/
|
|
@@ -215597,7 +215620,7 @@ const SqliteLayer = (database) => layer$7({ loader: fromRecord({ "0001_create_ch
|
|
|
215597
215620
|
yield* fs.makeDirectory(directory, { recursive: true });
|
|
215598
215621
|
}))));
|
|
215599
215622
|
//#endregion
|
|
215600
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
215623
|
+
//#region node_modules/.pnpm/clanka@0.2.14_@effect+ai-openai-compat@4.0.0-beta.35_effect@https+++pkg.pr.new+Effect-T_c289ea4fac9e27bcca2bfdaf553f0a09/node_modules/clanka/dist/SemanticSearch.js
|
|
215601
215624
|
/**
|
|
215602
215625
|
* @since 1.0.0
|
|
215603
215626
|
*/
|
|
@@ -215739,7 +215762,7 @@ const maybeRemoveFile = (path) => serviceOption(SemanticSearch).pipe(flatMap$4(m
|
|
|
215739
215762
|
onSome: (service) => service.removeFile(path)
|
|
215740
215763
|
})));
|
|
215741
215764
|
//#endregion
|
|
215742
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
215765
|
+
//#region node_modules/.pnpm/clanka@0.2.14_@effect+ai-openai-compat@4.0.0-beta.35_effect@https+++pkg.pr.new+Effect-T_c289ea4fac9e27bcca2bfdaf553f0a09/node_modules/clanka/dist/AgentTools.js
|
|
215743
215766
|
/**
|
|
215744
215767
|
* @since 1.0.0
|
|
215745
215768
|
*/
|
|
@@ -216090,7 +216113,7 @@ const AgentToolHandlers = AgentToolHandlersNoDeps.pipe(provide$3([layer$12, laye
|
|
|
216090
216113
|
AgentToolHandlersNoDeps.pipe(provide$3([mock(ExaSearch)({}), mock(WebToMarkdown)({})]));
|
|
216091
216114
|
var ApplyPatchError = class extends TaggedClass$2("ApplyPatchError") {};
|
|
216092
216115
|
//#endregion
|
|
216093
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
216116
|
+
//#region node_modules/.pnpm/clanka@0.2.14_@effect+ai-openai-compat@4.0.0-beta.35_effect@https+++pkg.pr.new+Effect-T_c289ea4fac9e27bcca2bfdaf553f0a09/node_modules/clanka/dist/TypeBuilder.js
|
|
216094
216117
|
const resolveDocumentation = resolveAt("documentation");
|
|
216095
216118
|
const identifierPattern = /^[$A-Z_a-z][$0-9A-Z_a-z]*$/u;
|
|
216096
216119
|
const Precedence = {
|
|
@@ -216363,7 +216386,7 @@ const render = (schema, options) => {
|
|
|
216363
216386
|
return printNode({ text: documentation === void 0 ? rendered.text : `${renderJsDoc(documentation, 0, printerOptions)}${printerOptions.newLine}${rendered.text}` }, printerOptions);
|
|
216364
216387
|
};
|
|
216365
216388
|
//#endregion
|
|
216366
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
216389
|
+
//#region node_modules/.pnpm/clanka@0.2.14_@effect+ai-openai-compat@4.0.0-beta.35_effect@https+++pkg.pr.new+Effect-T_c289ea4fac9e27bcca2bfdaf553f0a09/node_modules/clanka/dist/ToolkitRenderer.js
|
|
216367
216390
|
/**
|
|
216368
216391
|
* @since 1.0.0
|
|
216369
216392
|
*/
|
|
@@ -216385,7 +216408,7 @@ declare function ${name}(${params}): Promise<${render(tool.successSchema)}>`);
|
|
|
216385
216408
|
}) });
|
|
216386
216409
|
};
|
|
216387
216410
|
//#endregion
|
|
216388
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
216411
|
+
//#region node_modules/.pnpm/clanka@0.2.14_@effect+ai-openai-compat@4.0.0-beta.35_effect@https+++pkg.pr.new+Effect-T_c289ea4fac9e27bcca2bfdaf553f0a09/node_modules/clanka/dist/ScriptPreprocessing.js
|
|
216389
216412
|
const isIdentifierChar = (char) => char !== void 0 && /[A-Za-z0-9_$]/.test(char);
|
|
216390
216413
|
const isIdentifierStartChar = (char) => char !== void 0 && /[A-Za-z_$]/.test(char);
|
|
216391
216414
|
const hasIdentifierBoundary = (text, index, length) => !isIdentifierChar(text[index - 1]) && !isIdentifierChar(text[index + length]);
|
|
@@ -216647,7 +216670,7 @@ const fixAssignedTemplatesForToolCalls = (script) => {
|
|
|
216647
216670
|
};
|
|
216648
216671
|
const preprocessScript = (script) => fixAssignedTemplatesForToolCalls(["applyPatch", "taskComplete"].reduce((current, functionName) => fixCallTemplateArgument(current, functionName, (char) => char === ")"), fixWriteFileContentTemplates(script)));
|
|
216649
216672
|
//#endregion
|
|
216650
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
216673
|
+
//#region node_modules/.pnpm/clanka@0.2.14_@effect+ai-openai-compat@4.0.0-beta.35_effect@https+++pkg.pr.new+Effect-T_c289ea4fac9e27bcca2bfdaf553f0a09/node_modules/clanka/dist/AgentExecutor.js
|
|
216651
216674
|
/**
|
|
216652
216675
|
* @since 1.0.0
|
|
216653
216676
|
*/
|
|
@@ -216832,7 +216855,7 @@ var QueueWriteStream = class extends Writable {
|
|
|
216832
216855
|
}
|
|
216833
216856
|
};
|
|
216834
216857
|
//#endregion
|
|
216835
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
216858
|
+
//#region node_modules/.pnpm/clanka@0.2.14_@effect+ai-openai-compat@4.0.0-beta.35_effect@https+++pkg.pr.new+Effect-T_c289ea4fac9e27bcca2bfdaf553f0a09/node_modules/clanka/dist/ScriptExtraction.js
|
|
216836
216859
|
const stripWrappingCodeFence = (script) => {
|
|
216837
216860
|
const lines = script.split(/\r?\n/);
|
|
216838
216861
|
if (lines.length < 2) return script;
|
|
@@ -218381,7 +218404,7 @@ const applySpanTransformer = (transformer, response, options) => {
|
|
|
218381
218404
|
});
|
|
218382
218405
|
};
|
|
218383
218406
|
//#endregion
|
|
218384
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
218407
|
+
//#region node_modules/.pnpm/clanka@0.2.14_@effect+ai-openai-compat@4.0.0-beta.35_effect@https+++pkg.pr.new+Effect-T_c289ea4fac9e27bcca2bfdaf553f0a09/node_modules/clanka/dist/Agent.js
|
|
218385
218408
|
/**
|
|
218386
218409
|
* @since 1.0.0
|
|
218387
218410
|
*/
|
|
@@ -229711,7 +229734,7 @@ const transformToolCallParams = /* @__PURE__ */ fnUntraced(function* (tools, too
|
|
|
229711
229734
|
})));
|
|
229712
229735
|
});
|
|
229713
229736
|
//#endregion
|
|
229714
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
229737
|
+
//#region node_modules/.pnpm/clanka@0.2.14_@effect+ai-openai-compat@4.0.0-beta.35_effect@https+++pkg.pr.new+Effect-T_c289ea4fac9e27bcca2bfdaf553f0a09/node_modules/clanka/dist/CodexAuth.js
|
|
229715
229738
|
/**
|
|
229716
229739
|
* @since 1.0.0
|
|
229717
229740
|
*/
|
|
@@ -229931,7 +229954,7 @@ var CodexAuth = class CodexAuth extends Service$1()("clanka/CodexAuth") {
|
|
|
229931
229954
|
static layerClient = this.layerClientNoDeps.pipe(provide$3(CodexAuth.layer));
|
|
229932
229955
|
};
|
|
229933
229956
|
//#endregion
|
|
229934
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
229957
|
+
//#region node_modules/.pnpm/clanka@0.2.14_@effect+ai-openai-compat@4.0.0-beta.35_effect@https+++pkg.pr.new+Effect-T_c289ea4fac9e27bcca2bfdaf553f0a09/node_modules/clanka/dist/Codex.js
|
|
229935
229958
|
/**
|
|
229936
229959
|
* @since 1.0.0
|
|
229937
229960
|
*/
|
|
@@ -229952,7 +229975,7 @@ const layerModel = (model, options) => layer$2({
|
|
|
229952
229975
|
store: false,
|
|
229953
229976
|
reasoning: {
|
|
229954
229977
|
effort: options?.reasoning?.effort ?? "medium",
|
|
229955
|
-
summary: "
|
|
229978
|
+
summary: options?.reasoning?.summary ?? "detailed"
|
|
229956
229979
|
}
|
|
229957
229980
|
}
|
|
229958
229981
|
}).pipe(merge$6(AgentModelConfig.layer({ systemPromptTransform: (system, effect) => withConfigOverride(effect, { instructions: system }) })));
|
|
@@ -231243,7 +231266,7 @@ const getUsageDetailNumber = (details, field) => {
|
|
|
231243
231266
|
return typeof value === "number" ? value : void 0;
|
|
231244
231267
|
};
|
|
231245
231268
|
//#endregion
|
|
231246
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
231269
|
+
//#region node_modules/.pnpm/clanka@0.2.14_@effect+ai-openai-compat@4.0.0-beta.35_effect@https+++pkg.pr.new+Effect-T_c289ea4fac9e27bcca2bfdaf553f0a09/node_modules/clanka/dist/CopilotAuth.js
|
|
231247
231270
|
/**
|
|
231248
231271
|
* @since 1.0.0
|
|
231249
231272
|
*/
|
|
@@ -231434,7 +231457,7 @@ var GithubCopilotAuth = class GithubCopilotAuth extends Service$1()("clanka/Gith
|
|
|
231434
231457
|
static layerClient = this.layerClientNoDeps.pipe(provide$3(GithubCopilotAuth.layer));
|
|
231435
231458
|
};
|
|
231436
231459
|
//#endregion
|
|
231437
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
231460
|
+
//#region node_modules/.pnpm/clanka@0.2.14_@effect+ai-openai-compat@4.0.0-beta.35_effect@https+++pkg.pr.new+Effect-T_c289ea4fac9e27bcca2bfdaf553f0a09/node_modules/clanka/dist/Copilot.js
|
|
231438
231461
|
/**
|
|
231439
231462
|
* @since 1.0.0
|
|
231440
231463
|
*/
|
|
@@ -231854,7 +231877,7 @@ Object.defineProperties(createChalk.prototype, styles);
|
|
|
231854
231877
|
const chalk = createChalk();
|
|
231855
231878
|
createChalk({ level: stderrColor ? stderrColor.level : 0 });
|
|
231856
231879
|
//#endregion
|
|
231857
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
231880
|
+
//#region node_modules/.pnpm/clanka@0.2.14_@effect+ai-openai-compat@4.0.0-beta.35_effect@https+++pkg.pr.new+Effect-T_c289ea4fac9e27bcca2bfdaf553f0a09/node_modules/clanka/dist/OutputFormatter.js
|
|
231858
231881
|
/**
|
|
231859
231882
|
* @since 1.0.0
|
|
231860
231883
|
*/
|
|
@@ -241244,7 +241267,7 @@ const commandEdit = make$58("edit").pipe(withDescription("Open the selected proj
|
|
|
241244
241267
|
const commandSource = make$58("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));
|
|
241245
241268
|
//#endregion
|
|
241246
241269
|
//#region package.json
|
|
241247
|
-
var version = "0.3.
|
|
241270
|
+
var version = "0.3.83";
|
|
241248
241271
|
//#endregion
|
|
241249
241272
|
//#region src/commands/projects/ls.ts
|
|
241250
241273
|
const commandProjectsLs = make$58("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.
|
|
4
|
+
"version": "0.3.83",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@octokit/plugin-rest-endpoint-methods": "^17.0.0",
|
|
46
46
|
"@octokit/types": "^16.0.0",
|
|
47
47
|
"@typescript/native-preview": "7.0.0-dev.20260318.1",
|
|
48
|
-
"clanka": "^0.2.
|
|
48
|
+
"clanka": "^0.2.14",
|
|
49
49
|
"concurrently": "^9.2.1",
|
|
50
50
|
"effect": "https://pkg.pr.new/Effect-TS/effect-smol/effect@60fcbcc",
|
|
51
51
|
"husky": "^9.1.7",
|