aether-wisp 0.7.2

A terminal UI for AI coding agents via the Agent Client Protocol (ACP)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
# Changelog

All notable changes to this project will be documented in this file.

## [0.7.2]https://github.com/contextbridge/aether/compare/aether-wisp-v0.7.1...aether-wisp-v0.7.2 - 2026-09-16

### Added

- replace plan and survey with explicit artifact review ([#478]https://github.com/contextbridge/aether/pull/478)
- support explicitly disabling model reasoning ([#477]https://github.com/contextbridge/aether/pull/477)

### Other

- scheduled code-cleanup ([#451]https://github.com/contextbridge/aether/pull/451)

## [0.7.1]https://github.com/contextbridge/aether/compare/aether-wisp-v0.7.0...aether-wisp-v0.7.1 - 2026-09-14

### Other

- updated the following local packages: aether-acp-utils, aether-acp-utils

## [0.7.0]https://github.com/contextbridge/aether/compare/aether-wisp-v0.6.3...aether-wisp-v0.7.0 - 2026-09-14

### Added

- Aether CLI supports running a local client and remote agent via websockets ([#463]https://github.com/contextbridge/aether/pull/463)
- [**breaking**] Migrate to ACP 2.0 ([#460]https://github.com/contextbridge/aether/pull/460)
- [**breaking**] Replace syntax highlighting and themes with clankerdiff ([#454]https://github.com/contextbridge/aether/pull/454)
- *(acp-utils)* add WebSocket transport and reliable client lifecycle ([#452]https://github.com/contextbridge/aether/pull/452)

## [0.6.3]https://github.com/contextbridge/aether/compare/aether-wisp-v0.6.2...aether-wisp-v0.6.3 - 2026-09-11

### Other

- update Cargo.lock dependencies

## [0.6.2]https://github.com/contextbridge/aether/compare/aether-wisp-v0.6.1...aether-wisp-v0.6.2 - 2026-09-09

### Fixed

- *(wisp)* render finished bash tool previews as completed actions ([#433]https://github.com/contextbridge/aether/pull/433)

## [0.6.1]https://github.com/contextbridge/aether/compare/aether-wisp-v0.6.0...aether-wisp-v0.6.1 - 2026-09-04

### Fixed

- *(wisp)* TUI modals use consistent padding ([#421]https://github.com/contextbridge/aether/pull/421)

## [0.6.0]https://github.com/contextbridge/aether/compare/aether-wisp-v0.5.2...aether-wisp-v0.6.0 - 2026-09-03

### Added

- *(aether-cli)* [**breaking**] add session usage and cost tracking ([#405]https://github.com/contextbridge/aether/pull/405)

## [0.5.2]https://github.com/contextbridge/aether/compare/aether-wisp-v0.5.1...aether-wisp-v0.5.2 - 2026-08-31

### Other

- updated the following local packages: aether-acp-utils, aether-acp-utils

## [0.5.1]https://github.com/contextbridge/aether/compare/aether-wisp-v0.5.0...aether-wisp-v0.5.1 - 2026-08-27

### Fixed

- *(wisp)* preserve prompt completion ordering ([#384]https://github.com/contextbridge/aether/pull/384)
- *(wisp)* align plan review mouse scrolling with cursor ([#381]https://github.com/contextbridge/aether/pull/381)

### Other

- MIsc Wisp Improvments  ([#388]https://github.com/contextbridge/aether/pull/388)
- *(deps)* bump rust-toolchain from 1.97 to 1.98 in the rust-toolchain-minor-patch group ([#379]https://github.com/contextbridge/aether/pull/379)
- ACP sessions ([#382]https://github.com/contextbridge/aether/pull/382)
- Use new acp type for context usage, use rmcp's list_all methods and use acp native elicitation ([#376]https://github.com/contextbridge/aether/pull/376)
- release ([#370]https://github.com/contextbridge/aether/pull/370)

## [0.5.0]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.41...aether-wisp-v0.5.0 - 2026-08-22

### Changed

- Replaced the terminal UI implementation with the Ratatui-based Wisp rewrite.
- Replaced the public component API with `Session`, `run_tui`, `run_with_session`, and `UiSettings`.
- Added configurable global keybindings and the in-memory `testing` harness.

## [0.4.41]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.40...aether-wisp-v0.4.41 - 2026-08-20

### Other

- update Cargo.lock dependencies

## [0.4.40]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.39...aether-wisp-v0.4.40 - 2026-08-19

### Added

- Deferred (proxied) tools can now be composed via the Bash tool  ([#360]https://github.com/contextbridge/aether/pull/360)
- Support MCP tasks  ([#339]https://github.com/contextbridge/aether/pull/339)

### Other

- *(deps)* bump agent-client-protocol from 0.14.0 to 2.0.0 ([#285]https://github.com/contextbridge/aether/pull/285)
- Upgrade to rmcp 3.1.1 and MCP tool calls now use multi round trip requests (MRTR) ([#337]https://github.com/contextbridge/aether/pull/337)

## [0.4.39]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.38...aether-wisp-v0.4.39 - 2026-08-04

### Other

- *(deps)* bump rmcp from 1.8.0 to 3.0.0 ([#223]https://github.com/contextbridge/aether/pull/223)
- scheduled code-cleanup ([#318]https://github.com/contextbridge/aether/pull/318)

## [0.4.38]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.37...aether-wisp-v0.4.38 - 2026-07-29

### Other

- update Cargo.lock dependencies

## [0.4.37]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.36...aether-wisp-v0.4.37 - 2026-07-28

### Other

- update Cargo.lock dependencies

## [0.4.36]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.35...aether-wisp-v0.4.36 - 2026-07-28

### Other

- updated the following local packages: aether-tui, aether-tui, aether-acp-utils, aether-acp-utils

## [0.4.35]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.34...aether-wisp-v0.4.35 - 2026-07-27

### Other

- update Cargo.toml dependencies

## [0.4.34]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.33...aether-wisp-v0.4.34 - 2026-07-21

### Other

- update Cargo.lock dependencies

## [0.4.33]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.32...aether-wisp-v0.4.33 - 2026-07-20

### Other

- updated the following local packages: aether-acp-utils, aether-acp-utils

## [0.4.32]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.31...aether-wisp-v0.4.32 - 2026-07-20

### Added

- stage and unstage directories in the git diff file tree ([#249]https://github.com/contextbridge/aether/pull/249)
- *(wisp)* add staged/unstaged/both scope toggle to git diff mode ([#237]https://github.com/contextbridge/aether/pull/237)

### Fixed

- keep file picker open when pasting ([#250]https://github.com/contextbridge/aether/pull/250)
- keep agent sessions responsive during in-flight work ([#235]https://github.com/contextbridge/aether/pull/235)

### Other

- scheduled code-cleanup ([#246]https://github.com/contextbridge/aether/pull/246)
- streamline agent and MCP integration tests ([#236]https://github.com/contextbridge/aether/pull/236)

## [0.4.31]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.30...aether-wisp-v0.4.31 - 2026-07-13

### Other

- reduce development compile costs ([#231]https://github.com/contextbridge/aether/pull/231)

## [0.4.30]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.29...aether-wisp-v0.4.30 - 2026-07-13

### Other

- updated the following local packages: aether-acp-utils, aether-acp-utils

## [0.4.29]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.28...aether-wisp-v0.4.29 - 2026-07-13

### Other

- Rename AgentMessage => AgentEvent and better organize variants ([#217]https://github.com/contextbridge/aether/pull/217)

## [0.4.28]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.27...aether-wisp-v0.4.28 - 2026-07-09

### Other

- Update models ([#214]https://github.com/contextbridge/aether/pull/214)

## [0.4.27]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.26...aether-wisp-v0.4.27 - 2026-06-30

### Added

- *(wisp)* Git controls for staging/unstaging and commiting in git d… ([#201]https://github.com/contextbridge/aether/pull/201)

### Other

- *(mcp-servers)* Remove MCP roots functionality  ([#199]https://github.com/contextbridge/aether/pull/199)

## [0.4.26]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.25...aether-wisp-v0.4.26 - 2026-06-22

### Other

- updated the following local packages: aether-acp-utils, aether-acp-utils

## [0.4.25]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.24...aether-wisp-v0.4.25 - 2026-06-22

### Other

- Dry up tests in mcp-servers and wisp with test builders ([#182]https://github.com/contextbridge/aether/pull/182)
- *(workspace)* Move Rust to crates/ and TS to packages/ ([#175]https://github.com/contextbridge/aether/pull/175)

## [0.4.24]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.23...aether-wisp-v0.4.24 - 2026-06-19

### Other

- updated the following local packages: aether-acp-utils, aether-acp-utils

## [0.4.23]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.22...aether-wisp-v0.4.23 - 2026-06-18

### Other

- updated the following local packages: aether-acp-utils, aether-acp-utils

## [0.4.22]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.21...aether-wisp-v0.4.22 - 2026-06-18

### Added

- *(aether-evals)* Drive dockerized agents under eval via ACP ([#161]https://github.com/contextbridge/aether/pull/161)

### Fixed

- Small fixes ([#164]https://github.com/contextbridge/aether/pull/164)

### Other

- Move a bunch of errors to using thiserror ([#160]https://github.com/contextbridge/aether/pull/160)

## [0.4.21]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.20...aether-wisp-v0.4.21 - 2026-06-13

### Other

- updated the following local packages: aether-acp-utils, aether-acp-utils

## [0.4.20]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.19...aether-wisp-v0.4.20 - 2026-06-13

### Added

- *(aether-cli)* Add /move command to switch workspaces and bring your session + changes with you. ([#150]https://github.com/contextbridge/aether/pull/150)
- *(wisp)* Better git diff and plan views ([#146]https://github.com/contextbridge/aether/pull/146)
- *(aether-cli)* Better session resume menu ([#145]https://github.com/contextbridge/aether/pull/145)

### Fixed

- *(wisp)* Mouse scroll in git diff view no longer jumps ([#147]https://github.com/contextbridge/aether/pull/147)

## [0.4.19]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.18...aether-wisp-v0.4.19 - 2026-06-10

### Added

- *(wisp)* Allow configuring status lines via settings ([#132]https://github.com/contextbridge/aether/pull/132)

## [0.4.18]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.17...aether-wisp-v0.4.18 - 2026-06-05

### Fixed

- Status line wrapping ([#129]https://github.com/contextbridge/aether/pull/129)

## [0.4.17]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.16...aether-wisp-v0.4.17 - 2026-06-04

### Other

- update Cargo.lock dependencies

## [0.4.16]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.15...aether-wisp-v0.4.16 - 2026-05-31

### Added

- *(wisp)* Terminal bell on agent idle ([#98]https://github.com/contextbridge/aether/pull/98)

### Fixed

- *(aether-cli)* Update system prompts and mcp server connections when switching agents ([#110]https://github.com/contextbridge/aether/pull/110)
- *(wisp)* allow spacebar in /resume session picker ([#105]https://github.com/contextbridge/aether/pull/105)
- *(aether-cli)* Start MCP servers concurrently to avoid blocking TUI ([#106]https://github.com/contextbridge/aether/pull/106)

## [0.4.15]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.14...aether-wisp-v0.4.15 - 2026-05-21

### Added

- *(aether-cli)* Prompt history search ([#96]https://github.com/contextbridge/aether/pull/96)

### Fixed

- *(wisp)* Make multi line prompt composer work properly on a Mac ([#95]https://github.com/contextbridge/aether/pull/95)

## [0.4.14]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.13...aether-wisp-v0.4.14 - 2026-05-18

### Other

- update Cargo.toml dependencies

## [0.4.13]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.12...aether-wisp-v0.4.13 - 2026-05-18

### Fixed

- *(wisp)* Allow copying URLs when performing MCP auth  ([#82]https://github.com/contextbridge/aether/pull/82)
- *(wisp)* Show cwd and git branch to avoid confusing users with multiple terminal tabs open ([#79]https://github.com/contextbridge/aether/pull/79)

## [0.4.12]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.11...aether-wisp-v0.4.12 - 2026-05-16

### Other

- updated the following local packages: aether-acp-utils, aether-acp-utils

## [0.4.11]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.10...aether-wisp-v0.4.11 - 2026-05-15

### Fixed

- *(wisp)* Allow multi line input in prompt via shift+tab ([#73]https://github.com/contextbridge/aether/pull/73)
- make Tab key confirm selection in picker components ([#69]https://github.com/contextbridge/aether/pull/69)

## [0.4.10]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.9...aether-wisp-v0.4.10 - 2026-05-15

### Fixed

- *(wisp)* More visible search bar in resume session ([#62]https://github.com/contextbridge/aether/pull/62)
- *(wisp)* Show dot files in "@" search ([#63]https://github.com/contextbridge/aether/pull/63)
- *(wisp)* Improve perf of /resume session by buffering updates instead of individually rendering each update ([#61]https://github.com/contextbridge/aether/pull/61)

## [0.4.9]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.8...aether-wisp-v0.4.9 - 2026-05-14

### Other

- updated the following local packages: aether-acp-utils, aether-acp-utils

## [0.4.8]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.7...aether-wisp-v0.4.8 - 2026-05-14

### Other

- update Cargo.lock dependencies

## [0.4.7]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.6...aether-wisp-v0.4.7 - 2026-05-13

### Other

- updated the following local packages: aether-acp-utils, aether-acp-utils

## [0.4.6]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.5...aether-wisp-v0.4.6 - 2026-05-13

### Other

- update Cargo.lock dependencies

## [0.4.5]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.4...aether-wisp-v0.4.5 - 2026-05-12

### Other

- update Cargo.toml dependencies

## [0.4.4]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.3...aether-wisp-v0.4.4 - 2026-05-08

### Other

- *(wisp)* DRY up tests with better helpers

## [0.4.3]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.2...aether-wisp-v0.4.3 - 2026-05-08

### Added

- *(aether-cli)* Render proxied MCP servers in a separate list from non-proxied MCPs in settings menu

### Fixed

- *(mcp-servers)* Allow concurrent mcp auth requests

## [0.4.2]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.1...aether-wisp-v0.4.2 - 2026-05-05

### Other

- port to contextbridge org

## [0.4.1]https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.0...aether-wisp-v0.4.1 - 2026-05-05

### Fixed

- *(mcp-utils)* Allow re-authing proxied mcps

## [0.4.0]https://github.com/contextbridge/aether/compare/aether-wisp-v0.3.3...aether-wisp-v0.4.0 - 2026-05-04

### Other

- *(wisp)* Improve rendering performance of git diff view
- *(wisp)* Batch event renders

## [0.3.3]https://github.com/contextbridge/aether/compare/aether-wisp-v0.3.2...aether-wisp-v0.3.3 - 2026-05-03

### Other

- updated the following local packages: aether-acp-utils, aether-acp-utils

## [0.3.2]https://github.com/contextbridge/aether/compare/aether-wisp-v0.3.1...aether-wisp-v0.3.2 - 2026-04-29

### Other

- updated the following local packages: aether-utils, aether-tui, aether-tui, aether-acp-utils, aether-acp-utils

## [aether-wisp-v0.3.1] - 2026-04-27