Skip to content

Commit ccb0c7e

Browse files
chore: release main (#45)
Co-authored-by: pleaseai[bot] <235074479+pleaseai[bot]@users.noreply.github.com>
1 parent 6b4657d commit ccb0c7e

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"packages/core": "0.3.1",
3-
"packages/mcp": "0.3.1",
2+
"packages/core": "0.4.0",
3+
"packages/mcp": "0.3.2",
44
"packages/vscode-extension": "0.1.0",
55
"packages/chrome-extension": "0.1.0",
66
".": "0.1.0"

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/chatbot-pf/context-please/compare/core-v0.3.1...core-v0.4.0) (2025-10-31)
4+
5+
6+
### Features
7+
8+
* **core:** Add comprehensive retry mechanism and batch fallback for Gemini embeddings ([#44](https://github.com/chatbot-pf/context-please/issues/44)) ([6b4657d](https://github.com/chatbot-pf/context-please/commit/6b4657d1a522f953de6fde6cfd2cce529e675ba0))
9+
310
## [0.3.1](https://github.com/chatbot-pf/context-please/compare/core-v0.3.0...core-v0.3.1) (2025-10-30)
411

512

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pleaseai/context-please-core",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "Core indexing engine for Context Please (fork of claude-context-core)",
55
"license": "MIT",
66
"repository": {

packages/mcp/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.3.2](https://github.com/chatbot-pf/context-please/compare/mcp-v0.3.1...mcp-v0.3.2) (2025-10-31)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @pleaseai/context-please-core bumped to 0.4.0
11+
312
## [0.3.1](https://github.com/chatbot-pf/context-please/compare/mcp-v0.3.0...mcp-v0.3.1) (2025-10-30)
413

514

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pleaseai/context-please-mcp",
33
"type": "module",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"description": "Model Context Protocol integration for Context Please (fork of claude-context-mcp)",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)