chore(release): v1.202605.4

This commit is contained in:
Federico Jaramillo Martinez
2026-05-13 14:23:51 +02:00
parent 7a9e7db743
commit 7386a9bf08
6 changed files with 12 additions and 18 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@jmfederico/pi-web": patch
---
Copying selected rendered chat markdown now places the raw markdown source on the clipboard.
-5
View File
@@ -1,5 +0,0 @@
---
"@jmfederico/pi-web": patch
---
Formalize release notes with Changesets and project-local skills for changelog and npm publishing workflows.
@@ -1,5 +0,0 @@
---
"@jmfederico/pi-web": patch
---
Keep a new prompt separate from the stopped prompt after aborting a session turn.
+9
View File
@@ -0,0 +1,9 @@
# @jmfederico/pi-web
## 1.202605.4
### Patch Changes
- 7a9e7db: Copying selected rendered chat markdown now places the raw markdown source on the clipboard.
- cf43c95: Formalize release notes with Changesets and project-local skills for changelog and npm publishing workflows.
- e12382c: Keep a new prompt separate from the stopped prompt after aborting a session turn.
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@jmfederico/pi-web",
"version": "1.202605.3",
"version": "1.202605.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@jmfederico/pi-web",
"version": "1.202605.3",
"version": "1.202605.4",
"license": "MIT",
"dependencies": {
"@codemirror/lang-css": "^6.3.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@jmfederico/pi-web",
"version": "1.202605.3",
"version": "1.202605.4",
"description": "Browser control plane for persistent Pi Coding Agent sessions.",
"license": "MIT",
"author": "Federico Jaramillo Martinez",