Skip to content

fix(changelog): add v6.10.6 release notes#185

Merged
manojmallick merged 1 commit into
mainfrom
develop
May 11, 2026
Merged

fix(changelog): add v6.10.6 release notes#185
manojmallick merged 1 commit into
mainfrom
develop

Conversation

@manojmallick
Copy link
Copy Markdown
Owner

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.

Copilot AI review requested due to automatic review settings May 11, 2026 22:04
@manojmallick manojmallick merged commit a543c0e into main May 11, 2026
8 of 9 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread gen-context.js
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 thread docs-vp/guide/roadmap.md
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.
Comment thread AGENTS.md
```

## changes (last 5 commits — 11 minutes ago)
## changes (last 5 commits — 9 minutes ago)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants