Skip to content

fix(android): align CC tool call log display with web frontend#24

Merged
lin-shui merged 3 commits intolin-shui:developfrom
shenman9:develop_cc_android
Apr 15, 2026
Merged

fix(android): align CC tool call log display with web frontend#24
lin-shui merged 3 commits intolin-shui:developfrom
shenman9:develop_cc_android

Conversation

@shenman9
Copy link
Copy Markdown
Contributor

@shenman9 shenman9 commented Apr 14, 2026

Summary

  • Remove hasStartedFinalAnswer condition so CC tool call logs stay visible throughout the session, matching web behavior
  • Swap statusMessages/transientMessage order in reverseLayout LazyColumn so tool logs appear above the streaming answer, not below
  • Add ⏱ prefix to session meta info (duration/turns/session) to prevent spurious spinner after CC session ends
  • Add CC Bridge settings UI and API methods for Android

Test plan

  • Start a CC session on Android, verify tool call logs remain visible while the final answer streams
  • Verify tool call logs appear above the streaming answer (same position as web)
  • Verify no spinning indicator on the session meta info line after CC session completes
  • Verify web frontend behavior is unchanged

🤖 Generated with Claude Code

shenman9 and others added 3 commits April 14, 2026 10:16
- Remove hasStartedFinalAnswer condition so tool call logs stay visible
  throughout the CC session, matching web behavior
- Swap statusMessages/transientMessage order in reverseLayout LazyColumn
  so tool logs appear above the streaming answer, not below
- Add ⏱ prefix to session meta info (duration/turns/session) to prevent
  spurious spinner after CC session ends
- Add CC Bridge settings UI and API methods for Android

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Update stale comment in ChatScreen to reflect new layout order
- Add error logging to CC Bridge API methods in ApiClient
- Extract duplicate token generation logic into shared lambda in SettingsScreen

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@lin-shui lin-shui merged commit 32f2647 into lin-shui:develop Apr 15, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants