Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/core": "0.3.1",
"packages/mcp": "0.3.1",
"packages/core": "0.4.0",
"packages/mcp": "0.3.2",
"packages/vscode-extension": "0.1.0",
"packages/chrome-extension": "0.1.0",
".": "0.1.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.0](https://github.com/chatbot-pf/context-please/compare/core-v0.3.1...core-v0.4.0) (2025-10-31)


### Features

* **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))

## [0.3.1](https://github.com/chatbot-pf/context-please/compare/core-v0.3.0...core-v0.3.1) (2025-10-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pleaseai/context-please-core",
"version": "0.3.1",
"version": "0.4.0",
"description": "Core indexing engine for Context Please (fork of claude-context-core)",
"license": "MIT",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.3.2](https://github.com/chatbot-pf/context-please/compare/mcp-v0.3.1...mcp-v0.3.2) (2025-10-31)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @pleaseai/context-please-core bumped to 0.4.0

## [0.3.1](https://github.com/chatbot-pf/context-please/compare/mcp-v0.3.0...mcp-v0.3.1) (2025-10-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pleaseai/context-please-mcp",
"type": "module",
"version": "0.3.1",
"version": "0.3.2",
"description": "Model Context Protocol integration for Context Please (fork of claude-context-mcp)",
"license": "MIT",
"repository": {
Expand Down
Loading