Skip to content

Commit fcf74c0

Browse files
author
Giancarlo Erra
committed
chore: release v1.8.14
1 parent 5e1232a commit fcf74c0

7 files changed

Lines changed: 17 additions & 7 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socraticode",
3-
"version": "1.8.13",
3+
"version": "1.8.14",
44
"description": "Codebase intelligence — semantic search workflows, dependency graph analysis, and context artifact exploration for SocratiCode",
55
"author": {
66
"name": "Giancarlo Erra",

.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socraticode",
3-
"version": "1.8.13",
3+
"version": "1.8.14",
44
"description": "Codebase intelligence: semantic search workflows, dependency graph analysis, and context artifact exploration for SocratiCode",
55
"author": {
66
"name": "Giancarlo Erra",

.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socraticode",
3-
"version": "1.8.13",
3+
"version": "1.8.14",
44
"description": "Codebase intelligence: semantic search workflows, dependency graph analysis, and context artifact exploration for SocratiCode",
55
"author": {
66
"name": "Giancarlo Erra",

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to SocratiCode are documented here.
44
This project uses [Conventional Commits](https://www.conventionalcommits.org/) and [Semantic Versioning](https://semver.org/).
55

66

7+
## [1.8.14](https://github.com/giancarloerra/socraticode/compare/v1.8.13...v1.8.14) (2026-06-10)
8+
9+
### Features
10+
11+
* **graph:** Lua symbol/call extraction + fix discovery for whitelist .gitignore ([d4bbb6c](https://github.com/giancarloerra/socraticode/commit/d4bbb6ca1c16d0fb0f2c025303d6cdcd436682f3))
12+
13+
### Tests
14+
15+
* **graph:** add Lua extractor + whitelist-discovery tests ([8be929a](https://github.com/giancarloerra/socraticode/commit/8be929a1c2b22dd6730c71f33a499c1b78003a49))
16+
717
## [1.8.13](https://github.com/giancarloerra/socraticode/compare/v1.8.12...v1.8.13) (2026-05-27)
818

919
### Documentation

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "socraticode",
33
"displayName": "SocratiCode",
44
"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.",
5-
"version": "1.8.13",
5+
"version": "1.8.14",
66
"publisher": "giancarloerra",
77
"license": "AGPL-3.0-only",
88
"icon": "images/icon.png",

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "socraticode",
33
"mcpName": "io.github.giancarloerra/socraticode",
4-
"version": "1.8.13",
4+
"version": "1.8.14",
55
"description": "SocratiCode — MCP server for local codebase indexing, semantic search, and code dependency graphs. All private, all local via Docker.",
66
"type": "module",
77
"main": "dist/index.js",

0 commit comments

Comments
 (0)