Skip to content

Conversation

@linw1995
Copy link
Owner

@linw1995 linw1995 commented Jan 6, 2026

  • Add title_case_snake_case function to convert snake_case tool names to Title Case
  • Update tool title display to use title case formatting instead of just capitalizing first letter
  • Improve readability of tool names in the TUI interface (e.g., "Str_replace" becomes "StrReplace")

- Add `title_case_snake_case` function to convert snake_case tool names to Title Case
- Update tool title display to use title case formatting instead of just capitalizing first letter
- Improve readability of tool names in the TUI interface (e.g., "str_replace" becomes "Str Replace")
@linw1995 linw1995 added the bug Something isn't working label Jan 6, 2026
@linw1995 linw1995 merged commit 498358b into dev Jan 6, 2026
3 checks passed
@linw1995 linw1995 deleted the fix/str-replace-label-display branch January 6, 2026 14:57
@codecov-commenter
Copy link

Codecov Report

❌ Patch coverage is 0% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 59.19%. Comparing base (fad69e0) to head (b1ccd72).
⚠️ Report is 8 commits behind head on dev.

Files with missing lines Patch % Lines
crates/coco-tui/src/components/messages/tool.rs 0.00% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev      #76      +/-   ##
==========================================
- Coverage   59.25%   59.19%   -0.07%     
==========================================
  Files          77       77              
  Lines       15488    15830     +342     
==========================================
+ Hits         9177     9370     +193     
- Misses       6311     6460     +149     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants