test(cli): align subagent footer hint

This commit is contained in:
Aiden Cline 2026-07-16 20:14:28 +00:00
commit c3884961c8
79 changed files with 871 additions and 432 deletions

View file

@ -1,7 +1,7 @@
{
"name": "@opencode-ai/desktop",
"private": true,
"version": "1.18.2",
"version": "1.18.3",
"type": "module",
"license": "MIT",
"homepage": "https://opencode.ai",

View file

@ -382,7 +382,8 @@ function DesktopRoot(props: { windowState: DesktopWindowState }) {
function App() {
const wslServers = useWslServers()
const ready = createMemo(
() => !defaultServer.loading && !sidecar.loading && !windowCount.loading && !locale.loading,
() =>
!defaultServer.loading && !sidecar.loading && !windowCount.loading && !locale.loading && !wslServers.isLoading,
)
const servers = createMemo(() => {
const data = initializationData(sidecar)