@nuvin/session 0.3.0-rc.7 → 0.3.0

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.
@@ -527,7 +527,7 @@ function getToolStatusGlyph(status) {
527
527
  switch (status) {
528
528
  case "approved":
529
529
  case "running":
530
- return "\u23F5";
530
+ return "\u25BA";
531
531
  case "ok":
532
532
  return "\u2756";
533
533
  case "error":
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuvin/session",
3
- "version": "0.3.0-rc.7",
3
+ "version": "0.3.0",
4
4
  "private": false,
5
5
  "description": "Headless session layer for Nuvin: state reducers, wire protocol, session controller",
6
6
  "license": "Apache-2.0",
@@ -50,7 +50,7 @@
50
50
  },
51
51
  "dependencies": {
52
52
  "ws": "^8.20.0",
53
- "@nuvin/agent-core": "^0.3.0-rc.7"
53
+ "@nuvin/agent-core": "^0.3.0"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/node": "^22.0.0",