Skip to content

Commit b2f368b

Browse files
author
Giancarlo Erra
committed
chore: release v1.8.16
1 parent 8108677 commit b2f368b

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.15",
3+
"version": "1.8.16",
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.15",
3+
"version": "1.8.16",
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.15",
3+
"version": "1.8.16",
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.16](https://github.com/giancarloerra/socraticode/compare/v1.8.15...v1.8.16) (2026-06-11)
8+
9+
### Features
10+
11+
* **graph:** full Dart support via tree-sitter AST ([#71](https://github.com/giancarloerra/socraticode/issues/71)) ([7bd9eb5](https://github.com/giancarloerra/socraticode/commit/7bd9eb5308eb6201515ff03f8007c512812824aa))
12+
13+
### Tests
14+
15+
* **graph:** pin graceful degradation for Dart extension types ([c5a706c](https://github.com/giancarloerra/socraticode/commit/c5a706cc718a3b0743a5451e7c735df9c6cfbfea))
16+
717
## [1.8.15](https://github.com/giancarloerra/socraticode/compare/v1.8.14...v1.8.15) (2026-06-11)
818

919
### Features

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.15",
5+
"version": "1.8.16",
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.15",
4+
"version": "1.8.16",
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)