u-foo 2.4.11 → 2.4.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "u-foo",
3
- "version": "2.4.11",
3
+ "version": "2.4.12",
4
4
  "description": "Multi-Agent Workspace Protocol. Just add u. claude → uclaude, codex → ucodex.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "homepage": "https://ufoo.dev",
@@ -910,9 +910,9 @@ function computeInternalStatusText(view = {}, spinnerTick = 0, now = Date.now())
910
910
  }
911
911
 
912
912
  const CHAT_BANNER_LINES = [
913
- "█ █ █▀▀ █▀█ █▀▄ █▀▀ █ █ ▄▀█ ▀█▀",
914
- "█ █ █ █ █ █ █ █▀█ █▀█ █ ",
915
- "▀▀▀ ▀▀▀ ▀▀▀ ▀▀ ▀▀▀ ▀ ▀ ▀ ▀ ▀ ",
913
+ "█ █ █▀▀ █▀█ █▀█",
914
+ "█ █ █▀ █ █ █ █",
915
+ "▀▀▀ ▀▀▀ ▀▀▀",
916
916
  ];
917
917
 
918
918
  function buildChatBannerLines(props, version) {