@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.
Files changed (2) hide show
  1. package/README.md +1 -5
  2. 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` |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autocode-cli/autocode",
3
- "version": "0.0.26",
3
+ "version": "0.0.27",
4
4
  "description": "Filesystem-based ticket system with web dashboard",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",