Skip to content

Commit 9b1cf88

Browse files
authored
chore: release v1.26.1 (#227)
## Summary - Patch bump to publish context routing (from #226) to npm — 1.26.0 was published before #226 merged - All 4 version surfaces bumped: package.json, Chart.yaml, plugin.json, marketplace.json - CHANGELOG restructured to reflect reality: 1.26.0 = timing replay, 1.26.1 = adds context routing
2 parents 7c8eb4d + e4fa7cd commit 9b1cf88

5 files changed

Lines changed: 10 additions & 5 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"source": {
1010
"source": "npm",
1111
"package": "@copilotkit/aimock",
12-
"version": "^1.26.0"
12+
"version": "^1.26.1"
1313
},
1414
"description": "Fixture authoring skill for @copilotkit/aimock — LLM, multimedia (image/TTS/transcription/video), MCP, A2A, AG-UI, vector, embeddings, structured output, sequential responses, streaming physics, record/replay, agent loop patterns, and debugging"
1515
}

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aimock",
3-
"version": "1.26.0",
3+
"version": "1.26.1",
44
"description": "Fixture authoring guidance for @copilotkit/aimock — LLM, multimedia, MCP, A2A, AG-UI, vector, and service mocking",
55
"author": {
66
"name": "CopilotKit"

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [1.26.1] - 2026-05-19
6+
7+
### Added
8+
9+
- **Context-based fixture routing**`X-AIMock-Context` header scopes fixtures per integration. Fixtures with `match.context` only match requests carrying that context; fixtures without `context` remain shared. Recorder auto-captures context and routes recorded fixtures into context subdirectories.
10+
511
## [1.26.0] - 2026-05-18
612

713
### Added
@@ -15,7 +21,6 @@
1521
sources (recorded timings, streaming profiles, global latency). Per-fixture
1622
`replaySpeed` override. Covers SSE, NDJSON, Bedrock EventStream, and
1723
WebSocket protocols.
18-
- **Context-based fixture routing**`X-AIMock-Context` header scopes fixtures per integration. Fixtures with `match.context` only match requests carrying that context; fixtures without `context` remain shared. Recorder auto-captures context and routes recorded fixtures into context subdirectories.
1924

2025
## [1.25.0] - 2026-05-18
2126

charts/aimock/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: aimock
33
description: Mock infrastructure for AI application testing (OpenAI, Anthropic, Gemini, MCP, A2A, vector)
44
type: application
55
version: 0.1.0
6-
appVersion: "1.26.0"
6+
appVersion: "1.26.1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@copilotkit/aimock",
3-
"version": "1.26.0",
3+
"version": "1.26.1",
44
"description": "Mock infrastructure for AI application testing — LLM APIs, image generation, text-to-speech, transcription, audio generation, video generation, MCP tools, A2A agents, AG-UI event streams, vector databases, search, rerank, and moderation. One package, one port, zero dependencies.",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)