Skip to content

Commit e47cd01

Browse files
feat: update version to 2.7.29 in README and package.json, and synchronize generated timestamps in benchmark manifests
1 parent f1455d1 commit e47cd01

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<a href="LICENSE"><img alt="License: AGPL v3" src="https://img.shields.io/badge/License-AGPL_v3-blue.svg"></a>
1313
<a href="https://code.visualstudio.com/"><img alt="VS Code 1.85+" src="https://img.shields.io/badge/VS%20Code-1.85%2B-007ACC?logo=visualstudiocode"></a>
1414
<a href="https://nodejs.org/"><img alt="Node 20+" src="https://img.shields.io/badge/Node-20%2B-339933?logo=node.js"></a>
15-
<img alt="Version 2.7.25" src="https://img.shields.io/badge/version-2.7.25-111111">
15+
<img alt="Version 2.7.29" src="https://img.shields.io/badge/version-2.7.29-111111">
1616
<a href="https://mitii.dev"><img alt="Website" src="https://img.shields.io/badge/website-mitii.dev-000000"></a>
1717
<a href="https://docs.mitii.dev"><img alt="Docs" src="https://img.shields.io/badge/docs-docs.mitii.dev-5B5BFF"></a>
1818
</p>

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mitii-ai-agent",
33
"displayName": "Mitii AI Agent",
44
"description": "Local-first VS Code AI coding agent with precise repo context and safe Plan/Act workflow",
5-
"version": "2.7.26",
5+
"version": "2.7.30",
66
"publisher": "mitii",
77
"icon": "media/mitii-short-logo.png",
88
"license": "AGPL-3.0-or-later",
@@ -662,9 +662,9 @@
662662
"package": "pnpm run clean:vsce-deps && pnpm exec vsce package",
663663
"package:preflight": "pnpm run preflight && pnpm run package",
664664
"publish:vsce": "pnpm run preflight && pnpm run clean:vsce-deps && pnpm exec vsce publish",
665-
"version:patch": "pnpm version patch --no-git-tag-version --force",
666-
"version:minor": "pnpm version minor --no-git-tag-version --force",
667-
"version:major": "pnpm version major --no-git-tag-version --force",
665+
"version:patch": "pnpm version patch --no-git-tag-version --force && pnpm run readme:sync-version",
666+
"version:minor": "pnpm version minor --no-git-tag-version --force && pnpm run readme:sync-version",
667+
"version:major": "pnpm version major --no-git-tag-version --force && pnpm run readme:sync-version",
668668
"publish:patch": "pnpm run version:patch && pnpm run publish:vsce",
669669
"publish:minor": "pnpm run version:minor && pnpm run publish:vsce",
670670
"publish:major": "pnpm run version:major && pnpm run publish:vsce",

tools/benchmark/tasks/eval/generated-test-full/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"generatedAt": "2026-07-03T20:24:27.348Z",
2+
"generatedAt": "2026-07-03T21:02:42.298Z",
33
"profile": "full",
44
"targetCount": 1000,
55
"actualCount": 1000,

tools/benchmark/tasks/eval/generated-test/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"generatedAt": "2026-07-03T20:24:27.268Z",
2+
"generatedAt": "2026-07-03T21:02:42.220Z",
33
"profile": "standard",
44
"targetCount": 500,
55
"actualCount": 500,

0 commit comments

Comments
 (0)