diff --git a/packages/kbot/dist-in/data/openai_models.json b/packages/kbot/dist-in/data/openai_models.json index e8c7bb46..b7f6aad8 100644 --- a/packages/kbot/dist-in/data/openai_models.json +++ b/packages/kbot/dist-in/data/openai_models.json @@ -1,5 +1,5 @@ { - "timestamp": 1748017274401, + "timestamp": 1748021441459, "models": [ { "id": "gpt-4o-realtime-preview-2024-12-17", diff --git a/packages/kbot/dist-in/data/openrouter_models.json b/packages/kbot/dist-in/data/openrouter_models.json index 0ac7fed2..c7f1ed21 100644 --- a/packages/kbot/dist-in/data/openrouter_models.json +++ b/packages/kbot/dist-in/data/openrouter_models.json @@ -1,5 +1,5 @@ { - "timestamp": 1748017274515, + "timestamp": 1748021441605, "models": [ { "id": "anthropic/claude-opus-4", diff --git a/packages/kbot/schema.json b/packages/kbot/schema.json index d79f1988..191cd17a 100644 --- a/packages/kbot/schema.json +++ b/packages/kbot/schema.json @@ -37,7 +37,7 @@ "meta", "none" ], - "default": "meta", + "default": "none", "description": "Specify how to wrap the output, \"meta (file name, absolute path, cwd)\" or \"none\"." }, "each": { diff --git a/packages/kbot/schema_ui.json b/packages/kbot/schema_ui.json index d9809761..ae8495e8 100644 --- a/packages/kbot/schema_ui.json +++ b/packages/kbot/schema_ui.json @@ -32,7 +32,7 @@ "wrap": { "ui:description": "Specify how to wrap the output, \"meta (file name, absolute path, cwd)\" or \"none\".", "ui:title": "Wrap", - "ui:placeholder": "meta" + "ui:placeholder": "none" }, "each": { "ui:description": "Iterate over items, supported: GLOB | Path to JSON File | array of strings (comma separated). To test different models, use --each=\"gpt-3.5-turbo,gpt-4o\", the actual string will exposed as variable `ITEM`, eg: --dst=\"${ITEM}-output.md\"",