feat(coding-agent): export getShellConfig for extensions (#766)

This commit is contained in:
Danila Poyarkov
2026-01-16 14:01:46 +03:00
committed by GitHub
parent b11b7d1f84
commit c5cf74e032

View File

@@ -280,3 +280,5 @@ export {
type ThemeColor,
} from "./modes/interactive/theme/theme.js";
export { parseFrontmatter, stripFrontmatter } from "./utils/frontmatter.js";
// Shell utilities
export { getShellConfig } from "./utils/shell.js";