mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 20:03:05 +00:00
chore: add changelog for #571, init theme with watcher in interactive mode
This commit is contained in:
parent
31f155d7db
commit
aa91864715
3 changed files with 6 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ import {
|
|||
getAvailableThemes,
|
||||
getEditorTheme,
|
||||
getMarkdownTheme,
|
||||
initTheme,
|
||||
onThemeChange,
|
||||
setTheme,
|
||||
type Theme,
|
||||
|
|
@ -227,6 +228,9 @@ export class InteractiveMode {
|
|||
|
||||
// Load hide thinking block setting
|
||||
this.hideThinkingBlock = this.settingsManager.getHideThinkingBlock();
|
||||
|
||||
// Initialize theme with watcher for interactive mode
|
||||
initTheme(this.settingsManager.getTheme(), true);
|
||||
}
|
||||
|
||||
private setupAutocomplete(fdPath: string | undefined): void {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue