We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b73460 commit 2c32024Copy full SHA for 2c32024
1 file changed
server/terminal/terminal-session.ts
@@ -123,6 +123,9 @@ export class TerminalSession {
123
NODE_ENV: '',
124
PORT: '',
125
FNOX_AGE_KEY_FILE: '',
126
+ // Pre-trust this worktree's mise config so the shell hook doesn't
127
+ // prompt at startup and race with our scripted startup commands.
128
+ MISE_TRUSTED_CONFIG_PATHS: this.cwd,
129
// Inject Fulcrum URL so CLI tools (like the plugin) can find the server
130
// This is critical when running on non-default ports (e.g. dev mode on 8888)
131
// Use localhost to support both IPv4 and IPv6 (Bun defaults to IPv6 on macOS)
@@ -214,6 +217,7 @@ export class TerminalSession {
214
217
215
218
216
219
220
221
},
222
})
223
0 commit comments