Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @copilotkit/aimock

## [Unreleased]
## [1.36.1] - 2026-07-14

### Fixed

Expand Down
1 change: 1 addition & 0 deletions docs/aimock-cli/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ <h2>Config File Format</h2>
<span class="prop">"fixtures"</span>: <span class="str">"./fixtures"</span>,
<span class="prop">"latency"</span>: <span class="num">0</span>,
<span class="prop">"chunkSize"</span>: <span class="num">20</span>,
<span class="prop">"replaySpeed"</span>: <span class="num">1</span>,
<span class="prop">"logLevel"</span>: <span class="str">"info"</span>,
<span class="prop">"validateOnLoad"</span>: <span class="kw">true</span>,
<span class="prop">"metrics"</span>: <span class="kw">true</span>,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@copilotkit/aimock",
"version": "1.36.0",
"version": "1.36.1",
"description": "Mock infrastructure for AI application testing — LLM APIs, image generation, image editing, text-to-speech, transcription, audio translation, audio generation, video generation, embeddings, MCP tools, A2A agents, AG-UI event streams, vector databases, search, rerank, and moderation. One package, one port, zero dependencies.",
"license": "MIT",
"keywords": [
Expand Down
Loading