@wrongstack/webui 0.273.0 → 0.273.1

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/dist/types.d.ts CHANGED
@@ -327,6 +327,7 @@ interface WSContextPct {
327
327
  type: 'ctx.pct';
328
328
  payload: {
329
329
  load: number;
330
+ rawLoad?: number | undefined;
330
331
  tokens: number;
331
332
  maxContext: number;
332
333
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrongstack/webui",
3
- "version": "0.273.0",
3
+ "version": "0.273.1",
4
4
  "license": "MIT",
5
5
  "description": "Browser-based WebUI for WrongStack — React + Vite frontend with WebSocket backend that drives the same agent kernel as the CLI/TUI.",
6
6
  "keywords": [
@@ -86,11 +86,11 @@
86
86
  "virtua": "^0.49.1",
87
87
  "ws": "^8.21.0",
88
88
  "zustand": "^5.0.14",
89
- "@wrongstack/core": "0.273.0",
90
- "@wrongstack/tools": "0.273.0",
91
- "@wrongstack/runtime": "0.273.0",
92
- "@wrongstack/mcp": "0.273.0",
93
- "@wrongstack/providers": "0.273.0"
89
+ "@wrongstack/mcp": "0.273.1",
90
+ "@wrongstack/core": "0.273.1",
91
+ "@wrongstack/tools": "0.273.1",
92
+ "@wrongstack/runtime": "0.273.1",
93
+ "@wrongstack/providers": "0.273.1"
94
94
  },
95
95
  "peerDependencies": {
96
96
  "node-pty": "^1.1.0"