+ {status === ProcessStatus.STARTING + ? 'Connecting to Goose...' + : status === ProcessStatus.ERROR + ? 'Connection error' + : 'Waiting for Goose...'} +
++ {status === ProcessStatus.ERROR + ? 'Please check the Goose binary path in settings' + : 'The Goose agent will start automatically'} +
++ To get started, you need to install Goose (version {minimumVersion} or higher) on your + system. +
+ {installUrl && ( + + )} ++ This extension requires Goose version {minimumVersion} or higher. +
+ {detectedVersion && ( ++ Your current version:{' '} + {detectedVersion} +
+ )} + {updateUrl && ( + + )} ++ {formatTime(timestamp)} +
+ {status === MessageStatus.CANCELLED && ( + + (cancelled) + + )} +