Skip to content

Commit 7643fa3

Browse files
CSCSoftwareclaude
andcommitted
chore: bump version to 1.16.3
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1e17a0a commit 7643fa3

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.claude/CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
MCP Server für persistentes Code-Indexing. Ermöglicht Claude Code schnelle, präzise Suchen statt Grep/Glob.
44

5-
**Version:** 1.16.2 | **Sprachen:** 11 | **Repo:** https://github.com/CSCSoftware/AiDex
5+
**Version:** 1.16.3 | **Sprachen:** 11 | **Repo:** https://github.com/CSCSoftware/AiDex
66

77
## Build & Run
88

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to AiDex will be documented in this file.
44

55
## [Unreleased]
66

7+
## [1.16.3] - 2026-03-26
8+
9+
### Fixed
10+
- **Monorepo support**: Removed `**/packages/**` from `DEFAULT_EXCLUDE` — was incorrectly blocking indexing of JS/TS monorepo workspaces (pnpm, npm workspaces, etc.) ([#4](https://github.com/CSCSoftware/AiDex/issues/4))
11+
712
## [1.16.2] - 2026-03-20
813

914
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aidex-mcp",
3-
"version": "1.16.2",
3+
"version": "1.16.3",
44
"mcpName": "io.github.CSCSoftware/aidex",
55
"description": "MCP Server for persistent code indexing. Gives AI assistants (Claude, Gemini, Copilot, Cursor) instant access to your codebase. 50x less context than grep.",
66
"main": "build/index.js",

0 commit comments

Comments
 (0)