From 58e05a59bb63efd3df3f716b8db033fb6ae9ffe0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 24 May 2026 20:19:15 +0000 Subject: [PATCH 1/2] Update changelog.md for version 1.0.53 --- changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog.md b/changelog.md index 3a0359a0..bec7707e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +## 1.0.53 - 2026-05-24 + +- Multiline prompts display fully without content clipping or selection offset +- /skills picker now correctly honors --config-dir when saving skill preferences +- Bash shell sessions no longer hang when PS0 or PROMPT_COMMAND is set in the environment + ## 1.0.52 - 2026-05-23 - Non-interactive subcommands (plugin list, mcp list, help, version) no longer consume stdin From d88b67d99e3116d467b39ff998e5af78b1984f82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 24 May 2026 21:30:10 +0000 Subject: [PATCH 2/2] Update changelog.md for version 1.0.54 --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index bec7707e..f9f74679 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +## 1.0.54 - 2026-05-24 + +Fixes and changes + ## 1.0.53 - 2026-05-24 - Multiline prompts display fully without content clipping or selection offset