fix(changelog): add v6.10.6 release notes#185
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Syncs the repository’s release/version metadata and documentation to reflect the v6.10.6 release, ensuring main matches the released tag and changelog entry.
Changes:
- Bumps version identifiers from 6.10.5 → 6.10.6 across packages, MCP server metadata, and bundled
gen-context.js. - Adds the v6.10.6 release notes section to
CHANGELOG.md. - Updates docs pages to reference v6.10.6 and the latest benchmark run date.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| version.json | Updates tracked release version to 6.10.6. |
| src/mcp/server.js | Updates MCP server SERVER_INFO.version to 6.10.6. |
| packages/core/package.json | Bumps sigmap-core package version to 6.10.6. |
| packages/cli/package.json | Bumps sigmap-cli package version to 6.10.6. |
| package.json | Bumps root package version to 6.10.6. |
| gen-context.js | Updates bundled version strings for v6.10.6. |
| docs-vp/index.md | Updates homepage release pill + latest benchmark run date. |
| docs-vp/guide/roadmap.md | Updates roadmap frontmatter/version heading for v6.10.6. |
| docs-vp/guide/benchmark.md | Updates benchmark page metadata to v6.10.6 (partially). |
| CHANGELOG.md | Adds v6.10.6 release notes. |
| AGENTS.md | Updates auto-generated “changes” section ordering/contents. |
| const SERVER_INFO = { | ||
| name: 'sigmap', | ||
| version: '6.10.5', | ||
| version: '6.10.6', |
| head: | ||
| - - meta | ||
| - property: og:title | ||
| content: "SigMap benchmark overview — v6.10.1 snapshot" |
Comment on lines
1
to
4
| --- | ||
| title: Benchmark overview | ||
| description: Official v6.10.5 benchmark snapshot. 96.8% average token reduction, 80.0% retrieval hit@5, 41.0% fewer prompts, and 13/18 raw repos overflowing GPT-4o without SigMap. | ||
| description: Official v6.10.6 benchmark snapshot. 96.8% average token reduction, 80.0% retrieval hit@5, 41.0% fewer prompts, and 13/18 raw repos overflowing GPT-4o without SigMap. | ||
| head: |
Comment on lines
+721
to
723
| ### v6.10.6 — Import graph improvements + branching strategy ✓ (tagged v6.10.6 — 2026-05-11) | ||
|
|
||
| Fixed import graph analysis for Python monorepos (issues #181, #182): added detection of absolute Python imports (`from package.module import X`), improved edge case handling, and added `sigmap-diagnostics.js` for debugging import detection. Also established branching strategy with develop as integration branch and main as release-only. Includes 8 regression tests for MCP tools and comprehensive testing guide. |
| ``` | ||
|
|
||
| ## changes (last 5 commits — 11 minutes ago) | ||
| ## changes (last 5 commits — 9 minutes ago) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Syncs CHANGELOG.md from develop to main with complete v6.10.6 entry including:
This ensures the changelog matches the released v6.10.6 tag.