Skip to content

Commit 4b0a62c

Browse files
chore(release): 0.18.1 [skip ci]
## [0.18.1](v0.18.0...v0.18.1) (2026-05-09) ### Bug Fixes * unify workspace deletion and tmux mirror refresh ([6228f2a](6228f2a))
1 parent 6228f2a commit 4b0a62c

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.18.1](https://github.com/phasetr/enkan-repl/compare/v0.18.0...v0.18.1) (2026-05-09)
2+
3+
4+
### Bug Fixes
5+
6+
* unify workspace deletion and tmux mirror refresh ([6228f2a](https://github.com/phasetr/enkan-repl/commit/6228f2aa88ba23bab45dd81dbbbe2bc28f13b416))
7+
18
# [0.18.0](https://github.com/phasetr/enkan-repl/compare/v0.17.2...v0.18.0) (2026-05-09)
29

310

README.org

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,15 +258,14 @@ Currently operates with a single fixed workspace (=ws:01=), with multi-workspace
258258
- =enkan-repl-send-5= - Send \\='5\\=' to enkan session buffer with optional PFX. - From enkan buffer: Send to current buffer - From other buffer without prefix: Interactive buffer selection - With numeric prefix: Send to buffer at index (1-based) Uses unified backend with smart buffer detection.
259259

260260
*** Session Control
261-
- =enkan-repl-workspace-delete= - Delete a workspace and stop all associated terminal resources.
262261
- =enkan-repl-setup= - Arrange windows for (the author's) optimal workflow
262+
- =enkan-repl-workspace-delete= - Delete a workspace and stop all associated terminal resources. This is the only interactive workspace deletion command. In `enkan-repl-workspace-list-mode', delete the workspace at point; otherwise delete the current workspace. With prefix ARG, prompt for a workspace. Noninteractive string ARG deletes that workspace ID. All paths use `enkan-repl--delete-workspace-completely'.
263263

264264
*** Utilities
265265
- =enkan-repl-recenter-bottom= - Recenter all enkan terminal buffers at bottom.
266266
- =enkan-repl-start-eat= -
267267
- =enkan-repl-toggle-global-mode= - Toggle enkan-repl global mode on/off.
268268
- =enkan-repl-workspace-switch= - Switch to another workspace. Uses `hmenu' if available to show workspace ID with its project.
269-
- =enkan-repl-workspace-delete= - Delete the current workspace, or prompt for a workspace with a prefix argument.
270269

271270
** Configuration
272271

enkan-repl.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2025 [phasetr]
44

55
;; Author: [phasetr] <phasetr@gmail.com>
6-
;; Version: 0.18.0
6+
;; Version: 0.18.1
77
;; Package-Requires: ((emacs "28.2") (eat "0.9.4"))
88
;; Keywords: enkan ai tools convenience
99
;; URL: https://github.com/phasetr/enkan-repl

0 commit comments

Comments
 (0)