@hydra-acp/browser 0.1.15 → 0.1.16

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.
@@ -11696,7 +11696,7 @@ pre code { background: transparent; padding: 0; }
11696
11696
  function agentWithModel(agent, model) {
11697
11697
  const a = agent || "?";
11698
11698
  const m = shortenModel(model);
11699
- return m ? `${a}(${m})` : a;
11699
+ return m ? `${a}\u2022${m}` : a;
11700
11700
  }
11701
11701
  function formatRelativeAge(iso, now = Date.now()) {
11702
11702
  if (!iso) return "?";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hydra-acp/browser",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "Browser-based UI for hydra-acp sessions.",
5
5
  "license": "MIT",
6
6
  "type": "module",