Skip to content

v0.34.0

Choose a tag to compare

@kevinrvaz kevinrvaz released this 06 Aug 06:14
· 56 commits to main since this release
d2ad7a8

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.