feat(coding-agent): export getShellConfig for extensions (#766)
This commit is contained in:
@@ -280,3 +280,5 @@ export {
|
|||||||
type ThemeColor,
|
type ThemeColor,
|
||||||
} from "./modes/interactive/theme/theme.js";
|
} from "./modes/interactive/theme/theme.js";
|
||||||
export { parseFrontmatter, stripFrontmatter } from "./utils/frontmatter.js";
|
export { parseFrontmatter, stripFrontmatter } from "./utils/frontmatter.js";
|
||||||
|
// Shell utilities
|
||||||
|
export { getShellConfig } from "./utils/shell.js";
|
||||||
|
|||||||
Reference in New Issue
Block a user