chore(release): 0.4.0
This commit is contained in:
@@ -7,9 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## [0.4.0] - 2026-07-16
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Claude Sonnet 5, Claude Sonnet 5 Thinking, and GLM-5.2 are available as supported Perplexity models.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Searches now always run with `is_incognito: true`. The `incognito` tool parameter, `PI_PERPLEXITY_INCOGNITO` env var, config file field, and `/perplexity-config` incognito prompt were removed; `/perplexity-config` now sets the default model only.
|
- Searches now always run with `is_incognito: true`. The `incognito` tool parameter, `PI_PERPLEXITY_INCOGNITO` env var, config file field, and `/perplexity-config` incognito prompt were removed; `/perplexity-config` now sets the default model only.
|
||||||
|
- Prefer Perplexity's `user_selected_model` field to the inconsistent `display_model` field when reporting the model used.
|
||||||
|
|
||||||
|
### CI
|
||||||
|
|
||||||
|
- Update `actions/checkout` and `actions/setup-node` to v7.
|
||||||
|
|
||||||
## [0.3.0] - 2026-07-14
|
## [0.3.0] - 2026-07-14
|
||||||
|
|
||||||
|
|||||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "pi-perplexity",
|
"name": "pi-perplexity",
|
||||||
"version": "0.3.0",
|
"version": "0.4.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "pi-perplexity",
|
"name": "pi-perplexity",
|
||||||
"version": "0.3.0",
|
"version": "0.4.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@earendil-works/pi-ai": "*",
|
"@earendil-works/pi-ai": "*",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pi-perplexity",
|
"name": "pi-perplexity",
|
||||||
"version": "0.3.0",
|
"version": "0.4.0",
|
||||||
"description": "Perplexity web search for pi — uses your Pro/Max subscription, no API credits needed",
|
"description": "Perplexity web search for pi — uses your Pro/Max subscription, no API credits needed",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"pi-package",
|
"pi-package",
|
||||||
|
|||||||
Reference in New Issue
Block a user