@isaacthoman/pulpo 0.50.0 → 0.51.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.
Files changed (3) hide show
  1. package/README.md +6 -0
  2. package/dist/index.js +1787 -17
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -11,6 +11,12 @@ pulpo settings export --output pulpo-settings.json
11
11
 
12
12
  Use `pulpo help` or `pulpo <command> --help` for the complete command reference.
13
13
 
14
+ Model create and update files may configure chat preset and choice icons with any
15
+ canonical [Lucide](https://lucide.dev/icons/) name. Discover available names with
16
+ `pulpo model icons`, or filter them locally with a query such as
17
+ `pulpo model icons camera`. Invalid names are rejected before the model request is
18
+ sent. Add `--json` for stable `{ "name": "..." }` rows in scripts.
19
+
14
20
  The major command groups are `context`, `auth`, `token`, `instance`, `settings`,
15
21
  `provider`, `lab`, `model`, `user`, `usage`, `audit`, `workspace`, `banner`,
16
22
  `job`, `export`, and `backup`. There is intentionally no restore command.