@coreviz/cli 1.0.3 → 1.0.5
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/README.md +5 -1
- package/package.json +2 -2
- package/screenshots/describe.png +0 -0
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @coreviz/cli
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
An AI-powered CLI for working with photos. Semantically search, edit, tag and generate metadata for thousands of photos right from the command line.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -48,6 +48,10 @@ Describe an image:
|
|
|
48
48
|
npx @coreviz/cli describe path/to/image.jpg
|
|
49
49
|
```
|
|
50
50
|
|
|
51
|
+

|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
51
55
|
Edit an image with a text prompt:
|
|
52
56
|
|
|
53
57
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coreviz/cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "CoreViz CLI tool",
|
|
6
6
|
"main": "index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"homepage": "https://github.com/CoreViz/cli#readme",
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@clack/prompts": "^0.11.0",
|
|
30
|
-
"@coreviz/sdk": "^1.0.
|
|
30
|
+
"@coreviz/sdk": "^1.0.6",
|
|
31
31
|
"better-auth": "^1.4.2",
|
|
32
32
|
"better-sqlite3": "^12.4.6",
|
|
33
33
|
"chalk": "^5.6.2",
|
|
Binary file
|