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
+2 -2
View File
@@ -17,8 +17,6 @@ pub(crate) mod attachment_utils;
pub mod aws_credentials;
#[cfg(not(target_family = "wasm"))]
pub mod bedrock;
#[allow(dead_code)]
pub mod prompt_builder;
pub(crate) mod block_context;
pub(crate) mod blocklist;
pub mod control_code_parser;
@@ -33,6 +31,8 @@ pub(crate) mod llms;
pub mod onboarding;
pub(crate) mod persisted_workspace;
pub(crate) mod predict;
#[allow(dead_code)]
pub mod prompt_builder;
pub mod request_usage_model;
pub(crate) mod restored_conversations;
pub(crate) mod skills;