@withpica/mcp-server 2.57.0 → 2.58.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
 
12
12
  ## [Unreleased]
13
13
 
14
+ ## [2.58.0] - 2026-05-19
15
+
16
+ ### Changed
17
+
18
+ - **`pica_report_issue` surfaces regression context at submit time.** When the upsert RPC flips a previously-resolved issue back to open (or lands on an already-regressed signature), the tool now narrates "this is a regression of a previously-resolved issue (fixed on `<date>`: `<note>`). Total occurrences now N." and exposes `is_regression` / `previously_resolved_at` / `previous_resolution_note` in `structuredContent.data`. Lets agents tell the user the bug they just hit has a known prior fix without a follow-up `pica_my_reported_issues` call. Backed by a migration that extends `upsert_ops_issue_explicit` and `upsert_ops_issue_from_audit` RETURNING JSONB (applied to staging + production 2026-05-19, backwards-compatible widening). Consumes `@withpica/mcp-sdk@1.29.0`.
19
+
14
20
  ## [2.57.0] - 2026-05-18
15
21
 
16
22
  Closes the ADR-241 substrate sprint — agent-side orientation skill, dashboard coherence with SQL-side `NOT EXISTS`, and 4 sister bug fixes that the agents themselves filed via `pica_report_issue` over the preceding 72 hours.