autopreso 0.1.4 → 0.1.5
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 +2 -0
- package/package.json +1 -1
- package/public/app.js +615 -160
- package/public/style.css +70 -0
- package/src/openai-transcription.js +113 -32
- package/src/server.js +87 -8
- package/src/session-cost.js +128 -0
- package/src/whiteboard-session.js +28 -0
package/README.md
CHANGED
|
@@ -101,6 +101,8 @@ npm start
|
|
|
101
101
|
|
|
102
102
|
Settings persist at `~/.config/autopreso/settings.json` and are managed from the in-app status panel.
|
|
103
103
|
Agent instructions are saved automatically from staging, can be up to 100,000 characters, and take effect on the next Start Preso.
|
|
104
|
+
The live Session cost card estimates agent token costs and OpenAI Realtime audio costs for the current presentation, resetting on Start Preso or session reset.
|
|
105
|
+
OpenAI prices use the built-in May 2026 rate table; local providers show `$0.0000`, Codex shows token volume because it routes through your subscription, and unknown models show `n/a`.
|
|
104
106
|
|
|
105
107
|
### Defaults on first run
|
|
106
108
|
|