pi-studio 0.2.5 → 0.2.6

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/README.md CHANGED
@@ -38,6 +38,10 @@ Status: experimental alpha.
38
38
 
39
39
  ![Light code mode](./assets/screenshots/light-code-mode.png)
40
40
 
41
+ **Focus mode — dark** (editor pane full-screen, `Cmd/Ctrl+Esc` or `F10` to toggle, `Esc` to exit)
42
+
43
+ ![Dark focus mode](./assets/screenshots/dark-focus-mode.png)
44
+
41
45
  ## Features
42
46
 
43
47
  - Single workspace: Editor (left) + Response (right)
@@ -58,7 +62,7 @@ Status: experimental alpha.
58
62
  - Applies to both editor Raw view (highlight overlay) and fenced code blocks in markdown
59
63
  - Preview mode renders syntax-highlighted code when a non-markdown language is selected
60
64
  - Separate syntax highlight toggles for editor and response Raw views, with local preference persistence
61
- - Theme-aware browser UI based on current pi theme, with refined surface depth and lighter visual chrome
65
+ - Theme-aware browser UI derived from current pi theme
62
66
 
63
67
  ## Commands
64
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-studio",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "Browser GUI for structured critique workflows in pi",
5
5
  "type": "module",
6
6
  "license": "MIT",