feat(coding-agent): expose copyToClipboard for extensions

fixes #926
This commit is contained in:
Mario Zechner 2026-01-24 03:16:57 +01:00
parent 3a57f1259b
commit 48fc57f321
2 changed files with 3 additions and 0 deletions

View file

@ -290,6 +290,8 @@ export {
Theme,
type ThemeColor,
} from "./modes/interactive/theme/theme.js";
// Clipboard utilities
export { copyToClipboard } from "./utils/clipboard.js";
export { parseFrontmatter, stripFrontmatter } from "./utils/frontmatter.js";
// Shell utilities
export { getShellConfig } from "./utils/shell.js";