Release v1.9.0#97
Merged
Merged
Conversation
Move all doc pages from docs/<name>.html to docs/<name>/index.html and strip .html extensions from all internal links and sidebar.js. GitHub Pages serves directory/index.html at /directory/ paths natively.
Bump npm package to 1.9.0, aimock-pytest to 0.3.0, Helm appVersion, and plugin/marketplace versions.
commit: |
jpr5
added a commit
that referenced
this pull request
Jul 15, 2026
## Summary - **Per-test sequence isolation** via `X-Test-Id` header — each test gets its own fixture match counters across all 12 HTTP + 3 WebSocket handlers (#93) - **Combined content + toolCalls** in fixture responses — new `ContentWithToolCallsResponse` type across OpenAI Chat, Responses, Anthropic Messages, and Gemini with stream collapse support (#92) - **OpenRouter reasoning_content** support (#88) - **Clean URLs** for docs site — all pages restructured as directories, .html extensions removed from links - Fix `web_search_call` items to use `action.query` matching real OpenAI API (#89) - Bump aimock-pytest to 0.3.0 ## Version bumps - `package.json`: 1.8.0 → 1.9.0 - `pyproject.toml`: 0.2.0 → 0.3.0 - `Chart.yaml` appVersion: 1.8.0 → 1.9.0 - `plugin.json` / `marketplace.json`: 1.8.0 → 1.9.0 ## Test plan - [x] All 2206 tests pass (including 80 new clean-URL validation tests) - [x] Build passes - [x] Prettier clean - [ ] npm publish triggers automatically on merge via OIDC workflow - [ ] Verify v1.9.0 appears on npm after merge 🤖 Generated with [Claude Code](https://claude.com/claude-code)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
X-Test-Idheader — each test gets its own fixture match counters across all 12 HTTP + 3 WebSocket handlers (feat: per-test sequence isolation via X-Test-Id header #93)ContentWithToolCallsResponsetype across OpenAI Chat, Responses, Anthropic Messages, and Gemini with stream collapse support (feat: support content + toolCalls together in fixture responses #92)web_search_callitems to useaction.querymatching real OpenAI API (fix: use action.query for web_search_call items to match OpenAI API #89)Version bumps
package.json: 1.8.0 → 1.9.0pyproject.toml: 0.2.0 → 0.3.0Chart.yamlappVersion: 1.8.0 → 1.9.0plugin.json/marketplace.json: 1.8.0 → 1.9.0Test plan
🤖 Generated with Claude Code