Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.271 ·

Dev-intent detection extended to Android alongside iOS

Claude Code now detects Android app development too, not just iOS, and records what specifically triggered the detection

TierYou'll noticehow much it should matter to you
Useful3my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaDev Intentwhat it touches
KindNew Featuresin v2.1.271,
Group of 6 You'll notice

Claude Code now detects Android app development too, not just iOS, and records what specifically triggered the detection

What

  • A new Android/Kotlin dev-intent detector runs alongside the existing iOS/Swift one, looking for things like AndroidManifest.xml, gradlew assemble/install/bundle commands, adb/emulator/sdkmanager usage, and edits to .kt/.kts/.java files.
  • Both detectors feed a shared "dev intent" tracking map (ios_app, android_app), and a new system/dev_intent event fires when a conversation or repo scan shows platform-specific development, so a host app (like Claude Code Desktop) can offer the right tool.
  • Detection now records what triggered it: the internal check changed from a plain yes/no to returning a specific trigger value, which is logged in both the dev_intent system event and the dev_intent_detect telemetry event, alongside the list of newly-detected kinds.
  • The detected state (devIntentsDetected) is now persisted with the project/session.
  • Note: a spinner-tip feature that reacts to detected dev intents has its android_app entry hardcoded to always return false, so Android detection doesn't yet trigger that particular tip.

Why This lets Claude Code Desktop and similar hosts recognize Android development the same way they already recognize iOS development, and recording the specific trigger makes the detection easier to reason about and debug.

See this entry in the whole of v2.1.271 →