@magyk/vincent 0.1.2 → 0.1.3

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/CHANGELOG.md ADDED
@@ -0,0 +1,36 @@
1
+ # Changelog
2
+
3
+ All notable changes to `@magyk/vincent` will be documented here.
4
+
5
+ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
+
7
+ ---
8
+
9
+ ## [0.1.3] — 2026-05-08
10
+
11
+ ### Changed
12
+ - Updated package description and README to lead with the product video angle
13
+
14
+ ---
15
+
16
+ ## [0.1.2] — 2026-05-08
17
+
18
+ ### Added
19
+ - Proprietary freeware EULA (Magyk Inc.)
20
+ - JavaScript obfuscation of bundled source (string array encoding)
21
+
22
+ ### Changed
23
+ - Restricted to Google-only model stack (Gemini LLM + image, Veo3/Veo3-lite video)
24
+ - Removed TTS, Flux image generation, and Hailuo video paths from CLI
25
+
26
+ ---
27
+
28
+ ## [0.1.1] — 2026-05-08
29
+
30
+ _Internal release — superseded by 0.1.2._
31
+
32
+ ---
33
+
34
+ ## [0.1.0] — 2026-05-08
35
+
36
+ _Internal release — superseded by 0.1.2._
package/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # Vincent
2
2
 
3
- Vincent is an AI-powered product video creation assistant that runs in your terminal.
3
+ Turn a single product image into a polished marketing video — entirely in your terminal.
4
+ Vincent uses Google Gemini and Veo3 to write the concept, generate scene visuals, animate them, and assemble the final video.
4
5
 
5
6
  ## Install
6
7
 
@@ -8,19 +9,26 @@ Vincent is an AI-powered product video creation assistant that runs in your term
8
9
  npm install -g @magyk/vincent
9
10
  ```
10
11
 
11
- ## Usage
12
+ Requires Node.js ≥ 25.
13
+
14
+ ## Quickstart
12
15
 
13
16
  ```
14
- vincent --help
17
+ export GEMINI_API_KEY=your_key_here
18
+ vincent path/to/product-image.jpg
15
19
  ```
16
20
 
17
- ## Supported platforms
21
+ ## Options
22
+
23
+ ```
24
+ vincent [image] [options]
18
25
 
19
- - macOS Apple Silicon (arm64)
20
- - macOS Intel (x64)
21
- - Linux x64
26
+ --video-model <id> veo3 or veo3-lite (default: veo3-lite)
27
+ --storage <path> Override artifact output directory
28
+ --self-test Run diagnostics and exit
29
+ -h, --help Show help
30
+ ```
22
31
 
23
- ## Requirements
32
+ ## License
24
33
 
25
- Vincent requires API keys for the AI services it uses (Gemini, Replicate).
26
- Set them in your environment before running.
34
+ Proprietary freeware. See LICENSE for terms. © 2026 Magyk Inc.