agentgui 1.0.650 → 1.0.651

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/database.js +1 -0
  2. package/package.json +1 -1
package/database.js CHANGED
@@ -1111,6 +1111,7 @@ export const queries = {
1111
1111
  prep('DELETE FROM stream_updates');
1112
1112
  prep('DELETE FROM chunks');
1113
1113
  prep('DELETE FROM events');
1114
+ prep('DELETE FROM voice_cache');
1114
1115
  prep('DELETE FROM sessions');
1115
1116
  prep('DELETE FROM messages');
1116
1117
  prep('DELETE FROM conversations');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentgui",
3
- "version": "1.0.650",
3
+ "version": "1.0.651",
4
4
  "description": "Multi-agent ACP client with real-time communication",
5
5
  "type": "module",
6
6
  "main": "server.js",