diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 2744dcc..0cffe04 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "socraticode", - "version": "1.8.2", + "version": "1.8.3", "description": "Codebase intelligence — semantic search workflows, dependency graph analysis, and context artifact exploration for SocratiCode", "author": { "name": "Giancarlo Erra", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index aed2d1a..536407a 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "socraticode", - "version": "1.8.2", + "version": "1.8.3", "description": "Codebase intelligence: semantic search workflows, dependency graph analysis, and context artifact exploration for SocratiCode", "author": { "name": "Giancarlo Erra", diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index 531486b..83bbfb1 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "socraticode", - "version": "1.8.2", + "version": "1.8.3", "description": "Codebase intelligence: semantic search workflows, dependency graph analysis, and context artifact exploration for SocratiCode", "author": { "name": "Giancarlo Erra", diff --git a/CHANGELOG.md b/CHANGELOG.md index faa3de2..653bffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to SocratiCode are documented here. This project uses [Conventional Commits](https://www.conventionalcommits.org/) and [Semantic Versioning](https://semver.org/). +## [1.8.3](https://github.com/giancarloerra/socraticode/compare/v1.8.2...v1.8.3) (2026-05-04) + +### Features + +* **embeddings:** add LM Studio as a first-class embedding provider ([#42](https://github.com/giancarloerra/socraticode/issues/42)) ([332ee80](https://github.com/giancarloerra/socraticode/commit/332ee800a85fd35ded4e37adabecbfdd6221d31b)) + ## [1.8.2](https://github.com/giancarloerra/socraticode/compare/v1.8.1...v1.8.2) (2026-05-04) ### Bug Fixes diff --git a/extension/package.json b/extension/package.json index c5de980..9965967 100644 --- a/extension/package.json +++ b/extension/package.json @@ -2,7 +2,7 @@ "name": "socraticode", "displayName": "SocratiCode", "description": "Codebase context engine for AI assistants. Hybrid search, dependency and call graphs, symbol-level impact analysis (blast radius), interactive graph explorer, and searchable architecture artefacts. Works with Copilot agent mode, Cline, Continue, Roo Code, and any MCP-compatible host.", - "version": "1.8.2", + "version": "1.8.3", "publisher": "giancarloerra", "license": "AGPL-3.0-only", "icon": "images/icon.png", diff --git a/package-lock.json b/package-lock.json index 4b7012d..347c08e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "socraticode", - "version": "1.8.2", + "version": "1.8.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "socraticode", - "version": "1.8.2", + "version": "1.8.3", "license": "AGPL-3.0-only", "dependencies": { "@ast-grep/lang-bash": "^0.0.7", diff --git a/package.json b/package.json index e7c0696..efb5b20 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "socraticode", "mcpName": "io.github.giancarloerra/socraticode", - "version": "1.8.2", + "version": "1.8.3", "description": "SocratiCode — MCP server for local codebase indexing, semantic search, and code dependency graphs. All private, all local via Docker.", "type": "module", "main": "dist/index.js",