fix(antigravity): allow 32MB bypass signatures
Raise the local bypass-signature ceiling so long Claude thinking signatures are not rejected before request translation, and keep the oversized-signature test cheap to execute. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -58,7 +58,7 @@ import (
|
||||
"google.golang.org/protobuf/encoding/protowire"
|
||||
)
|
||||
|
||||
const maxBypassSignatureLen = 8192
|
||||
const maxBypassSignatureLen = 32 * 1024 * 1024
|
||||
|
||||
type claudeSignatureTree struct {
|
||||
EncodingLayers int
|
||||
|
||||
Reference in New Issue
Block a user