Skip to content

Commit 98fdd3a

Browse files
chore(main): release vscode-mimic 1.0.1
1 parent 126791e commit 98fdd3a

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"apps/vscode-mimic": "1.0.0",
2+
"apps/vscode-mimic": "1.0.1",
33
"apps/opencode-plugin-mimic": "0.2.1"
44
}

apps/vscode-mimic/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
## [1.0.1](https://github.com/first-fluke/mimic/compare/vscode-mimic@v1.0.0...vscode-mimic@v1.0.1) (2026-01-29)
4+
5+
6+
### Bug Fixes
7+
8+
* resolve memory leaks in vscode-mimic services ([66d2765](https://github.com/first-fluke/mimic/commit/66d2765061d258f568c5bc12a1c2d36fb8c88702))
9+
* resolve sidebar visibility and quick action persistence issues ([7fad337](https://github.com/first-fluke/mimic/commit/7fad337e71954734de98360a8b810b5f99f4ef08))
10+
* restore missing package.json, fix activity bar icon, enable realtime quota ([d102205](https://github.com/first-fluke/mimic/commit/d1022059bd151f2655186480dbfdb521ad232e15))

apps/vscode-mimic/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/vscode-mimic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mimic",
33
"displayName": "MIMIC",
44
"description": "A lightweight, real-time AI agent that learns from your workflow and evolves with you.",
5-
"version": "1.1.6",
5+
"version": "1.0.1",
66
"icon": "resources/icon.png",
77
"publisher": "mimic",
88
"repository": {

0 commit comments

Comments
 (0)