Skip to content
Open
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,4 +1,4 @@
{
".": "0.15.2-rc.3",
".": "0.16.0-rc.3",
"plugins/vscode": "0.3.1"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,33 @@ All notable changes to SourceBridge are documented here. The format follows
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/); the project uses
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.16.0-rc.3](https://github.com/sourcebridge-ai/sourcebridge/compare/v0.15.2-rc.3...v0.16.0-rc.3) (2026-05-18)


### Added

* **install:** post-setup onboarding UX β€” repos empty-state CTA + admin/llm env-seeded callout (CA-540, CA-542) ([74ddde3](https://github.com/sourcebridge-ai/sourcebridge/commit/74ddde3369702a532a372ec59e6b418ff1fe6691))


### Fixed

* **ci:** correct docker/login-action pinned SHA (9525 -> 9925) ([6e29148](https://github.com/sourcebridge-ai/sourcebridge/commit/6e29148a8eb5eb771e210fda0afaf2e960625d69))
* **ci:** correct setup-qemu-action pinned SHA (v3.7.0) ([dc32170](https://github.com/sourcebridge-ai/sourcebridge/commit/dc32170074f79fad796b12c19bb1ae794a4f7461))
* **helm:** init wait for SurrealDB + LLM env to API + repo-cache volume (F7, F8, F9) ([b9daf63](https://github.com/sourcebridge-ai/sourcebridge/commit/b9daf6376b528709bfd2f892dd0797b87d307530))
* **install:** close 3 first-install rough edges β€” CSP dev unsafe-eval, /setup redirect, AI key env-var wiring (CA-537, CA-538, CA-539) ([a35753f](https://github.com/sourcebridge-ai/sourcebridge/commit/a35753f424ef9d5e8b9ceed43a2769dd6f8f3826))
* **install:** hub compose port default 8280 + LLM env propagation to API (F2, F3) ([53c616e](https://github.com/sourcebridge-ai/sourcebridge/commit/53c616e0c7122d99d4fa302a5671b5ee7671eafa))
* **install:** web healthcheck uses 127.0.0.1 not localhost (F10) ([e198e4b](https://github.com/sourcebridge-ai/sourcebridge/commit/e198e4bcd07fde2a168c6d63d9027968234dfdc2))
* **rest,docs:** /api/v1/ask accepts snake_case repository_id + clarify MCP gate (F4, F5) ([ca0e8d5](https://github.com/sourcebridge-ai/sourcebridge/commit/ca0e8d537c5aee855b6d14e387dc0c0fda53ee73))


### Documentation

* **2026-05-17-deliver-first-install-rough-edges:** CHANGELOG + CLAUDE.md + promote artifacts to finished/ ([d42c0b3](https://github.com/sourcebridge-ai/sourcebridge/commit/d42c0b3f2c2c540f340a49903f264a03051e7d63))
* **2026-05-18-deliver-post-setup-onboarding-ux:** CHANGELOG + CLAUDE.md + promote artifacts ([53127f1](https://github.com/sourcebridge-ai/sourcebridge/commit/53127f1ff7600f55b65473a6ce491cbeb53309d1))
* add GETTING-STARTED.md + wire it from README and start-here ([9bd0ced](https://github.com/sourcebridge-ai/sourcebridge/commit/9bd0ceda02fa9d674568175b1fedbb31eeb007eb))
* **CLAUDE.md:** record commit SHA for O-M4 multi-arch entry ([92d37cf](https://github.com/sourcebridge-ai/sourcebridge/commit/92d37cf6fc75ddbf1e9970353945901432317ae0))
* rename docs/user/getting-started.md + de-demo-ify start-here.md (CA-543, CA-544) ([cd49432](https://github.com/sourcebridge-ai/sourcebridge/commit/cd494329f2b0eedb0ce8d5d982bdda9cf6a21dfe))

## [0.15.2-rc.3](https://github.com/sourcebridge-ai/sourcebridge/compare/v0.15.1-rc.3...v0.15.2-rc.3) (2026-05-18)


Expand Down