Startup reporting now notes Android projects and whether your toolchain is pinned.
What's wrong with this entry?
The repo shape reported at startup now includes whether the project is an Android one and whether it pins a toolchain, which shapes what Anthropic sees about the kinds of codebases in use.
- Android detection looks for
AndroidManifest.xmlor Gradle files declaringcom.android.*plugins. - Toolchain detection uses new patterns for Android Gradle plugins and CUDA declarations in CMake and conda environment files.
has_android_project
Strings lifted out of the shipped bundle, so the claim above can be checked against them.