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 +1 -1
- package/static/js/client.js +3 -0
package/package.json
CHANGED
package/static/js/client.js
CHANGED
|
@@ -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;
|