Bump version to 2.0.0 and upload install-galaxy.sh in deploy script
- Update version from 1.6.3 to 2.0.0 in app/Cargo.toml and Cargo.lock - Add install-galaxy.sh upload step to build-and-deploy-hermes script - Include pending AI provider and agent changes
This commit is contained in:
@@ -1942,7 +1942,7 @@ impl AgentInputFooter {
|
||||
if let Some(conversation) =
|
||||
BlocklistAIHistoryModel::as_ref(ctx).active_conversation(self.terminal_view_id)
|
||||
{
|
||||
let usage = conversation.context_window_usage();
|
||||
let usage = conversation.context_window_usage().clamp(0.0, 1.0);
|
||||
let icon = icon_for_context_window_usage(usage);
|
||||
let remaining_pct = ((1.0 - usage) * 100.0).round() as i32;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user