pi-studio 0.1.2 → 0.1.3

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.
Files changed (2) hide show
  1. package/index.ts +1 -1
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -1478,8 +1478,8 @@ function buildStudioHtml(initialDocument: InitialStudioDocument | null, theme?:
1478
1478
  <span id="syncBadge" class="source-badge sync-badge">No response loaded</span>
1479
1479
  </div>
1480
1480
  <div class="source-actions">
1481
- <button id="insertHeaderBtn" type="button" title="Prepends/updates the annotated-reply header in the editor.">Insert annotation header</button>
1482
1481
  <button id="sendRunBtn" type="button" title="Send editor text directly to the model as-is.">Run editor text</button>
1482
+ <button id="insertHeaderBtn" type="button" title="Prepends/updates the annotated-reply header in the editor.">Insert annotation header</button>
1483
1483
  <select id="lensSelect" aria-label="Critique focus">
1484
1484
  <option value="auto" selected>Critique focus: Auto</option>
1485
1485
  <option value="writing">Critique focus: Writing</option>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-studio",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Browser GUI for structured critique workflows in pi",
5
5
  "type": "module",
6
6
  "license": "MIT",