You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- CredentialNameSchema: max 255→128, min 3→1, remove dots (matches CreateApiKeyCredentialProvider API)
- Fix agent name max 64→48 in docs/commands.md, AgentPrimitive.tsx, LLM context files
- Fix credential constraints in docs/configuration.md (3-255→1-128)
- Add API doc links as comments on AgentNameSchema, GatewayNameSchema, CredentialNameSchema, MemoryNameSchema
- Regenerate JSON schema
- Update unit tests for new credential constraints
0 commit comments