Skip to content
Merged
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
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.48](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.0.47...v0.0.48) - 2026-07-10

### Added

- *(mcp)* refresh tools after daemon generation change ([#422](https://github.com/ScriptedAlchemy/tracedecay/pull/422))

### Fixed

- *(storage)* add explicit split-store consolidation ([#425](https://github.com/ScriptedAlchemy/tracedecay/pull/425))
- *(analytics)* aggregate sections before sampling ([#424](https://github.com/ScriptedAlchemy/tracedecay/pull/424))
- *(memory)* preserve FTS5 relevance direction ([#423](https://github.com/ScriptedAlchemy/tracedecay/pull/423))
- *(hermes)* use the user TraceDecay profile ([#407](https://github.com/ScriptedAlchemy/tracedecay/pull/407))
- *(runtime)* proxy MCP before opening local stores ([#420](https://github.com/ScriptedAlchemy/tracedecay/pull/420))
- *(edit)* make move_symbol writes race-safe ([#419](https://github.com/ScriptedAlchemy/tracedecay/pull/419))
- *(doctor)* surface identity split conflicts ([#417](https://github.com/ScriptedAlchemy/tracedecay/pull/417))

### Other

- Merge pull request #414 from ScriptedAlchemy/codex/move-symbol
- Merge pull request #411 from ScriptedAlchemy/codex/doctor-foreign-skills

## [0.0.47](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.0.46...v0.0.47) - 2026-07-10

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tracedecay"
version = "0.0.47"
version = "0.0.48"
edition = "2024"
description = "Code intelligence tool that builds a semantic knowledge graph from Rust, Go, Java, Scala, TypeScript, Python, C, C++, Kotlin, C#, Swift, and many more codebases"
license = "MIT"
Expand Down
Loading