@xelth/eck-snapshot 4.2.1 → 4.2.2

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 (2) hide show
  1. package/README.md +4 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,9 +17,10 @@ This tool is built for a modern workflow where you act as the architect, guiding
17
17
  ## Requirements
18
18
 
19
19
  1. **Node.js** (v18.x or higher).
20
- 2. **An AI Assistant CLI (at least one):**
21
- * **Claude:** An active **Claude Pro** subscription and the `claude-code` CLI installed.
22
- * **OpenAI:** An active **ChatGPT Plus/Pro** subscription and the `@openai/codex` CLI installed (`npm install -g @openai/codex`).
20
+ 2. **An AI Assistant CLI (at least one of the following is required):**
21
+ * **Claude Code:** An active **Claude Pro** subscription and the `claude-code` CLI installed.
22
+ * **Minimax:** Minimax API access and CLI configured.
23
+ 3. **Gemini (recommended):** For the Architect role with large context windows, Gemini API access is highly recommended.
23
24
 
24
25
  ## Installation
25
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xelth/eck-snapshot",
3
- "version": "4.2.1",
3
+ "version": "4.2.2",
4
4
  "description": "A powerful CLI tool to create and restore single-file text snapshots of Git repositories and directories. Optimized for AI context and LLM workflows.",
5
5
  "main": "index.js",
6
6
  "type": "module",