fix(pty): import resolvePwshPath from the pwsh-local package root

This commit is contained in:
Huanqi Cao
2026-08-15 20:49:15 +08:00
parent c854749c34
commit 99151657c0
@@ -1,7 +1,7 @@
/** Validated configuration for the local PTY backend. */
import z from '@deepseek-ai/schemastery'
import { resolvePwshPath } from '@deepseek-ai/dsh-pwsh-local/src/resolve.ts'
import { resolvePwshPath } from '@deepseek-ai/dsh-pwsh-local'
/** One supported interactive shell dialect. */
export type ShellDialect = 'bash' | 'pwsh'