fix(cli): pass session id to interactive shell executions (#25114)

This commit is contained in:
Jason Matthew Suhari
2026-04-11 02:38:35 +08:00
committed by GitHub
parent b499562921
commit 7bba7f437c
2 changed files with 24 additions and 1 deletions
@@ -409,6 +409,7 @@ export const useExecutionLifecycle = (
const activeTheme = themeManager.getActiveTheme();
const shellExecutionConfig = {
...config.getShellExecutionConfig(),
sessionId: config.getSessionId(),
terminalWidth,
terminalHeight,
defaultFg: activeTheme.colors.Foreground,