Skip to content

chore: release main#52

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main
Closed

chore: release main#52
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 1, 2026

🤖 Automated release via release-please

analysis: 0.2.0

0.2.0 (2026-05-01)

Features

  • initial public release of opencodehub v0.1.1 (3f23006)

Refactoring

  • consolidate repo-local dir references on META_DIR_NAME (ce4b63d)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @opencodehub/core-types bumped to 1.0.0
      • @opencodehub/sarif bumped to 0.2.0
      • @opencodehub/storage bumped to 0.2.0
cli: 1.0.0

1.0.0 (2026-05-01)

⚠ BREAKING CHANGES

  • replace LSP oracle with SCIP indexers (TS/Py/Go/Rust/Java) (#32)

Features

  • artifact factory + codehub init + CI UX fixes (#38) (d6ffafa)
  • cli: add --granularity flag to analyze for hierarchical embeddings (defa9b6)
  • cli: add --strict-detectors flag + ts-morph optional dep (329f5c3)
  • cli: add exact-name resolver and disambiguation flags to context (7f279a9)
  • cli: flip query hybrid-by-default with --bm25-only + --rerank-top-k (3e924b5)
  • embedder: replace Arctic Embed XS with gte-modernbert-base (#31) (1214071)
  • ingestion: WASM fallback via web-tree-sitter + --wasm-only flag (cecb401)
  • initial public release of opencodehub v0.1.1 (3f23006)
  • mcp,cli: join symbol summaries into query results (P04 surface) (3d73b65)
  • replace LSP oracle with SCIP indexers (TS/Py/Go/Rust/Java) (#32) (1cceb24)
  • scanners: persist partialFingerprint, baselineState, suppressedJson (fb4585d)
  • search: add filter-aware zoom retrieval across hierarchical tiers (5ab80c4)

Bug Fixes

  • cli: accurate doctor native-binding + int8 weights checks (fb569f9)

Performance

  • embeddings: cross-node batching + worker pool (#33) (acb59d0)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @opencodehub/analysis bumped to 0.2.0
      • @opencodehub/core-types bumped to 1.0.0
      • @opencodehub/embedder bumped to 0.2.0
      • @opencodehub/ingestion bumped to 1.0.0
      • @opencodehub/mcp bumped to 1.0.0
      • @opencodehub/sarif bumped to 0.2.0
      • @opencodehub/scanners bumped to 0.2.0
      • @opencodehub/search bumped to 0.2.0
      • @opencodehub/storage bumped to 0.2.0
core-types: 1.0.0

1.0.0 (2026-05-01)

⚠ BREAKING CHANGES

  • replace LSP oracle with SCIP indexers (TS/Py/Go/Rust/Java) (#32)

Features

  • core-types: scaffold v1.1 node-shape extensions for planned packets (e17a4b5)
  • initial public release of opencodehub v0.1.1 (3f23006)
  • replace LSP oracle with SCIP indexers (TS/Py/Go/Rust/Java) (#32) (1cceb24)
  • storage: populate reserved complexity, coverage, deadness columns (c81e4c3)

Refactoring

  • core-types: centralize LanguageId in core-types (4c33fc7)
embedder: 0.2.0

0.2.0 (2026-05-01)

Features

  • embedder: add SageMaker backend for remote embeddings (9b5c53d)
  • embedder: replace Arctic Embed XS with gte-modernbert-base (#31) (1214071)
  • initial public release of opencodehub v0.1.1 (3f23006)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @opencodehub/core-types bumped to 1.0.0
ingestion: 1.0.0

1.0.0 (2026-05-01)

⚠ BREAKING CHANGES

  • replace LSP oracle with SCIP indexers (TS/Py/Go/Rust/Java) (#32)

Features

  • cli: add --strict-detectors flag + ts-morph optional dep (329f5c3)
  • embedder: add SageMaker backend for remote embeddings (9b5c53d)
  • embedder: replace Arctic Embed XS with gte-modernbert-base (#31) (1214071)
  • ingestion: @doc captures + description field populated (d63dfa6)
  • ingestion: add receiver resolver + detector precision (P06) (431f428)
  • ingestion: add top-20 framework detection catalog and dispatcher (02f4864)
  • ingestion: capture MCP tool inputSchema as canonical JSON (9872710)
  • ingestion: emit CodeElement stubs for external imports (49eefe7)
  • ingestion: emit file-level and community-level embeddings (09a117f)
  • ingestion: FastAPI, Spring, NestJS, Rails route detectors (62bebfb)
  • ingestion: Go IMPLEMENTS method-set resolver + C++20 import (85c60f9)
  • ingestion: nested .gitignore with layered negation (40b5286)
  • ingestion: populate DependencyNode license from manifest (f947194)
  • ingestion: provider-driven complexity + Halstead volume (5e1379a)
  • ingestion: soft-fail summarize on credential errors, thread summaryModel (d90eb38)
  • ingestion: WASM fallback via web-tree-sitter + --wasm-only flag (cecb401)
  • ingestion: wire framework catalog into profile phase (d491401)
  • initial public release of opencodehub v0.1.1 (3f23006)
  • replace LSP oracle with SCIP indexers (TS/Py/Go/Rust/Java) (#32) (1cceb24)

Bug Fixes

  • ingestion: enumerate git submodule paths in the scan phase (d290d04)
  • ingestion: skip submodule paths in the ownership blame pass (e28f3e6)
  • scip-ingest: resolve caller/callee correctly for SCIP edges (c15f928)

Performance

  • embeddings: cross-node batching + worker pool (#33) (acb59d0)

Refactoring

  • consolidate repo-local dir references on META_DIR_NAME (ce4b63d)
  • core-types: centralize LanguageId in core-types (4c33fc7)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @opencodehub/analysis bumped to 0.2.0
      • @opencodehub/core-types bumped to 1.0.0
      • @opencodehub/embedder bumped to 0.2.0
      • @opencodehub/storage bumped to 0.2.0
mcp: 1.0.0

1.0.0 (2026-05-01)

⚠ BREAKING CHANGES

  • replace LSP oracle with SCIP indexers (TS/Py/Go/Rust/Java) (#32)

Features

  • embedder: replace Arctic Embed XS with gte-modernbert-base (#31) (1214071)
  • initial public release of opencodehub v0.1.1 (3f23006)
  • mcp,cli: join symbol summaries into query results (P04 surface) (3d73b65)
  • mcp: short-circuit list_findings_delta via stored baselineState (4d9c187)
  • mcp: surface structured FrameworkDetection in project_profile tool (15fb309)
  • replace LSP oracle with SCIP indexers (TS/Py/Go/Rust/Java) (#32) (1cceb24)
  • search: add filter-aware zoom retrieval across hierarchical tiers (5ab80c4)

Refactoring

  • mcp: consume shared tryOpenEmbedder + embeddingsPopulated from @opencodehub/search (54f00de)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @opencodehub/analysis bumped to 0.2.0
      • @opencodehub/core-types bumped to 1.0.0
      • @opencodehub/embedder bumped to 0.2.0
      • @opencodehub/sarif bumped to 0.2.0
      • @opencodehub/scanners bumped to 0.2.0
      • @opencodehub/search bumped to 0.2.0
      • @opencodehub/storage bumped to 0.2.0
sarif: 0.2.0

0.2.0 (2026-05-01)

Features

  • initial public release of opencodehub v0.1.1 (3f23006)
scanners: 0.2.0

0.2.0 (2026-05-01)

Features

  • embedder: replace Arctic Embed XS with gte-modernbert-base (#31) (1214071)
  • initial public release of opencodehub v0.1.1 (3f23006)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @opencodehub/sarif bumped to 0.2.0
search: 0.2.0

0.2.0 (2026-05-01)

Features

  • embedder: replace Arctic Embed XS with gte-modernbert-base (#31) (1214071)
  • initial public release of opencodehub v0.1.1 (3f23006)
  • search: add filter-aware zoom retrieval across hierarchical tiers (5ab80c4)
  • search: extract tryOpenEmbedder + embeddingsPopulated, demote NullEmbedder throw (c4cc680)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @opencodehub/core-types bumped to 1.0.0
      • @opencodehub/storage bumped to 0.2.0
storage: 0.2.0

0.2.0 (2026-05-01)

Features

  • embedder: replace Arctic Embed XS with gte-modernbert-base (#31) (1214071)
  • ingestion: emit file-level and community-level embeddings (09a117f)
  • initial public release of opencodehub v0.1.1 (3f23006)
  • mcp: short-circuit list_findings_delta via stored baselineState (4d9c187)
  • search: add filter-aware zoom retrieval across hierarchical tiers (5ab80c4)
  • storage: add granularity column to embeddings for hierarchical retrieval (b5bd5f8)
  • storage: add summary fields to SearchResult and batch lookup helper (4944a56)
  • storage: persist structured FrameworkDetection in frameworks_json (75423fe)
  • storage: populate reserved complexity, coverage, deadness columns (c81e4c3)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @opencodehub/core-types bumped to 1.0.0
root: 1.0.0

1.0.0 (2026-05-01)

⚠ BREAKING CHANGES

  • replace LSP oracle with SCIP indexers (TS/Py/Go/Rust/Java) (#32)

Features

  • artifact factory + codehub init + CI UX fixes (#38) (d6ffafa)
  • cleanups (bf1536e)
  • cli: add --granularity flag to analyze for hierarchical embeddings (defa9b6)
  • cli: add --strict-detectors flag + ts-morph optional dep (329f5c3)
  • cli: add exact-name resolver and disambiguation flags to context (7f279a9)
  • cli: flip query hybrid-by-default with --bm25-only + --rerank-top-k (3e924b5)
  • core-types: scaffold v1.1 node-shape extensions for planned packets (e17a4b5)
  • embedder: add SageMaker backend for remote embeddings (9b5c53d)
  • embedder: replace Arctic Embed XS with gte-modernbert-base (#31) (1214071)
  • gym: add rust-spike trigger benchmark (43c26d3)
  • ingestion: @doc captures + description field populated (d63dfa6)
  • ingestion: add receiver resolver + detector precision (P06) (431f428)
  • ingestion: add top-20 framework detection catalog and dispatcher (02f4864)
  • ingestion: capture MCP tool inputSchema as canonical JSON (9872710)
  • ingestion: emit CodeElement stubs for external imports (49eefe7)
  • ingestion: emit file-level and community-level embeddings (09a117f)
  • ingestion: FastAPI, Spring, NestJS, Rails route detectors (62bebfb)
  • ingestion: Go IMPLEMENTS method-set resolver + C++20 import (85c60f9)
  • ingestion: nested .gitignore with layered negation (40b5286)
  • ingestion: populate DependencyNode license from manifest (f947194)
  • ingestion: provider-driven complexity + Halstead volume (5e1379a)
  • ingestion: soft-fail summarize on credential errors, thread summaryModel (d90eb38)
  • ingestion: WASM fallback via web-tree-sitter + --wasm-only flag (cecb401)
  • ingestion: wire framework catalog into profile phase (d491401)
  • initial public release of opencodehub v0.1.1 (3f23006)
  • mcp,cli: join symbol summaries into query results (P04 surface) (3d73b65)
  • mcp: short-circuit list_findings_delta via stored baselineState (4d9c187)
  • mcp: surface structured FrameworkDetection in project_profile tool (15fb309)
  • replace LSP oracle with SCIP indexers (TS/Py/Go/Rust/Java) (#32) (1cceb24)
  • scanners: persist partialFingerprint, baselineState, suppressedJson (fb4585d)
  • search: add filter-aware zoom retrieval across hierarchical tiers (5ab80c4)
  • search: extract tryOpenEmbedder + embeddingsPopulated, demote NullEmbedder throw (c4cc680)
  • storage: add granularity column to embeddings for hierarchical retrieval (b5bd5f8)
  • storage: add summary fields to SearchResult and batch lookup helper (4944a56)
  • storage: persist structured FrameworkDetection in frameworks_json (75423fe)
  • storage: populate reserved complexity, coverage, deadness columns (c81e4c3)

Bug Fixes

  • ci: pin gopls@v0.18.1 for Go 1.23 + add pnpm build-script allowlist (c78b31d)
  • cli: accurate doctor native-binding + int8 weights checks (fb569f9)
  • deps: bump minimatch override to 9.0.7 (GHSA-23c5/-7r86) (7f6e2ae)
  • deps: pin brace-expansion/minimatch/picomatch to patched versions (5a7d1e0)
  • deps: refresh pnpm-lock.yaml with ts-morph optional dep from P06 (0dfee11)
  • gym: update corpus test waiver ID to window.desktop after PR #38 rename (933b5f2)
  • ingestion: enumerate git submodule paths in the scan phase (d290d04)
  • ingestion: skip submodule paths in the ownership blame pass (e28f3e6)
  • repo: replace stale lsp-oracle tsconfig reference with scip-ingest (0ce5e29)
  • scip-ingest: resolve caller/callee correctly for SCIP edges (c15f928)

Performance

  • embeddings: cross-node batching + worker pool (#33) (acb59d0)

Documentation

  • add SPECS, USECASE, and OBJECTIVES docs (f3120de)
  • adr: record hierarchical embeddings decision (0004) (6d28631)
  • adr: update 0002 with P09 Phase 1 measurements (92b9a1c)
  • deep refresh + sync + new architecture pages (3693ddd)
  • repo: durable lesson — set NODE_ENV at script scope for astro in CI (18c159b)
  • repo: durable lesson — stale tsconfig project references (ea67d7a)
  • site: add Astro Starlight docs site + GitHub Pages deploy (#34) (5ce0191)
  • site: add llms.txt + Copy-as-Markdown + Open-in-ChatGPT/Claude (#36) (149ba4e)
  • site: inject LLM-nav banner + 'See also' footer into every .md (#37) (77190a5)
  • strip legacy stanzas + capture session lessons (85f6881)

Refactoring

  • consolidate repo-local dir references on META_DIR_NAME (ce4b63d)
  • core-types: centralize LanguageId in core-types (4c33fc7)
  • mcp: consume shared tryOpenEmbedder + embeddingsPopulated from @opencodehub/search (54f00de)
  • plugin: file-level packet skeletons for codehub-document (40a09c8)

This PR was generated with Release Please. See documentation.

@theagenticguy theagenticguy deleted the release-please--branches--main branch May 1, 2026 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant