Skip to content

Commit 93b19b7

Browse files
committed
docs: add GitHub Action fixes to changelog
1 parent a55e430 commit 93b19b7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66

77
- **Snapshot-style recording** — When `X-Test-Id` is present, recorded fixtures are saved to `<fixturePath>/<slugified-testId>/<provider>.json` instead of timestamp-based filenames. Multiple fixtures for the same test+provider merge into one file. Stable paths enable meaningful PR diffs and easy test-to-fixture mapping. (Feature request by @jantimon, issue #155)
88

9+
### Fixed
10+
11+
- **GitHub Action: `llmock` binary reference**`action.yml` fixtures branch invoked the old `llmock` binary name instead of `aimock`; fixed to `aimock`
12+
- **GitHub Action: hardcoded URLs in docs examples** — All workflow examples now use `steps.<id>.outputs.url` instead of hardcoded `http://127.0.0.1:4010`
13+
914
## [1.18.0] - 2026-05-04
1015

1116
### Added

0 commit comments

Comments
 (0)