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.
Changed
[Swagger] standardize_api tool: returns a url only when the server confirms the fix was saved (savedVersion).
[Swagger] resolve_organization_portal tool: the generated subdomain now follows the Portal UI convention - slugified organization name plus a random 3-character suffix (e.g. acmecorp-k7p), appended even without a collision.
[Swagger] create_portal tool: the subdomain parameter description now recommends the same convention, while the client still picks the value.
[PactFlow] Added pageNumber/pageSize pagination (default page size 5) across list and Bi-Directional Contract Testing tools, with tool-layer caching for PactFlow endpoints that don't paginate natively. #623
Fixed
[Swagger] Fixed Swagger Functional Testing Integration documentation to include all available tools and their descriptions, as well as adjusts wrong tool sections.
[Swagger] Corrected openWorldHint tool annotations: portal, product, table-of-contents, document, and registry write tools are now declared as closed-world (openWorldHint: false); only the AI-backed create_api_from_prompt and standardize_api tools remain open-world.