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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable public changes to Cynos Tools are documented here.

## 0.3.0

- Make `playwright-core` an optional peer and lazy-load browser support so ordinary installs stay lightweight.
- Add a Node.js/Pi compatibility matrix and scheduled/manual compatibility workflow.
- Verify core activation succeeds when the optional browser runtime is not installed.

## 0.2.3

- Derive the activation runtime package version from `package.json` instead of a stale hardcoded value.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cynos-ai/tools",
"version": "0.2.3",
"version": "0.3.0",
"description": "Cynos universal search, vision, and browser tools for the pi coding agent.",
"keywords": [
"pi-package",
Expand Down
Loading