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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Adds generation of default color.png and outline.png files when generating plugins. #4993
Changed
Fixed a bug where properties would be missing in Python models if they didn't have additional properties. #5037
Fixed a bug in dotnet where CS1587 warnings are generated in generated enums with descriptions #4957
Fixed a bug where the copilot teams toolkit integration would serialize empty declarative copilots. #4974
Fixed a bug for the docker image where the volume path would not match the expected configuration for the description.
Fixed a bug in Go where certain namespaces were escaped unexpectedly. #5012
Exclude the x-openai-isConsequential extension from cleanup. #4962
Fixed file name and namespace sanitization when generating plugins. #5019
Added TypeScript typecheck suppression to generated method prototype, where anused arguments can cause build fail in projects which use noUnusedLocals: true compiler option. #5095
Fixed a bug where defensive programming would consider some default values as invalid in Python