mirror of
https://github.com/giancarloerra/socraticode.git
synced 2026-06-02 06:23:43 +02:00
chore: release v1.8.11
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "socraticode",
|
||||
"version": "1.8.10",
|
||||
"version": "1.8.11",
|
||||
"description": "Codebase intelligence — semantic search workflows, dependency graph analysis, and context artifact exploration for SocratiCode",
|
||||
"author": {
|
||||
"name": "Giancarlo Erra",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "socraticode",
|
||||
"version": "1.8.10",
|
||||
"version": "1.8.11",
|
||||
"description": "Codebase intelligence: semantic search workflows, dependency graph analysis, and context artifact exploration for SocratiCode",
|
||||
"author": {
|
||||
"name": "Giancarlo Erra",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "socraticode",
|
||||
"version": "1.8.10",
|
||||
"version": "1.8.11",
|
||||
"description": "Codebase intelligence: semantic search workflows, dependency graph analysis, and context artifact exploration for SocratiCode",
|
||||
"author": {
|
||||
"name": "Giancarlo Erra",
|
||||
|
||||
@@ -4,6 +4,14 @@ 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.11](https://github.com/giancarloerra/socraticode/compare/v1.8.10...v1.8.11) (2026-05-12)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **index:** flush stderr before exit on Node 26+ guard ([5cd9db0](https://github.com/giancarloerra/socraticode/commit/5cd9db07e6c993c8f2fafa756415153afb26da05))
|
||||
* **index:** use fs.writeSync for synchronous flush + sync exit ([69a6b74](https://github.com/giancarloerra/socraticode/commit/69a6b74b8aff6297fd297fb8f995682e72de1053))
|
||||
* refuse to start on Node 26+ until qdrant-js gains undici 7 compat ([c23120e](https://github.com/giancarloerra/socraticode/commit/c23120e6c097a6036c17d7ecdf10a40061f3da36)), closes [qdrant/qdrant-js#123](https://github.com/qdrant/qdrant-js/issues/123) [qdrant/qdrant-js#128](https://github.com/qdrant/qdrant-js/issues/128) [qdrant/qdrant-js#134](https://github.com/qdrant/qdrant-js/issues/134)
|
||||
|
||||
## [1.8.10](https://github.com/giancarloerra/socraticode/compare/v1.8.9...v1.8.10) (2026-05-08)
|
||||
|
||||
### Features
|
||||
|
||||
@@ -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.10",
|
||||
"version": "1.8.11",
|
||||
"publisher": "giancarloerra",
|
||||
"license": "AGPL-3.0-only",
|
||||
"icon": "images/icon.png",
|
||||
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "socraticode",
|
||||
"version": "1.8.10",
|
||||
"version": "1.8.11",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "socraticode",
|
||||
"version": "1.8.10",
|
||||
"version": "1.8.11",
|
||||
"license": "AGPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@ast-grep/lang-bash": "^0.0.7",
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "socraticode",
|
||||
"mcpName": "io.github.giancarloerra/socraticode",
|
||||
"version": "1.8.10",
|
||||
"version": "1.8.11",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user