release v1.9.4

This commit is contained in:
Bohdan Triapitsyn
2026-04-07 23:10:08 +03:00
parent 5f0d1623ae
commit ec1e309c40
11 changed files with 30 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/ui",
"version": "1.9.3",
"version": "1.9.4",
"private": true,
"type": "module",
"main": "src/main.tsx",
+1
View File
@@ -174,6 +174,7 @@ export const SETTINGS_PAGE_METADATA: readonly SettingsPageMeta[] = [
group: 'general',
kind: 'split',
keywords: ['prompts', 'templates', 'git', 'github', 'review', 'commit', 'pull request'],
isAvailable: (ctx) => !ctx.isVSCode,
},
{ slug: 'notifications', title: 'Notifications', group: 'general', kind: 'single', keywords: ['alerts', 'native', 'summary', 'summarization'], },