Precommit updated to always perform external analysis (via _other_ model) unless specified not to. This prevents Claude from being overconfident and inadequately performing subpar precommit checks.
Improved precommit continuations to be immediate Workflow state restoration added between stateless calls Fixed incorrect token limit check
This commit is contained in:
@@ -86,6 +86,7 @@ TEXT_DATA = {
|
||||
".sbt", # SBT
|
||||
".pom", # Maven POM
|
||||
".lock", # Lock files
|
||||
".changeset", # Precommit changeset
|
||||
}
|
||||
|
||||
# Image file extensions - limited to what AI models actually support
|
||||
|
||||
Reference in New Issue
Block a user