@llmist/cli 16.0.0 → 16.0.1

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
@@ -110,7 +110,7 @@ import { Command, InvalidArgumentError as InvalidArgumentError2 } from "commande
110
110
  // package.json
111
111
  var package_default = {
112
112
  name: "@llmist/cli",
113
- version: "16.0.0",
113
+ version: "16.0.1",
114
114
  description: "CLI for llmist - run LLM agents from the command line",
115
115
  type: "module",
116
116
  main: "dist/cli.js",
@@ -136,7 +136,8 @@ var package_default = {
136
136
  build: "tsup",
137
137
  typecheck: "tsc --noEmit",
138
138
  clean: "rimraf dist",
139
- postinstall: "node scripts/postinstall.js"
139
+ postinstall: "node scripts/postinstall.js",
140
+ dev: "npx --silent tsx src/cli.ts"
140
141
  },
141
142
  homepage: "https://llmist.dev",
142
143
  repository: {
@@ -166,7 +167,7 @@ var package_default = {
166
167
  node: ">=22.0.0"
167
168
  },
168
169
  dependencies: {
169
- llmist: "^16.0.0",
170
+ llmist: "^16.0.1",
170
171
  "@unblessed/node": "^1.0.0-alpha.23",
171
172
  chalk: "^5.6.2",
172
173
  commander: "^12.1.0",
@@ -180,7 +181,7 @@ var package_default = {
180
181
  zod: "^4.1.12"
181
182
  },
182
183
  devDependencies: {
183
- "@llmist/testing": "^16.0.0",
184
+ "@llmist/testing": "^16.0.1",
184
185
  "@types/diff": "^8.0.0",
185
186
  "@types/js-yaml": "^4.0.9",
186
187
  "@types/marked-terminal": "^6.1.1",