Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.5.1"
".": "2.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/PatrickSys/codebase-context/compare/v1.5.1...v2.0.0) (2026-02-11)


### ⚠ BREAKING CHANGES

* Re-indexing required due to model and chunking changes

### Features

* v1.6.0 search quality improvements ([#26](https://github.com/PatrickSys/codebase-context/issues/26)) ([71354eb](https://github.com/PatrickSys/codebase-context/commit/71354eb00d74e37b9477e9f0f3eee240e2528337))

## [1.6.0](https://github.com/PatrickSys/codebase-context/compare/v1.5.1...v1.6.0) (2026-02-10)

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codebase-context",
"version": "1.5.1",
"version": "2.0.0",
"description": "MCP server for codebase intelligence — patterns, conventions, architecture, and rationale for AI coding agents",
"type": "module",
"main": "./dist/lib.js",
Expand Down