Skip to content

Fix Kotlin compiler warnings#529

Open
wow-miley wants to merge 1 commit into
mainfrom
wow-miley/fix-kotlin-compiler-warnings
Open

Fix Kotlin compiler warnings#529
wow-miley wants to merge 1 commit into
mainfrom
wow-miley/fix-kotlin-compiler-warnings

Conversation

@wow-miley

Copy link
Copy Markdown
Contributor

Summary

  • Remove unnecessary non-null assertion in ToolAskHumanTest.kt:161
  • Replace deprecated maxTokens with maxCompletionTokens in UpstreamLlmClientTest.kt:57
  • Add @OptIn(DelicateCoroutinesApi::class) annotations for GlobalScope usage in test files

Changes

  • ToolAskHumanTest.kt: Removed !! operator and added @OptIn annotation
  • UpstreamLlmClientTest.kt: Updated to use non-deprecated API
  • EscalationEventHandlerTest.kt: Added @OptIn annotation for DelicateCoroutinesApi
  • HumanEscalationFlowTest.kt: Added @OptIn annotation for DelicateCoroutinesApi

🤖 Generated with Claude Code

- Remove unnecessary non-null assertion in ToolAskHumanTest.kt
- Replace deprecated maxTokens with maxCompletionTokens
- Add @OptIn(DelicateCoroutinesApi::class) annotations for GlobalScope usage

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@github-actions

github-actions Bot commented Jun 1, 2026

Copy link
Copy Markdown

Concept staleness check — clean. No tracked-source changes need a concept update.

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.

1 participant