agentgui 1.0.421 → 1.0.422

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": "agentgui",
3
- "version": "1.0.421",
3
+ "version": "1.0.422",
4
4
  "description": "Multi-agent ACP client with real-time communication",
5
5
  "type": "module",
6
6
  "main": "server.js",
@@ -1951,6 +1951,9 @@ class AgentGUIClient {
1951
1951
  this._agentLocked = false;
1952
1952
  if (this.ui.cliSelector) {
1953
1953
  this.ui.cliSelector.disabled = false;
1954
+ if (this.ui.cliSelector.options.length > 0) {
1955
+ this.ui.cliSelector.style.display = 'inline-block';
1956
+ }
1954
1957
  }
1955
1958
  if (this.ui.agentSelector) {
1956
1959
  this.ui.agentSelector.disabled = false;