bajaclaw 0.19.3 → 0.19.4

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/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  ██╔══██╗██╔══██║██ ██║██╔══██║ ██║ ██║ ██╔══██║██║███╗██║
8
8
  ██████╔╝██║ ██║╚█████╔╝██║ ██║ ╚██████╗███████╗██║ ██║╚███╔███╔╝
9
9
  ╚═════╝ ╚═╝ ╚═╝ ╚════╝ ╚═╝ ╚═╝ ╚═════╝╚══════╝╚═╝ ╚═╝ ╚══╝╚══╝
10
- autonomous agents on your terms · MIT · v0.19.3
10
+ autonomous agents on your terms · MIT · v0.19.4
11
11
  ```
12
12
 
13
13
  ## What BajaClaw is
@@ -1300,7 +1300,7 @@
1300
1300
  el("div", { class: "list-item-title" }, [
1301
1301
  el("span", { class: "mono" }, r.slug),
1302
1302
  r.displayName && r.displayName !== r.slug
1303
- ? el("span", { class: "muted", style: "margin-left:8px" }, " " + r.displayName)
1303
+ ? el("span", { class: "muted", style: "margin-left:8px" }, "· " + r.displayName)
1304
1304
  : null,
1305
1305
  ]),
1306
1306
  el("div", { class: "list-item-sub" }, r.summary || ""),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bajaclaw",
3
- "version": "0.19.3",
3
+ "version": "0.19.4",
4
4
  "description": "BajaClaw - autonomous agents on your terms",
5
5
  "type": "module",
6
6
  "bajaclaw": {