codexapp 0.1.44 → 0.1.46

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codexapp",
3
- "version": "0.1.44",
3
+ "version": "0.1.46",
4
4
  "description": "A lightweight web interface for Codex that runs on top of the Codex app-server, allowing remote access from any browser",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -33,10 +33,13 @@
33
33
  ],
34
34
  "scripts": {
35
35
  "dev": "vite",
36
+ "dev:open": "npm run build:cli && sh -c 'npm run dev & VPID=$!; node dist-cli/index.js --open-project \"${1:-.}\"; wait $VPID' --",
36
37
  "build:frontend": "vue-tsc --noEmit && vite build",
37
38
  "build:cli": "tsup",
38
39
  "build": "npm run build:frontend && npm run build:cli",
39
40
  "preview": "vite preview",
41
+ "test:audio:hello": "bash scripts/create-hello-wav.sh",
42
+ "test:backend:whisper": "npm run build:cli && node scripts/test-whisper-backend.mjs",
40
43
  "prepublishOnly": "npm run build"
41
44
  },
42
45
  "dependencies": {