pi-studio 0.9.39 → 0.9.41

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
@@ -4,6 +4,18 @@ All notable changes to `pi-studio` are documented here.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.9.41] — 2026-08-11
8
+
9
+ ### Fixed
10
+ - Preserve Studio’s left/right **Focus pane** layout across reloads and reconstructed browser surfaces without carrying that state into newly opened Studio tabs.
11
+ - Open known Studio/browser targets directly and route asynchronously prepared editor, preview, companion, and export tabs through one authenticated pending page, preventing duplicate or orphaned blank tabs when browser hosts return no window handle.
12
+
13
+ ## [0.9.40] — 2026-08-10
14
+
15
+ ### Fixed
16
+ - Prevented Studio-owned REPL sessions from inheriting terminal-local `PROMPT_COMMAND` hooks without their function definitions, avoiding repeated `__bp_precmd_invoke_cmd` / `__bp_interactive_mode` errors under cmux and Ghostty on macOS Bash 3.2.
17
+ - Show the reliable `Ctrl+Shift+Enter` shortcut on the **Send to REPL** button on macOS while continuing to accept `Cmd+Shift+Enter` where the browser or host does not reserve it.
18
+
7
19
  ## [0.9.39] — 2026-08-07
8
20
 
9
21
  ### Added