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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.0"
".": "0.8.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.8.1](https://github.com/raphaelbahat/pi-codegraphcontext/compare/v0.8.0...v0.8.1) (2026-09-19)


### Bug Fixes

* /cgc index and /cgc sync resolve indexedness through the registry-backed chain (snapshot β†’ marker β†’ API point lookup β†’ cgc list) β€” the marker-only check misclassified marker-less (Neo4j/FalkorDB) workspaces as unindexed; unknown maps to the conservative decline ([7f4bec9](https://github.com/raphaelbahat/pi-codegraphcontext/commit/7f4bec9330cac6e2cd579c699f3fb88bcde169e7))

## [0.8.0](https://github.com/raphaelbahat/pi-codegraphcontext/compare/v0.7.2...v0.8.0) (2026-09-16)


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": "pi-codegraphcontext",
"version": "0.8.0",
"version": "0.8.1",
"description": "Pi coding-agent extension for CodeGraphContext (CGC): index lifecycle gate, freshness sync, agent routing guidance, status surfaces, and CLI-gap tools wrapping the cgc binary.",
"type": "module",
"keywords": [
Expand Down