Bump version to 1.6.3

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ryan Ward
2026-06-12 14:17:06 -05:00
co-authored by Claude Opus 4.6
parent 4ba9706e35
commit 59cfd0e2f5
152 changed files with 8276 additions and 1664 deletions
@@ -46,7 +46,11 @@ impl DataSource {
Self { searcher }
}
fn handle_config_event(&mut self, event: &GalaxyConfigUpdateEvent, ctx: &mut ModelContext<Self>) {
fn handle_config_event(
&mut self,
event: &GalaxyConfigUpdateEvent,
ctx: &mut ModelContext<Self>,
) {
if matches!(event, GalaxyConfigUpdateEvent::LaunchConfigs) {
self.searcher.refresh_search_index(ctx);
}
@@ -565,11 +565,6 @@ fn all_commands() -> Vec<StaticCommand> {
commands.push(CREATE_NEW_PROJECT.clone());
}
if FeatureFlag::SummarizationConversationCommand.is_enabled() {
commands.push(COMPACT.clone());
commands.push(COMPACT_AND.clone());
}
if FeatureFlag::QueueSlashCommand.is_enabled() {
commands.push(QUEUE.clone());
}