agentgui 1.0.515 → 1.0.516

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/static/index.html +11 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentgui",
3
- "version": "1.0.515",
3
+ "version": "1.0.516",
4
4
  "description": "Multi-agent ACP client with real-time communication",
5
5
  "type": "module",
6
6
  "main": "server.js",
package/static/index.html CHANGED
@@ -856,6 +856,14 @@
856
856
  display: none;
857
857
  }
858
858
 
859
+ .cli-selector {
860
+ display: inline-block;
861
+ }
862
+
863
+ .sub-agent-selector {
864
+ display: inline-block;
865
+ }
866
+
859
867
  .message-textarea {
860
868
  flex: 1;
861
869
  padding: 0.625rem 0.875rem;
@@ -1087,9 +1095,9 @@
1087
1095
  .message { max-width: 95%; }
1088
1096
  .messages-wrapper { padding: 0.375rem 0.5rem; }
1089
1097
  .input-section { padding: 0.5rem; padding-bottom: calc(0.5rem + env(safe-area-inset-bottom)); }
1090
- .cli-selector { display: none; }
1091
- .sub-agent-selector { display: none; }
1092
- .model-selector { display: none; }
1098
+ .cli-selector { display: none !important; }
1099
+ .sub-agent-selector { display: none !important; }
1100
+ .model-selector { display: none !important; }
1093
1101
  }
1094
1102
 
1095
1103
  /* ===== SCROLLBAR STYLING ===== */