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 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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "autopreso",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Realtime speech to presentation. Let the whiteboard whiteboard itself.",
5
5
  "license": "MIT",
6
6
  "author": "Kun Chen <kun@kunchenguid.com>",