Skip to content

Commit e6e3c97

Browse files
committed
Recover popup cwd after session switches
1 parent 9cc7c30 commit e6e3c97

5 files changed

Lines changed: 10 additions & 8 deletions

File tree

.beads/issues.jsonl

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,9 @@ User-visible runtime changes for Yazelix Nova live here.
345345
retarget changes the workspace. Failed editor coordination restores the
346346
previous root and leaves the sidebar in place. Git and hidden-agent popups
347347
launch from the canonical root, so focus or Yazi navigation no longer
348-
restarts the agent; a real retarget still does.
348+
restarts the agent; a real retarget still does. Live session switches recover
349+
a stale bootstrap root from the preserved managed editor before those popups
350+
open.
349351
- Ratconfig renders arrays and tables as complete indented details, keeps TOML
350352
infinities and NaN visible, and replaces duplicate defaults with `same as
351353
current`. The default field list sizes status and setting from the selected

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,6 @@ See [Development](docs/development.md) for CI and local checks,
359359

360360
## LOC Scorecard
361361

362-
Yazelix owns **26,881 lines** of tracked text project files. The
362+
Yazelix owns **26,883 lines** of tracked text project files. The
363363
[reproducible scorecard](docs/development.md#loc-scorecard) excludes Beads,
364364
lockfiles, and binary assets.

docs/development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ git ls-files | grep -Ev '^\.beads/|\.lock$|^assets/' | xargs wc -l
109109
| --- | ---: |
110110
| Ignore (`.gitignore`) | 19 |
111111
| License | 201 |
112-
| Markdown | 3453 |
112+
| Markdown | 3455 |
113113
| JSON | 117 |
114114
| Nix | 1692 |
115115
| Shell | 87 |
@@ -120,4 +120,4 @@ git ls-files | grep -Ev '^\.beads/|\.lock$|^assets/' | xargs wc -l
120120
| Lua | 245 |
121121
| Rust | 19811 |
122122
| Text | 71 |
123-
| Total | 26881 |
123+
| Total | 26883 |

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)