Skip to content

Commit 2c32024

Browse files
chore: bump version to 5.9.1 (#110)
1 parent 2b73460 commit 2c32024

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

server/terminal/terminal-session.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ export class TerminalSession {
123123
NODE_ENV: '',
124124
PORT: '',
125125
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,
126129
// Inject Fulcrum URL so CLI tools (like the plugin) can find the server
127130
// This is critical when running on non-default ports (e.g. dev mode on 8888)
128131
// Use localhost to support both IPv4 and IPv6 (Bun defaults to IPv6 on macOS)
@@ -214,6 +217,7 @@ export class TerminalSession {
214217
NODE_ENV: '',
215218
PORT: '',
216219
FNOX_AGE_KEY_FILE: '',
220+
MISE_TRUSTED_CONFIG_PATHS: this.cwd,
217221
},
218222
})
219223

0 commit comments

Comments
 (0)