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
9 changes: 9 additions & 0 deletions packages/pi-memory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.2.1

### Patch Changes

- Align the Pi dev dependencies with the current `@earendil-works/*` 0.78 line so
typecheck and tests run against the Pi release users actually run. Runtime is
unchanged — the extension still declares the Pi core libraries as `"*"` peer
dependencies and uses only stable extension APIs.

## 0.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/pi-memory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@counterposition/pi-memory",
"version": "0.2.0",
"version": "0.2.1",
"description": "Durable Markdown-backed memory for Pi",
"keywords": [
"memory",
Expand Down Expand Up @@ -44,8 +44,8 @@
"pack:check": "pnpm pack --pack-destination ../../.pack"
},
"devDependencies": {
"@earendil-works/pi-ai": "^0.74.0",
"@earendil-works/pi-coding-agent": "^0.74.0",
"@earendil-works/pi-ai": "^0.78.0",
"@earendil-works/pi-coding-agent": "^0.78.0",
"@types/node": "^25.5.0",
"markdownlint-cli2": "^0.18.1",
"oxfmt": "^0.42.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/pi-web-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.5.1

### Patch Changes

- Align the Pi dev dependencies with the current `@earendil-works/*` 0.78 line so
typecheck and tests run against the Pi release users actually run. Runtime is
unchanged — the extension still declares the Pi core libraries as `"*"` peer
dependencies and uses only stable extension APIs.

## 0.5.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/pi-web-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@counterposition/pi-web-search",
"version": "0.5.0",
"version": "0.5.1",
"description": "Multi-provider web search and markdown page fetch for Pi",
"keywords": [
"brave-search",
Expand Down Expand Up @@ -48,8 +48,8 @@
"pack:check": "pnpm pack --pack-destination ../../.pack"
},
"devDependencies": {
"@earendil-works/pi-ai": "^0.74.0",
"@earendil-works/pi-coding-agent": "^0.74.0",
"@earendil-works/pi-ai": "^0.78.0",
"@earendil-works/pi-coding-agent": "^0.78.0",
"@types/node": "^25.5.0",
"oxfmt": "^0.42.0",
"oxlint": "^1.57.0",
Expand Down
Loading