claudekit-cli 3.36.0-dev.26 → 3.36.0-dev.27
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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7053,7 +7053,7 @@ function convertFmToCodexToml(item) {
|
|
|
7053
7053
|
if (modelResult.resolved) {
|
|
7054
7054
|
lines.push(`model = ${JSON.stringify(modelResult.resolved.model)}`);
|
|
7055
7055
|
if (modelResult.resolved.effort) {
|
|
7056
|
-
lines.push(
|
|
7056
|
+
lines.push(`# effort = ${JSON.stringify(modelResult.resolved.effort)}`);
|
|
7057
7057
|
}
|
|
7058
7058
|
} else if (typeof item.frontmatter.model === "string" && item.frontmatter.model.trim().length > 0 && item.frontmatter.model.trim() !== "inherit") {
|
|
7059
7059
|
lines.push(`# model = ${JSON.stringify(item.frontmatter.model.trim())}`);
|
|
@@ -56539,7 +56539,7 @@ var package_default;
|
|
|
56539
56539
|
var init_package = __esm(() => {
|
|
56540
56540
|
package_default = {
|
|
56541
56541
|
name: "claudekit-cli",
|
|
56542
|
-
version: "3.36.0-dev.
|
|
56542
|
+
version: "3.36.0-dev.27",
|
|
56543
56543
|
description: "CLI tool for bootstrapping and updating ClaudeKit projects",
|
|
56544
56544
|
type: "module",
|
|
56545
56545
|
repository: {
|