Merge remote-tracking branch 'origin/omx-issue-9201-release-ci'

# Conflicts:
#	.github/workflows/rust-ci.yml
#	rust/crates/rusty-claude-cli/src/main.rs
This commit is contained in:
Yeachan-Heo
2026-04-02 08:32:15 +00:00
5 changed files with 54 additions and 34 deletions

View File

@@ -322,7 +322,10 @@ impl AnthropicClient {
.with_property(
"estimated_cost_usd",
Value::String(format_usd(
response.usage.estimated_cost_usd(&response.model).total_cost_usd(),
response
.usage
.estimated_cost_usd(&response.model)
.total_cost_usd(),
)),
),
);