feat: support multiple workspace roots (#584)

This commit is contained in:
junes
2026-05-07 08:30:52 +08:00
committed by GitHub
parent e17d7e5995
commit 0006d04f9e
16 changed files with 302 additions and 126 deletions
+2 -2
View File
@@ -322,9 +322,9 @@ export default {
'browse.startSession': 'Start Session',
'browse.nav': 'Browse',
'browse.noRootTitle': 'Workspace browsing is off',
'browse.noRootHint': 'Browsing is opt-in. Restart the runner with a workspace root to enable file-tree navigation and scoped session spawning.',
'browse.noRootHint': 'Browsing is opt-in. Restart the runner with one or more workspace roots to enable file-tree navigation and scoped session spawning.',
'browse.noRootFooter': 'You can still create sessions from the “New Session” page.',
'browse.noMachinesConnected': 'No CLI connected. Run `hapi runner start --workspace-root /path` on a machine to get started.',
'browse.noMachinesConnected': 'No CLI connected. Run `hapi runner start --workspace-root /path/a --workspace-root /path/b` on a machine to get started.',
// Misc
'misc.noMachines': 'No machines available',