zen-code 1.0.1 → 1.1.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.
package/README.md CHANGED
@@ -1,3 +1,19 @@
1
1
  # Zen Code
2
2
 
3
3
  A Cli Coder like Claude Code
4
+
5
+ ```sh
6
+ SQLITE_DATABASE_URI=./.langgraph_api/langgraph.db
7
+ OPENAI_API_KEY=sk-
8
+ OPENAI_BASE_URL=https://api.xiaomimimo.com/v1 # or any other openai endpoint
9
+ ```
10
+
11
+ ```sh
12
+ bunx zen-code
13
+ ```
14
+
15
+ Chang Model in Zen Code
16
+
17
+ ```sh
18
+ /m mimo-v2-flash
19
+ ```