v0.13.0
[0.13.0] - 2026-07-28
Bug Fixes
- Mark launcher executable
- Retry replayable reads safely
- Bound concurrent execution
- Refresh exact thread headers
- Shorten temporary mirror paths
- Return actionable validation errors
- Remove obsolete facet aliases
- Pass package list to gotestsum
- Split oversized sync files
- Close batch sync services
- Manage npm version in release PRs
Features
- Consolidate repository research reads
- Add release-please, gotestsum, integration tests, and harden repo
Performance
- Batch blob reads and reuse snapshots
- Share one snapshot for pages and counts
- Bound execution and batch cancellations
- Prune impossible duplicate pairs
- Reduce payloads and batch corpus reads
Refactoring
- Migrate to Charm v2
- Remove obsolete compatibility paths
- Split oversized job and index modules
- Split advanced MCP reads
- Centralize facet and tool ownership
- Centralize client adapters
- Separate repository context and thread sync
Chore
- Derive npm matrix from manifest
- Format integration test
- Split upgrade setup coverage
- Release 0.13.0
Docs
- Record bounded workflow invariants
- Clarify repository recovery flows
Test
- Split oversized MCP and retry suites
What's Changed
- Reduce MCP payload cost and retire obsolete runtime paths by @morluto in #192
- perf: bound indexing, jobs, search, and clustering by @morluto in #193
- feat(mcp): batch repository research and expose recovery guidance by @morluto in #198
- refactor: centralize duplicated registries and projections by @morluto in #201
- refactor(sync): separate repository context from thread sync by @morluto in #207
- chore(main): release 0.13.0 by @morluto in #208
Full Changelog: v0.12.0...v0.13.0