chore: release v1.6.1

This commit is contained in:
Giancarlo Erra
2026-04-17 11:19:30 +01:00
parent a21cf01516
commit deaf82981b
4 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "socraticode",
"version": "1.6.0",
"version": "1.6.1",
"description": "Codebase intelligence — semantic search workflows, dependency graph analysis, and context artifact exploration for SocratiCode",
"author": {
"name": "Giancarlo Erra",
+6
View File
@@ -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.6.1](https://github.com/giancarloerra/socraticode/compare/v1.6.0...v1.6.1) (2026-04-17)
### Documentation
* add Zed support, per-IDE instruction paths, and strengthen graph triggers ([270d402](https://github.com/giancarloerra/socraticode/commit/270d402f48f6a87e966120ce264bbacd0a19c9a7))
## [1.6.0](https://github.com/giancarloerra/socraticode/compare/v1.5.0...v1.6.0) (2026-04-16)
### Features
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "socraticode",
"version": "1.6.0",
"version": "1.6.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "socraticode",
"version": "1.6.0",
"version": "1.6.1",
"license": "AGPL-3.0-only",
"dependencies": {
"@ast-grep/lang-bash": "^0.0.7",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "socraticode",
"mcpName": "io.github.giancarloerra/socraticode",
"version": "1.6.0",
"version": "1.6.1",
"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",