Skip to content
Open
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 .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"apps/vscode-mimic": "1.0.0",
"apps/vscode-mimic": "1.0.1",
"apps/opencode-plugin-mimic": "0.4.0"
}
10 changes: 10 additions & 0 deletions apps/vscode-mimic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## [1.0.1](https://github.com/first-fluke/mimic/compare/vscode-mimic@v1.0.0...vscode-mimic@v1.0.1) (2026-02-06)


### Bug Fixes

* resolve memory leaks in vscode-mimic services ([66d2765](https://github.com/first-fluke/mimic/commit/66d2765061d258f568c5bc12a1c2d36fb8c88702))
* resolve sidebar visibility and quick action persistence issues ([7fad337](https://github.com/first-fluke/mimic/commit/7fad337e71954734de98360a8b810b5f99f4ef08))
* restore missing package.json, fix activity bar icon, enable realtime quota ([d102205](https://github.com/first-fluke/mimic/commit/d1022059bd151f2655186480dbfdb521ad232e15))
4 changes: 2 additions & 2 deletions apps/vscode-mimic/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/vscode-mimic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mimic",
"displayName": "MIMIC",
"description": "A lightweight, real-time AI agent that learns from your workflow and evolves with you.",
"version": "1.1.6",
"version": "1.0.1",
"type": "module",
"icon": "resources/icon.png",
"publisher": "mimic",
Expand Down