Bump version to 1.6.3
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
4ba9706e35
commit
59cfd0e2f5
@@ -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 {
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user