Skip to content

Commit 9a57218

Browse files
committed
chore: release v1.5.1
1 parent 590cef1 commit 9a57218

4 files changed

Lines changed: 11 additions & 6 deletions

File tree

gen-context.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3219,7 +3219,7 @@ const path = require('path');
32193219
const os = require('os');
32203220
const { execSync } = require('child_process');
32213221

3222-
const VERSION = '1.5.0';
3222+
const VERSION = '1.5.1';
32233223
const MARKER = '\n\n## Auto-generated signatures\n<!-- Updated by gen-context.js -->\n';
32243224

32253225
// ---------------------------------------------------------------------------

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sigmap",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Zero-dependency AI context engine — 97% token reduction. No npm install. Runs on Node 18+.",
55
"main": "gen-context.js",
66
"bin": {

src/mcp/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const { readContext, searchSignatures, getMap, createCheckpoint, getRouting, exp
1818

1919
const SERVER_INFO = {
2020
name: 'sigmap',
21-
version: '1.5.0',
21+
version: '1.5.1',
2222
description: 'SigMap MCP server — code signatures on demand',
2323
};
2424

vscode-extension/package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22
"name": "sigmap",
33
"displayName": "SigMap — AI Context Engine",
44
"description": "97% token reduction for Copilot, Claude & Cursor. Extracts code signatures from 21 languages into copilot-instructions.md automatically.",
5-
"version": "1.5.3",
5+
"version": "1.5.1",
66
"publisher": "manojmallick",
77
"engines": {
88
"vscode": "^1.85.0"
99
},
1010
"icon": "icon.png",
11-
"categories": ["AI", "Other"],
11+
"categories": [
12+
"AI",
13+
"Other"
14+
],
1215
"keywords": [
1316
"copilot",
1417
"github copilot",
@@ -35,7 +38,9 @@
3538
"theme": "dark"
3639
},
3740
"qna": "https://github.com/manojmallick/sigmap/issues",
38-
"activationEvents": ["onStartupFinished"],
41+
"activationEvents": [
42+
"onStartupFinished"
43+
],
3944
"main": "./src/extension.js",
4045
"contributes": {
4146
"commands": [

0 commit comments

Comments
 (0)