@hydra-acp/browser 0.1.0 → 0.1.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.
@@ -1071,8 +1071,7 @@ pre code { background: transparent; padding: 0; }
1071
1071
  return "untitled";
1072
1072
  }
1073
1073
  function shortSessionId(sessionId) {
1074
- const tail = sessionId.replace(/^hydra_session_/, "");
1075
- return tail.length > 10 ? tail.slice(0, 10) : tail;
1074
+ return sessionId.replace(/^hydra_session_/, "");
1076
1075
  }
1077
1076
  function fmtTokens(n) {
1078
1077
  if (!Number.isFinite(n)) return "?";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hydra-acp/browser",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Browser-based UI for hydra-acp sessions.",
5
5
  "license": "MIT",
6
6
  "type": "module",