Skip to content

Commit e06b2ca

Browse files
committed
Release v0.11.12
1 parent 902145f commit e06b2ca

14 files changed

Lines changed: 64 additions & 48 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.11.12] - 2026-06-26
9+
10+
### Changed
11+
12+
- **Provider-first indexing**: Extracted provider path filtering into the materializer and added multiline Rust `PartialEq` fallback coverage.
13+
- **SDLBench**: Switched reports to Codex session token counts and tightened agent timeout handling.
14+
15+
### Fixed
16+
17+
- **CI memory sync**: Forced the Linux sync-memory path through the TypeScript fallback for more stable indexing.
18+
- **Codex behavior isolation**: Isolated Codex behavior runs from ambient agent context.
19+
- **SDLBench viewer**: Fixed filter behavior and improved bar readability.
20+
21+
_7 commits from 1 contributor_
22+
23+
824
## [0.11.11] - 2026-06-25
925

1026
### Added

native/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sdl-mcp-native-darwin-arm64",
3-
"version": "0.11.11",
3+
"version": "0.11.12",
44
"description": "Native Rust indexer for SDL-MCP - macOS ARM64",
55
"license": "SEE LICENSE IN LICENSE",
66
"os": [

native/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sdl-mcp-native-darwin-x64",
3-
"version": "0.11.11",
3+
"version": "0.11.12",
44
"description": "Native Rust indexer for SDL-MCP - macOS x64",
55
"license": "SEE LICENSE IN LICENSE",
66
"os": [

native/npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sdl-mcp-native-linux-arm64-gnu",
3-
"version": "0.11.11",
3+
"version": "0.11.12",
44
"description": "Native Rust indexer for SDL-MCP - Linux ARM64 (glibc)",
55
"license": "SEE LICENSE IN LICENSE",
66
"os": [

native/npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sdl-mcp-native-linux-x64-gnu",
3-
"version": "0.11.11",
3+
"version": "0.11.12",
44
"description": "Native Rust indexer for SDL-MCP - Linux x64 (glibc)",
55
"license": "SEE LICENSE IN LICENSE",
66
"os": [

native/npm/linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sdl-mcp-native-linux-x64-musl",
3-
"version": "0.11.11",
3+
"version": "0.11.12",
44
"description": "Native Rust indexer for SDL-MCP - Linux x64 (musl)",
55
"license": "SEE LICENSE IN LICENSE",
66
"os": [

native/npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sdl-mcp-native-win32-x64-msvc",
3-
"version": "0.11.11",
3+
"version": "0.11.12",
44
"description": "Native Rust indexer for SDL-MCP - Windows x64",
55
"license": "SEE LICENSE IN LICENSE",
66
"os": [

native/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sdl-mcp-native",
3-
"version": "0.11.11",
3+
"version": "0.11.12",
44
"description": "Native Rust indexer for SDL-MCP with tree-sitter parsing and Rayon parallelism",
55
"license": "SEE LICENSE IN LICENSE",
66
"main": "index.js",
@@ -29,12 +29,12 @@
2929
"version": "napi version"
3030
},
3131
"optionalDependencies": {
32-
"sdl-mcp-native-win32-x64-msvc": "0.11.11",
33-
"sdl-mcp-native-darwin-x64": "0.11.11",
34-
"sdl-mcp-native-darwin-arm64": "0.11.11",
35-
"sdl-mcp-native-linux-x64-gnu": "0.11.11",
36-
"sdl-mcp-native-linux-x64-musl": "0.11.11",
37-
"sdl-mcp-native-linux-arm64-gnu": "0.11.11"
32+
"sdl-mcp-native-win32-x64-msvc": "0.11.12",
33+
"sdl-mcp-native-darwin-x64": "0.11.12",
34+
"sdl-mcp-native-darwin-arm64": "0.11.12",
35+
"sdl-mcp-native-linux-x64-gnu": "0.11.12",
36+
"sdl-mcp-native-linux-x64-musl": "0.11.12",
37+
"sdl-mcp-native-linux-arm64-gnu": "0.11.12"
3838
},
3939
"repository": {
4040
"type": "git",

package-lock.json

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sdl-mcp",
3-
"version": "0.11.11",
3+
"version": "0.11.12",
44
"description": "Symbol Delta Ledger MCP Server - Cards-first code context for polyglot repositories",
55
"type": "module",
66
"main": "dist/main.js",
@@ -141,11 +141,11 @@
141141
"fb-watchman": "^2.0.2",
142142
"kuzu": "npm:@ladybugdb/core@0.16.0",
143143
"onnxruntime-node": "^1.24.3",
144-
"sdl-mcp-native": "0.11.11",
145-
"sdl-mcp-watchman": "0.11.11",
144+
"sdl-mcp-native": "0.11.12",
145+
"sdl-mcp-watchman": "0.11.12",
146146
"tokenizers": "npm:@anush008/tokenizers@^0.6.0",
147-
"sdl-mcp-watchman-linux-x64": "0.11.11",
148-
"sdl-mcp-watchman-win32-x64": "0.11.11"
147+
"sdl-mcp-watchman-linux-x64": "0.11.12",
148+
"sdl-mcp-watchman-win32-x64": "0.11.12"
149149
},
150150
"devDependencies": {
151151
"@bufbuild/protobuf": "^2.0.0",

0 commit comments

Comments
 (0)