mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 19:05:11 +00:00
feat(coding-agent): export getShellConfig for extensions (#766)
This commit is contained in:
parent
b11b7d1f84
commit
c5cf74e032
1 changed files with 2 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue