@llmist/cli 12.3.5 → 12.4.0

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.js CHANGED
@@ -76,7 +76,7 @@ import { Command, InvalidArgumentError as InvalidArgumentError2 } from "commande
76
76
  // package.json
77
77
  var package_default = {
78
78
  name: "@llmist/cli",
79
- version: "12.3.5",
79
+ version: "12.4.0",
80
80
  description: "CLI for llmist - run LLM agents from the command line",
81
81
  type: "module",
82
82
  main: "dist/cli.js",
@@ -132,7 +132,7 @@ var package_default = {
132
132
  node: ">=22.0.0"
133
133
  },
134
134
  dependencies: {
135
- llmist: "^12.3.5",
135
+ llmist: "^12.4.0",
136
136
  "@unblessed/node": "^1.0.0-alpha.23",
137
137
  chalk: "^5.6.2",
138
138
  commander: "^12.1.0",
@@ -146,7 +146,7 @@ var package_default = {
146
146
  zod: "^4.1.12"
147
147
  },
148
148
  devDependencies: {
149
- "@llmist/testing": "^12.3.5",
149
+ "@llmist/testing": "^12.4.0",
150
150
  "@types/diff": "^8.0.0",
151
151
  "@types/js-yaml": "^4.0.9",
152
152
  "@types/marked-terminal": "^6.1.1",