Archived
chore(release): v1.202605.4
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@jmfederico/pi-web": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Copying selected rendered chat markdown now places the raw markdown source on the clipboard.
|
|
||||||
@@ -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.
|
|
||||||
@@ -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.
|
||||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@jmfederico/pi-web",
|
"name": "@jmfederico/pi-web",
|
||||||
"version": "1.202605.3",
|
"version": "1.202605.4",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@jmfederico/pi-web",
|
"name": "@jmfederico/pi-web",
|
||||||
"version": "1.202605.3",
|
"version": "1.202605.4",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@codemirror/lang-css": "^6.3.1",
|
"@codemirror/lang-css": "^6.3.1",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jmfederico/pi-web",
|
"name": "@jmfederico/pi-web",
|
||||||
"version": "1.202605.3",
|
"version": "1.202605.4",
|
||||||
"description": "Browser control plane for persistent Pi Coding Agent sessions.",
|
"description": "Browser control plane for persistent Pi Coding Agent sessions.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Federico Jaramillo Martinez",
|
"author": "Federico Jaramillo Martinez",
|
||||||
|
|||||||
Reference in New Issue
Block a user