@autocode-cli/autocode 0.0.26 → 0.0.27
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 +1 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -168,8 +168,4 @@ When running `autocode serve`:
|
|
|
168
168
|
| `AUTOCODE_LANG` | Language (en/fr) | `en` |
|
|
169
169
|
| `AUTOCODE_PORT` | Dashboard port | `3333` |
|
|
170
170
|
| `AUTOCODE_CLAUDE` | Enable Claude integration | `true` |
|
|
171
|
-
| `AUTOCODE_CLAUDE_TIMEOUT` | Claude timeout (ms) | `900000` |
|
|
172
|
-
|
|
173
|
-
## License
|
|
174
|
-
|
|
175
|
-
MIT
|
|
171
|
+
| `AUTOCODE_CLAUDE_TIMEOUT` | Claude timeout (ms) | `900000` |
|