wave-code 0.0.13 → 0.0.14

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 -13
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -36,20 +36,11 @@ export WAVE_BASE_URL="https://your-api-gateway-url.com"
36
36
  ### Optional Environment Variables
37
37
 
38
38
  ```bash
39
- # Specify AI model (optional, defaults to system configured model)
40
- export WAVE_MODEL="gemini-2.5-flash"
39
+ # Specify AI model (optional, defaults to gemini-3-flash)
40
+ export WAVE_MODEL="gemini-3-flash"
41
41
 
42
- # Specify fast AI model (optional, for quick response scenarios)
43
- export WAVE_FAST_MODEL="gemini-1.5-flash"
44
-
45
- # Log level (optional, defaults to info)
46
- export LOG_LEVEL="debug"
47
-
48
- # Log file path (optional)
49
- export LOG_FILE="/path/to/your/logfile.log"
50
-
51
- # Maximum log file size (optional, defaults to 10MB)
52
- export LOG_MAX_FILE_SIZE="10485760"
42
+ # Specify fast AI model (optional, defaults to gemini-2.5-flash)
43
+ export WAVE_FAST_MODEL="gemini-2.5-flash"
53
44
 
54
45
  # Token limit (optional, defaults to 96000)
55
46
  export WAVE_MAX_INPUT_TOKENS="96000"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wave-code",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "CLI-based code assistant powered by AI, built with React and Ink",
5
5
  "keywords": [
6
6
  "ai",