@tt-a1i/hive 1.1.2 → 1.1.3

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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable user-facing changes will be documented in this file.
4
4
 
5
+ ## 1.1.3 - 2026-05-17
6
+
7
+ Brand polish.
8
+
9
+ - Uses the README logo for the browser favicon and the in-app topbar brand mark.
10
+ - Removes the old inline SVG favicon from the web shell.
11
+
5
12
  ## 1.1.2 - 2026-05-17
6
13
 
7
14
  Private-release workflow fix.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tt-a1i/hive",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Browser-native hive-mind for CLI coding agents — Claude Code, Codex, Gemini, and OpenCode collaborate as real PTY processes via a team protocol.",
5
5
  "type": "module",
6
6
  "packageManager": "pnpm@10.30.3",