mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-21 02:04:32 +00:00
parent
3a57f1259b
commit
48fc57f321
2 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
- Exposed `copyToClipboard` utility for extensions ([#926](https://github.com/badlogic/pi-mono/issues/926) by [@mitsuhiko](https://github.com/mitsuhiko))
|
||||||
- Skill invocation messages are now collapsible in chat output, showing collapsed by default with skill name and expand hint ([#894](https://github.com/badlogic/pi-mono/issues/894))
|
- Skill invocation messages are now collapsible in chat output, showing collapsed by default with skill name and expand hint ([#894](https://github.com/badlogic/pi-mono/issues/894))
|
||||||
- Header values in `models.json` now support environment variables and shell commands, matching `apiKey` resolution ([#909](https://github.com/badlogic/pi-mono/issues/909))
|
- Header values in `models.json` now support environment variables and shell commands, matching `apiKey` resolution ([#909](https://github.com/badlogic/pi-mono/issues/909))
|
||||||
- `markdown.codeBlockIndent` setting to customize code block indentation in rendered output
|
- `markdown.codeBlockIndent` setting to customize code block indentation in rendered output
|
||||||
|
|
|
||||||
|
|
@ -290,6 +290,8 @@ export {
|
||||||
Theme,
|
Theme,
|
||||||
type ThemeColor,
|
type ThemeColor,
|
||||||
} from "./modes/interactive/theme/theme.js";
|
} from "./modes/interactive/theme/theme.js";
|
||||||
|
// Clipboard utilities
|
||||||
|
export { copyToClipboard } from "./utils/clipboard.js";
|
||||||
export { parseFrontmatter, stripFrontmatter } from "./utils/frontmatter.js";
|
export { parseFrontmatter, stripFrontmatter } from "./utils/frontmatter.js";
|
||||||
// Shell utilities
|
// Shell utilities
|
||||||
export { getShellConfig } from "./utils/shell.js";
|
export { getShellConfig } from "./utils/shell.js";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue