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
+3 -1
View File
@@ -100,7 +100,9 @@ macro_rules! send_telemetry_from_app_ctx {
pub enum EnablementState {
Always,
Flag(FeatureFlag),
ChannelSpecific { channels: Vec<crate::channel::Channel> },
ChannelSpecific {
channels: Vec<crate::channel::Channel>,
},
}
impl EnablementState {
+1 -1
View File
@@ -8,7 +8,7 @@ use self::internal_colors::{
neutral_4,
};
use super::{AnsiColor, AnsiColorIdentifier, Fill, TerminalColors, GalaxyTheme};
use super::{AnsiColor, AnsiColorIdentifier, Fill, GalaxyTheme, TerminalColors};
use crate::ui::color::{
blend::Blend,