daedalus-cli 1.52.1 → 1.52.3
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/AGENTS.md +9 -21
- package/CHANGELOG.md +46 -1223
- package/CODE_OF_CONDUCT.md +20 -89
- package/CONTRIBUTING.md +41 -137
- package/README.md +9 -2
- package/SECURITY.md +6 -42
- package/dist/tools/builtin/files.d.ts.map +1 -1
- package/dist/tools/builtin/files.js +15 -7
- package/dist/tools/builtin/files.js.map +1 -1
- package/dist/tools/builtin/files.test.js +14 -0
- package/dist/tools/builtin/files.test.js.map +1 -1
- package/package.json +1 -85
- package/scripts/postinstall.js +2 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,1090 +1,29 @@
|
|
|
1
|
-
## [1.52.
|
|
1
|
+
## [1.52.3](https://github.com/bgill55/daedalus/compare/v1.52.2...v1.52.3) (2026-07-21)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* restore clean README.md formatting and embed Daedalus Evolution infographic ([5236fe6](https://github.com/bgill55/daedalus/commit/5236fe6971707675c591a199aa2a7340013f479d))
|
|
7
7
|
|
|
8
|
-
# [1.52.0](https://github.com/bgill55/daedalus/compare/v1.51.0...v1.52.0) (2026-07-19)
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
###
|
|
12
|
-
|
|
13
|
-
*
|
|
14
|
-
|
|
15
|
-
# [1.
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
*
|
|
21
|
-
|
|
22
|
-
## [1.50.2](https://github.com/bgill55/daedalus/compare/v1.50.1...v1.50.2) (2026-07-19)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
### Bug Fixes
|
|
26
|
-
|
|
27
|
-
* **files:** cast ESM dynamic import of pdf-parse to any to fix compile error TS2578 ([7227388](https://github.com/bgill55/daedalus/commit/72273887f0f8115a1435c1817046469eef6f9a5d))
|
|
28
|
-
* **files:** import and instantiate named class PDFParse from pdf-parse ESM ([64092d6](https://github.com/bgill55/daedalus/commit/64092d629a1c283e9ef85b0ec49666325d46ad37))
|
|
29
|
-
|
|
30
|
-
## [1.50.1](https://github.com/bgill55/daedalus/compare/v1.50.0...v1.50.1) (2026-07-19)
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
### Bug Fixes
|
|
34
|
-
|
|
35
|
-
* **files:** add required explanation description to ts-expect-error comment ([bc1efa9](https://github.com/bgill55/daedalus/commit/bc1efa99b08500147dc6c53dbac5bff137354f44))
|
|
36
|
-
|
|
37
|
-
# [1.50.0](https://github.com/bgill55/daedalus/compare/v1.49.4...v1.50.0) (2026-07-19)
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
### Features
|
|
41
|
-
|
|
42
|
-
* add native PDF parsing support to readFile tool using pdf-parse ([59fa377](https://github.com/bgill55/daedalus/commit/59fa3778a780d02ceb0af46b87e452aa2d29094d))
|
|
43
|
-
|
|
44
|
-
## [1.49.4](https://github.com/bgill55/daedalus/compare/v1.49.3...v1.49.4) (2026-07-18)
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
### Bug Fixes
|
|
48
|
-
|
|
49
|
-
* skip build check on config/docs modifications in orchestrator ([1882c17](https://github.com/bgill55/daedalus/commit/1882c17676768f0f91bf7ed7c8a1d25436653bee))
|
|
50
|
-
|
|
51
|
-
## [1.49.3](https://github.com/bgill55/daedalus/compare/v1.49.2...v1.49.3) (2026-07-18)
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
### Bug Fixes
|
|
55
|
-
|
|
56
|
-
* implement repetition loop detection inside model streaming response handler ([808c895](https://github.com/bgill55/daedalus/commit/808c895181e85e58654aa207b51692e9a9e226c9))
|
|
57
|
-
|
|
58
|
-
## [1.49.2](https://github.com/bgill55/daedalus/compare/v1.49.1...v1.49.2) (2026-07-18)
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
### Bug Fixes
|
|
62
|
-
|
|
63
|
-
* auto-generate walkthrough.md upon successful orchestration completion ([6cccf3f](https://github.com/bgill55/daedalus/commit/6cccf3f78772f0409b9ab396256c580abb78656e))
|
|
64
|
-
|
|
65
|
-
## [1.49.1](https://github.com/bgill55/daedalus/compare/v1.49.0...v1.49.1) (2026-07-18)
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
### Bug Fixes
|
|
69
|
-
|
|
70
|
-
* include full configuration schema reference in help config manual ([2b862c0](https://github.com/bgill55/daedalus/commit/2b862c07b19d27c44a41c11dfcf846bbbfcc0363))
|
|
71
|
-
|
|
72
|
-
# [1.49.0](https://github.com/bgill55/daedalus/compare/v1.48.0...v1.49.0) (2026-07-18)
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
### Features
|
|
76
|
-
|
|
77
|
-
* add interactive man page help for slash commands ([a041254](https://github.com/bgill55/daedalus/commit/a041254aa00013eb9e4b9696dd09418d7e3eda7d))
|
|
78
|
-
|
|
79
|
-
# [1.48.0](https://github.com/bgill55/daedalus/compare/v1.47.0...v1.48.0) (2026-07-17)
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
### Features
|
|
83
|
-
|
|
84
|
-
* pin routed model inside single turn tool loops ([6d60e89](https://github.com/bgill55/daedalus/commit/6d60e89dae0e6eaa851843fdf068b84ddc20ed19))
|
|
85
|
-
|
|
86
|
-
# [1.47.0](https://github.com/bgill55/daedalus/compare/v1.46.0...v1.47.0) (2026-07-17)
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
### Bug Fixes
|
|
90
|
-
|
|
91
|
-
* resolve duplicate updateConfig method implementation in LocalRouter ([4b538cb](https://github.com/bgill55/daedalus/commit/4b538cbaa1951968a3695e4a3946a07899b1e12a))
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
### Features
|
|
95
|
-
|
|
96
|
-
* apply router config updates in real-time without restarting CLI ([20b4412](https://github.com/bgill55/daedalus/commit/20b44129b7b5fc4bb2e597e6663e150c914e7450))
|
|
97
|
-
|
|
98
|
-
# [1.46.0](https://github.com/bgill55/daedalus/compare/v1.45.1...v1.46.0) (2026-07-16)
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
### Features
|
|
102
|
-
|
|
103
|
-
* add centralized schema validation and auto-read fallback on patch failure ([edf7618](https://github.com/bgill55/daedalus/commit/edf761850fbf8188e5eae58673496cb07e9a3353))
|
|
104
|
-
|
|
105
|
-
## [1.45.1](https://github.com/bgill55/daedalus/compare/v1.45.0...v1.45.1) (2026-07-15)
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
### Performance Improvements
|
|
109
|
-
|
|
110
|
-
* **files:** normalize CRLF line endings at API boundary and preserve on write ([87746a1](https://github.com/bgill55/daedalus/commit/87746a1dd20b495836c8d2d2864f7bc90060ef49))
|
|
111
|
-
|
|
112
|
-
# [1.45.0](https://github.com/bgill55/daedalus/compare/v1.44.0...v1.45.0) (2026-07-15)
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
### Features
|
|
116
|
-
|
|
117
|
-
* **rules:** inject project-scoped rules into planner and sub-agents, and add /system command ([0935c5c](https://github.com/bgill55/daedalus/commit/0935c5c276ee9438d754bc3dc47020971eb77179))
|
|
118
|
-
|
|
119
|
-
# [1.44.0](https://github.com/bgill55/daedalus/compare/v1.43.0...v1.44.0) (2026-07-15)
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
### Features
|
|
123
|
-
|
|
124
|
-
* **rules:** log detected project rules files on startup ([9675acc](https://github.com/bgill55/daedalus/commit/9675acce163fe3d3b85974dc8d7c77fcaf2ffe5d))
|
|
125
|
-
|
|
126
|
-
# [1.43.0](https://github.com/bgill55/daedalus/compare/v1.42.0...v1.43.0) (2026-07-15)
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
### Features
|
|
130
|
-
|
|
131
|
-
* **rules:** auto-detect and load CLAUDE.md, .cursorrules, and .daedalusrules from project root ([b8627db](https://github.com/bgill55/daedalus/commit/b8627db6f2ea37e90425ed92d07edf0d77fb7ca4))
|
|
132
|
-
|
|
133
|
-
# [1.42.0](https://github.com/bgill55/daedalus/compare/v1.41.0...v1.42.0) (2026-07-15)
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
### Features
|
|
137
|
-
|
|
138
|
-
* **ui:** implement Dual-Channel UI Commentary Collapse in CLI mode ([f340d08](https://github.com/bgill55/daedalus/commit/f340d082b11451be49c1fbec34a66a680bee43c6))
|
|
139
|
-
|
|
140
|
-
# [1.41.0](https://github.com/bgill55/daedalus/compare/v1.40.5...v1.41.0) (2026-07-15)
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
### Features
|
|
144
|
-
|
|
145
|
-
* **loop:** implement the Finn Loop spec gathering and loop daemon engine ([008adb8](https://github.com/bgill55/daedalus/commit/008adb8ab898c53fac7cc11d64639a6cd9e45112))
|
|
146
|
-
|
|
147
|
-
## [1.40.5](https://github.com/bgill55/daedalus/compare/v1.40.4...v1.40.5) (2026-07-13)
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
### Bug Fixes
|
|
151
|
-
|
|
152
|
-
* **orchestrator:** allow non-file tasks and prioritize coder role in fallback plans ([0e159ec](https://github.com/bgill55/daedalus/commit/0e159ecc857ba3763f31eb81dfc2c658aa7df674))
|
|
153
|
-
|
|
154
|
-
## [1.40.4](https://github.com/bgill55/daedalus/compare/v1.40.3...v1.40.4) (2026-07-12)
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
### Bug Fixes
|
|
158
|
-
|
|
159
|
-
* **files:** block destructive short replace_all and update session mtime cache on reverts ([e373d0c](https://github.com/bgill55/daedalus/commit/e373d0cb9008c90360b417c419f01eac511258fd))
|
|
160
|
-
|
|
161
|
-
## [1.40.3](https://github.com/bgill55/daedalus/compare/v1.40.2...v1.40.3) (2026-07-12)
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
### Bug Fixes
|
|
165
|
-
|
|
166
|
-
* **orchestrator:** resolve projectRoot paths and build verification scope for sub-projects ([da34185](https://github.com/bgill55/daedalus/commit/da34185e9902a9b03a4e1cc076caae054dceb88e))
|
|
167
|
-
|
|
168
|
-
## [1.40.2](https://github.com/bgill55/daedalus/compare/v1.40.1...v1.40.2) (2026-07-12)
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
### Bug Fixes
|
|
172
|
-
|
|
173
|
-
* **router:** sanitize messages to prevent 400 errors from strict providers ([8929392](https://github.com/bgill55/daedalus/commit/89293926a90a1f72705149566dae5dcfc7a9ad5a))
|
|
174
|
-
|
|
175
|
-
## [1.40.1](https://github.com/bgill55/daedalus/compare/v1.40.0...v1.40.1) (2026-07-11)
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
### Bug Fixes
|
|
179
|
-
|
|
180
|
-
* **extraction:** parse JSON containing nested brackets robustly ([8bb2223](https://github.com/bgill55/daedalus/commit/8bb2223dd34b58c6f9a7ed4667968ba40e3a8baa))
|
|
181
|
-
|
|
182
|
-
# [1.40.0](https://github.com/bgill55/daedalus/compare/v1.39.10...v1.40.0) (2026-07-10)
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
### Features
|
|
186
|
-
|
|
187
|
-
* **tools:** add ask_user tool for interactive prompt input ([005adb9](https://github.com/bgill55/daedalus/commit/005adb98d9a21aeeb94f01a1199b2c3215665a11))
|
|
188
|
-
|
|
189
|
-
## [1.39.10](https://github.com/bgill55/daedalus/compare/v1.39.9...v1.39.10) (2026-07-08)
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
### Bug Fixes
|
|
193
|
-
|
|
194
|
-
* **model:** inject strict system warnings for failed patch and write_file tools to force correction and prevent skipping ([3af31f2](https://github.com/bgill55/daedalus/commit/3af31f2636c1f7aa6f7fe44caa65d40f66253f27))
|
|
195
|
-
|
|
196
|
-
## [1.39.9](https://github.com/bgill55/daedalus/compare/v1.39.8...v1.39.9) (2026-07-08)
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
### Bug Fixes
|
|
200
|
-
|
|
201
|
-
* **tui:** add responsive thinking spinner animation inside logBox border label ([b2122d5](https://github.com/bgill55/daedalus/commit/b2122d5417a571dc55da414e30bffb1b81dedc7e))
|
|
202
|
-
|
|
203
|
-
## [1.39.8](https://github.com/bgill55/daedalus/compare/v1.39.7...v1.39.8) (2026-07-08)
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
### Bug Fixes
|
|
207
|
-
|
|
208
|
-
* **tui:** dynamically calculate user box wrap width based on mode to prevent nested border wrapping ([4362d01](https://github.com/bgill55/daedalus/commit/4362d01d6e1444f5963282a30dc44e0389ba0c1a))
|
|
209
|
-
|
|
210
|
-
## [1.39.7](https://github.com/bgill55/daedalus/compare/v1.39.6...v1.39.7) (2026-07-08)
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
### Bug Fixes
|
|
214
|
-
|
|
215
|
-
* **tui:** remove custom input blur listener to prevent double character typing ([6494f48](https://github.com/bgill55/daedalus/commit/6494f4830c1fded59fb7debebde75f7b05e360bb))
|
|
216
|
-
|
|
217
|
-
## [1.39.6](https://github.com/bgill55/daedalus/compare/v1.39.5...v1.39.6) (2026-07-07)
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
### Bug Fixes
|
|
221
|
-
|
|
222
|
-
* **tui:** call list.setItems explicitly after construction to enable key navigation ([97ad1db](https://github.com/bgill55/daedalus/commit/97ad1db0efe7208f7aa2942a33a4ef4742b2ff3b))
|
|
223
|
-
|
|
224
|
-
## [1.39.5](https://github.com/bgill55/daedalus/compare/v1.39.4...v1.39.5) (2026-07-07)
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
### Bug Fixes
|
|
228
|
-
|
|
229
|
-
* **tui:** cancel textbox readInput when blurred to allow navigation in other focused widgets ([50b54b4](https://github.com/bgill55/daedalus/commit/50b54b4d11dbdedf80f4128a523b1210443f0568))
|
|
230
|
-
|
|
231
|
-
## [1.39.4](https://github.com/bgill55/daedalus/compare/v1.39.3...v1.39.4) (2026-07-07)
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
### Bug Fixes
|
|
235
|
-
|
|
236
|
-
* **tui:** add mouse click-to-focus and wheel scroll support to lists and console ([59ed40b](https://github.com/bgill55/daedalus/commit/59ed40b9e4020ee45c5e887dba1837fd39d3f24c))
|
|
237
|
-
* **tui:** pass amount argument to list up and down methods ([8de67f9](https://github.com/bgill55/daedalus/commit/8de67f9aa7762168e4be7f29e70d3d96dcaef934))
|
|
238
|
-
|
|
239
|
-
## [1.39.3](https://github.com/bgill55/daedalus/compare/v1.39.2...v1.39.3) (2026-07-06)
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
### Bug Fixes
|
|
243
|
-
|
|
244
|
-
* **session:** clean conversational prefixes from generated titles ([3120760](https://github.com/bgill55/daedalus/commit/312076044a735f679c499373b9d8f52a13ceb8bc))
|
|
245
|
-
|
|
246
|
-
## [1.39.2](https://github.com/bgill55/daedalus/compare/v1.39.1...v1.39.2) (2026-07-05)
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
### Bug Fixes
|
|
250
|
-
|
|
251
|
-
* **tui:** register original stdout/stderr streams on globalThis to prevent stream redirection leaks on unexpected crashes ([5e3fb19](https://github.com/bgill55/daedalus/commit/5e3fb1915dbdbadb7185fe5b8004f974afffed70))
|
|
252
|
-
|
|
253
|
-
## [1.39.1](https://github.com/bgill55/daedalus/compare/v1.39.0...v1.39.1) (2026-07-05)
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
### Bug Fixes
|
|
257
|
-
|
|
258
|
-
* **router:** sanitize messages to strip vision/image payloads for models without vision capabilities and default null/undefined content ([1728853](https://github.com/bgill55/daedalus/commit/1728853309add47d5de49b5d94cf458aacde474d))
|
|
259
|
-
|
|
260
|
-
# [1.39.0](https://github.com/bgill55/daedalus/compare/v1.38.3...v1.39.0) (2026-07-05)
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
### Features
|
|
264
|
-
|
|
265
|
-
* **session:** add /session export subcommand to export current conversation to a styled Markdown file ([e01be16](https://github.com/bgill55/daedalus/commit/e01be16b3051712add44cbf17a686a28fb80207c))
|
|
266
|
-
|
|
267
|
-
## [1.38.3](https://github.com/bgill55/daedalus/compare/v1.38.2...v1.38.3) (2026-07-05)
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
### Bug Fixes
|
|
271
|
-
|
|
272
|
-
* **executor:** execute tool calls sequentially instead of in parallel to avoid concurrent stdin/readline collisions and file-writing races ([099578b](https://github.com/bgill55/daedalus/commit/099578b8a9430e070e7bb7d0b92c69736a5882bf))
|
|
273
|
-
|
|
274
|
-
## [1.38.2](https://github.com/bgill55/daedalus/compare/v1.38.1...v1.38.2) (2026-07-05)
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
### Bug Fixes
|
|
278
|
-
|
|
279
|
-
* **todo:** support property-level merging and default empty content to prevent SQLite NOT NULL constraint failures ([c7abc8f](https://github.com/bgill55/daedalus/commit/c7abc8fe117877b93c4dab6eff9fe70b80c05e05))
|
|
280
|
-
|
|
281
|
-
## [1.38.1](https://github.com/bgill55/daedalus/compare/v1.38.0...v1.38.1) (2026-07-05)
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
### Bug Fixes
|
|
285
|
-
|
|
286
|
-
* **cli:** eliminate turn-gate prompt for read-only tools and fix process termination leaks on Windows ([97163d1](https://github.com/bgill55/daedalus/commit/97163d17d363940ecd0fbc111d5755aa5cb6b3fe))
|
|
287
|
-
|
|
288
|
-
# [1.38.0](https://github.com/bgill55/daedalus/compare/v1.37.6...v1.38.0) (2026-07-05)
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
### Features
|
|
292
|
-
|
|
293
|
-
* **cli:** enhance code generation quality, prompts, verification pipelines, and design token integration ([83aed68](https://github.com/bgill55/daedalus/commit/83aed68cba1c4b4985870515505af0966fd6263f))
|
|
294
|
-
|
|
295
|
-
## [1.37.6](https://github.com/bgill55/daedalus/compare/v1.37.5...v1.37.6) (2026-07-04)
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
### Bug Fixes
|
|
299
|
-
|
|
300
|
-
* add arg validation to patch tool and optimize router openai request compatibility ([538af50](https://github.com/bgill55/daedalus/commit/538af507b61b1f90cc7d71fc441a41652c1b213a))
|
|
301
|
-
|
|
302
|
-
## [1.37.5](https://github.com/bgill55/daedalus/compare/v1.37.4...v1.37.5) (2026-07-04)
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
### Bug Fixes
|
|
306
|
-
|
|
307
|
-
* **router:** strip signal from OpenAI body to prevent 422 errors ([883a5e8](https://github.com/bgill55/daedalus/commit/883a5e8628103619ee161cc32a680df5fb4d6346))
|
|
308
|
-
|
|
309
|
-
## [1.37.4](https://github.com/bgill55/daedalus/compare/v1.37.3...v1.37.4) (2026-07-04)
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
### Bug Fixes
|
|
313
|
-
|
|
314
|
-
* **orchestrator:** refine React import rules for Next.js Pages Router ([dcbfb01](https://github.com/bgill55/daedalus/commit/dcbfb0176a28c76886869ee8b32ec6b3a0e0eaa7))
|
|
315
|
-
|
|
316
|
-
## [1.37.3](https://github.com/bgill55/daedalus/compare/v1.37.2...v1.37.3) (2026-07-04)
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
### Bug Fixes
|
|
320
|
-
|
|
321
|
-
* **orchestrator,index:** fix fallback plan cwd paths and argv flag filtering ([9177e85](https://github.com/bgill55/daedalus/commit/9177e8556213abfc40224af7496c367bd7d4e082))
|
|
322
|
-
|
|
323
|
-
## [1.37.2](https://github.com/bgill55/daedalus/compare/v1.37.1...v1.37.2) (2026-07-04)
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
### Bug Fixes
|
|
327
|
-
|
|
328
|
-
* **orchestrator:** fix planner failure on vague frontend UI goals ([afd1a4b](https://github.com/bgill55/daedalus/commit/afd1a4bcebb508e00bd30d7dc5a5df60e6dad4ad))
|
|
329
|
-
|
|
330
|
-
## [1.37.1](https://github.com/bgill55/daedalus/compare/v1.37.0...v1.37.1) (2026-07-04)
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
### Bug Fixes
|
|
334
|
-
|
|
335
|
-
* **agents:** harden production code generation against anti-pattern contamination ([3519a1b](https://github.com/bgill55/daedalus/commit/3519a1b94c4333d4ad7f35ffc54f19e742abc26a))
|
|
336
|
-
|
|
337
|
-
# [1.37.0](https://github.com/bgill55/daedalus/compare/v1.36.1...v1.37.0) (2026-07-03)
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
### Features
|
|
341
|
-
|
|
342
|
-
* **agents:** inject versioned Next.js production coding rules into coder context ([a3971f8](https://github.com/bgill55/daedalus/commit/a3971f8396ace5c71354a269faf73a04e0c627bc))
|
|
343
|
-
|
|
344
|
-
## [1.36.1](https://github.com/bgill55/daedalus/compare/v1.36.0...v1.36.1) (2026-07-02)
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
### Bug Fixes
|
|
348
|
-
|
|
349
|
-
* **cli:** prevent stale read on consecutive writes and reset circuit breaker on read_file ([e5341d0](https://github.com/bgill55/daedalus/commit/e5341d00048387657317a5492179ca3965c28dcb))
|
|
350
|
-
|
|
351
|
-
# [1.36.0](https://github.com/bgill55/daedalus/compare/v1.35.9...v1.36.0) (2026-07-02)
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
### Features
|
|
355
|
-
|
|
356
|
-
* **cli:** add auto-approve flags and prevent tool-calling loops ([399c30b](https://github.com/bgill55/daedalus/commit/399c30b3a77b346592abdacbe1dc3e51ed07fc86))
|
|
357
|
-
|
|
358
|
-
## [1.35.9](https://github.com/bgill55/daedalus/compare/v1.35.8...v1.35.9) (2026-07-02)
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
### Bug Fixes
|
|
362
|
-
|
|
363
|
-
* **orchestrator:** filter build errors by modified files and add error hints ([8b3e91d](https://github.com/bgill55/daedalus/commit/8b3e91d808a4cdcc710a4ac571ea715cbc047ce4))
|
|
364
|
-
* **orchestrator:** resolve TS2532 compiler error on patchHistory access ([88183a4](https://github.com/bgill55/daedalus/commit/88183a4aab945e373d3d7a833a3d89c5c8162246))
|
|
365
|
-
|
|
366
|
-
## [1.35.8](https://github.com/bgill55/daedalus/compare/v1.35.7...v1.35.8) (2026-07-02)
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
### Bug Fixes
|
|
370
|
-
|
|
371
|
-
* **orchestrator:** disable tools on the final turn of agent execution to guarantee a text-only summary output ([0a1bc38](https://github.com/bgill55/daedalus/commit/0a1bc385fdbcff2d1c42b088ad56f83a3ea9751e))
|
|
372
|
-
|
|
373
|
-
## [1.35.7](https://github.com/bgill55/daedalus/compare/v1.35.6...v1.35.7) (2026-07-02)
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
### Bug Fixes
|
|
377
|
-
|
|
378
|
-
* **orchestrator:** filter out framework names from file path matching and block single-task collapsed plans for complex goals ([6bb0212](https://github.com/bgill55/daedalus/commit/6bb02127a01dc4fed5946058b45c949f1456d4bf))
|
|
379
|
-
|
|
380
|
-
## [1.35.6](https://github.com/bgill55/daedalus/compare/v1.35.5...v1.35.6) (2026-07-02)
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
### Bug Fixes
|
|
384
|
-
|
|
385
|
-
* **orchestrator:** comprehensive stability overhaul — 18 bug fixes across plan validation, parser, verification, repair, and role config ([8c01c21](https://github.com/bgill55/daedalus/commit/8c01c21a41e6b39ee00765c338bb49c4129bd13e))
|
|
386
|
-
* **orchestrator:** comprehensive stability overhaul — 24 bug fixes across plan validation, parser, verification, repair, and role config ([92ba0c2](https://github.com/bgill55/daedalus/commit/92ba0c2fe350a89ec621cae50c9c3e570e439099))
|
|
387
|
-
|
|
388
|
-
## [1.35.5](https://github.com/bgill55/daedalus/compare/v1.35.4...v1.35.5) (2026-07-02)
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
### Bug Fixes
|
|
392
|
-
|
|
393
|
-
* **orchestrator:** only require file paths for coder and debugger tasks ([deaa66c](https://github.com/bgill55/daedalus/commit/deaa66c249745da54313cf896ce1ca405cfe8a14))
|
|
394
|
-
|
|
395
|
-
## [1.35.4](https://github.com/bgill55/daedalus/compare/v1.35.3...v1.35.4) (2026-07-02)
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
### Bug Fixes
|
|
399
|
-
|
|
400
|
-
* **orchestrator:** use auto tool choice for read-only roles and skip tools used line in parser ([dd54a3f](https://github.com/bgill55/daedalus/commit/dd54a3f61338e88b41f9e618cbb02eacda7934b1))
|
|
401
|
-
|
|
402
|
-
## [1.35.3](https://github.com/bgill55/daedalus/compare/v1.35.2...v1.35.3) (2026-07-02)
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
### Bug Fixes
|
|
406
|
-
|
|
407
|
-
* **orchestrator:** pass tasks and originalGoal to retried task delegations and fix split validation check ([cb96492](https://github.com/bgill55/daedalus/commit/cb96492c9a289a160d0a88c36f8adad3480ee517))
|
|
408
|
-
|
|
409
|
-
## [1.35.2](https://github.com/bgill55/daedalus/compare/v1.35.1...v1.35.2) (2026-07-02)
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
### Bug Fixes
|
|
413
|
-
|
|
414
|
-
* **planner:** refine vague word regex and instruct planner to resolve them ([e2ae045](https://github.com/bgill55/daedalus/commit/e2ae04573d30511c3ec2e3218bbed87eab07ab6a))
|
|
415
|
-
|
|
416
|
-
## [1.35.1](https://github.com/bgill55/daedalus/compare/v1.35.0...v1.35.1) (2026-07-02)
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
### Bug Fixes
|
|
420
|
-
|
|
421
|
-
* **prompts:** instruct agents to acknowledge tool results in history ([90c90e1](https://github.com/bgill55/daedalus/commit/90c90e1022ebf04c7e5ac853b37fabe01d65a73c))
|
|
422
|
-
|
|
423
|
-
# [1.35.0](https://github.com/bgill55/daedalus/compare/v1.34.18...v1.35.0) (2026-07-01)
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
### Features
|
|
427
|
-
|
|
428
|
-
* **orchestrator:** implement build verification loops and auto rollbacks ([f0a2229](https://github.com/bgill55/daedalus/commit/f0a22298c69b8943c022aa0fd24a765e0cdf5cbf))
|
|
429
|
-
|
|
430
|
-
## [1.34.18](https://github.com/bgill55/daedalus/compare/v1.34.17...v1.34.18) (2026-07-01)
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
### Bug Fixes
|
|
434
|
-
|
|
435
|
-
* **tui:** allow scrolling with PageUp/PageDown while input textbox is focused ([833d69b](https://github.com/bgill55/daedalus/commit/833d69b9ece363198ab2802981df8d6e617acd60))
|
|
436
|
-
|
|
437
|
-
## [1.34.17](https://github.com/bgill55/daedalus/compare/v1.34.16...v1.34.17) (2026-07-01)
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
### Bug Fixes
|
|
441
|
-
|
|
442
|
-
* **tui:** handle Tab focus cycling when textbox is focused ([1974e1f](https://github.com/bgill55/daedalus/commit/1974e1ff2e0552f3ed66427908e618fd3cbb405a))
|
|
443
|
-
|
|
444
|
-
## [1.34.16](https://github.com/bgill55/daedalus/compare/v1.34.15...v1.34.16) (2026-06-30)
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
### Bug Fixes
|
|
448
|
-
|
|
449
|
-
* **cli:** limit list_files results to prevent context window token overflow ([620ba4a](https://github.com/bgill55/daedalus/commit/620ba4ac5d4d486aa2526ab5151e022406ae11f2))
|
|
450
|
-
|
|
451
|
-
## [1.34.15](https://github.com/bgill55/daedalus/compare/v1.34.14...v1.34.15) (2026-06-30)
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
### Bug Fixes
|
|
455
|
-
|
|
456
|
-
* **cli:** ignore build/dep folders in files tool & add max_tokens to completions ([346bb10](https://github.com/bgill55/daedalus/commit/346bb105a89e23099b15a40565e3620dd46ca5f8))
|
|
457
|
-
|
|
458
|
-
## [1.34.14](https://github.com/bgill55/daedalus/compare/v1.34.13...v1.34.14) (2026-06-29)
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
### Bug Fixes
|
|
462
|
-
|
|
463
|
-
* remove duplicate Tab key handlers that double-fire and skip widgets ([26dce71](https://github.com/bgill55/daedalus/commit/26dce713e0466f9f3fbb774deb374b1345626ede))
|
|
464
|
-
|
|
465
|
-
## [1.34.13](https://github.com/bgill55/daedalus/compare/v1.34.12...v1.34.13) (2026-06-29)
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
### Bug Fixes
|
|
469
|
-
|
|
470
|
-
* instruct model to skip tool calls for simple greetings in default system prompt ([7d21762](https://github.com/bgill55/daedalus/commit/7d21762ead99fa6e5d36e217e2cfd163d1cea8a0))
|
|
471
|
-
|
|
472
|
-
## [1.34.12](https://github.com/bgill55/daedalus/compare/v1.34.11...v1.34.12) (2026-06-29)
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
### Bug Fixes
|
|
476
|
-
|
|
477
|
-
* silence background terminal spinner in TUI mode to prevent logging escape sequences ([5f59c8d](https://github.com/bgill55/daedalus/commit/5f59c8d98db580b2fca07462c1106fd4d96225ee))
|
|
478
|
-
|
|
479
|
-
## [1.34.11](https://github.com/bgill55/daedalus/compare/v1.34.10...v1.34.11) (2026-06-29)
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
### Bug Fixes
|
|
483
|
-
|
|
484
|
-
* enable mouse tracking on blessed screen to activate mouse clicks on TUI widgets ([c76180a](https://github.com/bgill55/daedalus/commit/c76180a011aadb1bfcdc4368fae56d9a66466ea0))
|
|
485
|
-
|
|
486
|
-
## [1.34.10](https://github.com/bgill55/daedalus/compare/v1.34.9...v1.34.10) (2026-06-29)
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
### Bug Fixes
|
|
490
|
-
|
|
491
|
-
* intercept and discard tab keypresses in inputField textbox to prevent tab character input during focus shifts ([afc7cd7](https://github.com/bgill55/daedalus/commit/afc7cd7c79f859686192a0e7e193064aaf961cc9))
|
|
492
|
-
|
|
493
|
-
## [1.34.9](https://github.com/bgill55/daedalus/compare/v1.34.8...v1.34.9) (2026-06-29)
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
### Bug Fixes
|
|
497
|
-
|
|
498
|
-
* cast list element to any in click listeners to satisfy tsc ([df59155](https://github.com/bgill55/daedalus/commit/df59155b784e5a459ae6fccb9d830dc3fc69b99f))
|
|
499
|
-
* resolve overlapping sidebar borders, inputField tab focus capture, and mouse-clicks on TUI lists ([e90ddca](https://github.com/bgill55/daedalus/commit/e90ddca8ba84d242c40869acfb28f61eb31f4a3b))
|
|
500
|
-
|
|
501
|
-
## [1.34.8](https://github.com/bgill55/daedalus/compare/v1.34.7...v1.34.8) (2026-06-29)
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
### Bug Fixes
|
|
505
|
-
|
|
506
|
-
* set isTTY/columns/rows on customStdout so blessed gets proper terminal capabilities ([8792545](https://github.com/bgill55/daedalus/commit/879254555b1c5f2216697d40f2658b0618fa4217))
|
|
507
|
-
|
|
508
|
-
## [1.34.7](https://github.com/bgill55/daedalus/compare/v1.34.6...v1.34.7) (2026-06-29)
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
### Bug Fixes
|
|
512
|
-
|
|
513
|
-
* enable alternate screen buffer for TUI so terminal is properly cleared and restored on /tui ([413eac4](https://github.com/bgill55/daedalus/commit/413eac449b74d1c994fb6d287d45299e3abb0d92))
|
|
514
|
-
|
|
515
|
-
## [1.34.6](https://github.com/bgill55/daedalus/compare/v1.34.5...v1.34.6) (2026-06-29)
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
### Bug Fixes
|
|
519
|
-
|
|
520
|
-
* prevent rl.close() from ending process.stdout so TUI renders on /tui mode switch ([bfb6e7d](https://github.com/bgill55/daedalus/commit/bfb6e7dc836ca3e801f6f7cf8a3ac35f3e41c49e))
|
|
521
|
-
|
|
522
|
-
## [1.34.5](https://github.com/bgill55/daedalus/compare/v1.34.4...v1.34.5) (2026-06-28)
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
### Bug Fixes
|
|
526
|
-
|
|
527
|
-
* call customStdout write callback manually without passing to originalStdoutWrite to prevent buffering hangs on Windows ([871488e](https://github.com/bgill55/daedalus/commit/871488ec514583a2f74411a8607aef77a382c55b))
|
|
528
|
-
|
|
529
|
-
## [1.34.4](https://github.com/bgill55/daedalus/compare/v1.34.3...v1.34.4) (2026-06-28)
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
### Bug Fixes
|
|
533
|
-
|
|
534
|
-
* restore original stdout/stderr on main process catch ([cf5dc1b](https://github.com/bgill55/daedalus/commit/cf5dc1b496c87a6899f05161312f21ca86fef0bf))
|
|
535
|
-
|
|
536
|
-
## [1.34.3](https://github.com/bgill55/daedalus/compare/v1.34.2...v1.34.3) (2026-06-28)
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
### Bug Fixes
|
|
540
|
-
|
|
541
|
-
* remove manual callback invocation from customStdout stream to prevent ERR_MULTIPLE_CALLBACK crash ([ce083ab](https://github.com/bgill55/daedalus/commit/ce083ab28248ff26f4128fbf9e24fc3588a02612))
|
|
542
|
-
|
|
543
|
-
## [1.34.2](https://github.com/bgill55/daedalus/compare/v1.34.1...v1.34.2) (2026-06-28)
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
### Bug Fixes
|
|
547
|
-
|
|
548
|
-
* cast customStdout stream to any to resolve screen output type check error ([b241dd4](https://github.com/bgill55/daedalus/commit/b241dd40b22a38ac6f35a5d2cba45a842fbdb6d1))
|
|
549
|
-
* resolve infinite stdout write loop by introducing custom output stream wrapper for Blessed screen ([31340c7](https://github.com/bgill55/daedalus/commit/31340c7931830a79056c3b34470bf2971baa7ce7))
|
|
550
|
-
|
|
551
|
-
## [1.34.1](https://github.com/bgill55/daedalus/compare/v1.34.0...v1.34.1) (2026-06-28)
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
### Bug Fixes
|
|
555
|
-
|
|
556
|
-
* ensure readline interface is closed when exiting CLI REPL loop to prevent stdin lockups in TUI mode ([94da03c](https://github.com/bgill55/daedalus/commit/94da03c29e8e5bf8beda9bfa9574464ebfe64d40))
|
|
557
|
-
|
|
558
|
-
# [1.34.0](https://github.com/bgill55/daedalus/compare/v1.33.1...v1.34.0) (2026-06-28)
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
### Features
|
|
562
|
-
|
|
563
|
-
* add /tui command to toggle between TUI and CLI modes dynamically ([1afde32](https://github.com/bgill55/daedalus/commit/1afde329fb61bf588e96a1bc27d80eec30dbd9b7))
|
|
564
|
-
|
|
565
|
-
## [1.33.1](https://github.com/bgill55/daedalus/compare/v1.33.0...v1.33.1) (2026-06-28)
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
### Bug Fixes
|
|
569
|
-
|
|
570
|
-
* resolve documentation out-of-sync test failures by updating sync script safety section and zod schema ([eeb137a](https://github.com/bgill55/daedalus/commit/eeb137a82f2961a4c02fd5e3e28aa2b7cd095d31))
|
|
571
|
-
|
|
572
|
-
# [1.33.0](https://github.com/bgill55/daedalus/compare/v1.32.3...v1.33.0) (2026-06-28)
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
### Features
|
|
576
|
-
|
|
577
|
-
* implement interactive terminal dashboard TUI layout with system stats, model selection override, and codebase file explorer ([34cc593](https://github.com/bgill55/daedalus/commit/34cc593189a79831860663136ac30c6886e42116))
|
|
578
|
-
|
|
579
|
-
## [1.32.3](https://github.com/bgill55/daedalus/compare/v1.32.2...v1.32.3) (2026-06-27)
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
### Bug Fixes
|
|
583
|
-
|
|
584
|
-
* **orchestrator:** filter think blocks from execution results before error parsing ([8a43c31](https://github.com/bgill55/daedalus/commit/8a43c3118035b1226f42ded35757069574a23a75))
|
|
585
|
-
|
|
586
|
-
## [1.32.2](https://github.com/bgill55/daedalus/compare/v1.32.1...v1.32.2) (2026-06-27)
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
### Bug Fixes
|
|
590
|
-
|
|
591
|
-
* **orchestrator:** allow up to 4 consecutive read-only turns after file write before early exit ([3cc7f2b](https://github.com/bgill55/daedalus/commit/3cc7f2b010d8e9d1d0549362ab042263d6ec044e))
|
|
592
|
-
|
|
593
|
-
## [1.32.1](https://github.com/bgill55/daedalus/compare/v1.32.0...v1.32.1) (2026-06-27)
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
### Bug Fixes
|
|
597
|
-
|
|
598
|
-
* **orchestrator:** relax vague goal validation regex to support natural planning wording ([96ec6f2](https://github.com/bgill55/daedalus/commit/96ec6f2ccbd001f2650349cdc964d2a1674e6eb1))
|
|
599
|
-
|
|
600
|
-
# [1.32.0](https://github.com/bgill55/daedalus/compare/v1.31.0...v1.32.0) (2026-06-27)
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
### Features
|
|
604
|
-
|
|
605
|
-
* add tech stack auto-scanning, todo checklist context, and model tier routing ([8ad7656](https://github.com/bgill55/daedalus/commit/8ad765693f6106387fc7132c61485db353a6ff27))
|
|
606
|
-
|
|
607
|
-
# [1.31.0](https://github.com/bgill55/daedalus/compare/v1.30.0...v1.31.0) (2026-06-27)
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
### Features
|
|
611
|
-
|
|
612
|
-
* add vscode-extension to .gitignore and fix guardrail backticks ([d48bb93](https://github.com/bgill55/daedalus/commit/d48bb9304549a3e2db96bc5434090058473b9655))
|
|
613
|
-
* add vscode-extension to .gitignore and fix guardrail formatting ([a40a615](https://github.com/bgill55/daedalus/commit/a40a61534f5fb38a749abbcfd4c8f1639552ade5))
|
|
614
|
-
|
|
615
|
-
# [1.30.0](https://github.com/bgill55/daedalus/compare/v1.29.0...v1.30.0) (2026-06-25)
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
### Features
|
|
619
|
-
|
|
620
|
-
* add git safety guard to prevent accidental deletion of git tracking data ([8828487](https://github.com/bgill55/daedalus/commit/88284872736a61a08c7736e3654c8352a31deaaf))
|
|
621
|
-
|
|
622
|
-
# [1.29.0](https://github.com/bgill55/daedalus/compare/v1.28.0...v1.29.0) (2026-06-25)
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
### Features
|
|
626
|
-
|
|
627
|
-
* auto-detect scaffold anti-patterns and verify work after patches ([981531a](https://github.com/bgill55/daedalus/commit/981531ae161c4b44060da38f627ec2af9c20bfa5))
|
|
628
|
-
|
|
629
|
-
# [1.28.0](https://github.com/bgill55/daedalus/compare/v1.27.1...v1.28.0) (2026-06-25)
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
### Bug Fixes
|
|
633
|
-
|
|
634
|
-
* satisfy strictPropertyInitialization for per-session projectRoot/projectHash ([7d9f008](https://github.com/bgill55/daedalus/commit/7d9f008d41ed8f8e4b1850ed3e6373ce8e4a56f5))
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
### Features
|
|
638
|
-
|
|
639
|
-
* make projectRoot and projectHash per-session; switch project contexts without restarting ([424fd8b](https://github.com/bgill55/daedalus/commit/424fd8b0404fb8f5b64b6629093e9df236f9858e))
|
|
640
|
-
|
|
641
|
-
## [1.27.1](https://github.com/bgill55/daedalus/compare/v1.27.0...v1.27.1) (2026-06-24)
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
### Bug Fixes
|
|
645
|
-
|
|
646
|
-
* prevent session auto-naming from using leaked system prompt text ([f06a493](https://github.com/bgill55/daedalus/commit/f06a493d4ac9956a91999573fcb73ecb82988535))
|
|
647
|
-
|
|
648
|
-
# [1.27.0](https://github.com/bgill55/daedalus/compare/v1.26.2...v1.27.0) (2026-06-24)
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
### Features
|
|
652
|
-
|
|
653
|
-
* per-session project root switching — `/session new <path>` and `/session load` restore isolated project contexts in a single CLI instance; session-scoped projectRoot is now the source of truth for file access and codebase indexing
|
|
654
|
-
* cleaner CLI formatting — user box, assistant header, tool start fix, shorter separator ([4e23d5b](https://github.com/bgill55/daedalus/commit/4e23d5be18eeae4abda35e8f00ef6bdf0a20c260))
|
|
655
|
-
|
|
656
|
-
## [1.26.2](https://github.com/bgill55/daedalus/compare/v1.26.1...v1.26.2) (2026-06-24)
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
### Bug Fixes
|
|
660
|
-
|
|
661
|
-
* MCP on Windows, startup ordering, piped stdin race, tool awareness in system prompt ([cd34b43](https://github.com/bgill55/daedalus/commit/cd34b4372f292a192cea07322a7012ece799438a))
|
|
662
|
-
|
|
663
|
-
## [1.26.1](https://github.com/bgill55/daedalus/compare/v1.26.0...v1.26.1) (2026-06-24)
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
### Bug Fixes
|
|
667
|
-
|
|
668
|
-
* preserve pending tasks when replan validation fails ([e744f5e](https://github.com/bgill55/daedalus/commit/e744f5e1c57ba7fe7e970964569ac01e2cf9e6a1))
|
|
669
|
-
|
|
670
|
-
# [1.26.0](https://github.com/bgill55/daedalus/compare/v1.25.0...v1.26.0) (2026-06-24)
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
### Features
|
|
674
|
-
|
|
675
|
-
* Sprint 2-4 — retry, resume, concurrency, debug cleanup ([d795479](https://github.com/bgill55/daedalus/commit/d7954794b6a13f3e9f63407eea33cf92c3874a61))
|
|
676
|
-
|
|
677
|
-
# [1.25.0](https://github.com/bgill55/daedalus/compare/v1.24.1...v1.25.0) (2026-06-24)
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
### Features
|
|
681
|
-
|
|
682
|
-
* planner prompt rewrite, plan validation with retry, stronger coder content requirements ([e695858](https://github.com/bgill55/daedalus/commit/e695858d7175cc96d4bdbc7125809e461676c0f5))
|
|
683
|
-
|
|
684
|
-
## [1.24.1](https://github.com/bgill55/daedalus/compare/v1.24.0...v1.24.1) (2026-06-24)
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
### Bug Fixes
|
|
688
|
-
|
|
689
|
-
* prompt for install commands, block coder from running tests/git, early-exit on idle turns ([2ce178a](https://github.com/bgill55/daedalus/commit/2ce178a8c158cfc733f00b4bba28f80cbd75bffc))
|
|
690
|
-
|
|
691
|
-
# [1.24.0](https://github.com/bgill55/daedalus/compare/v1.23.0...v1.24.0) (2026-06-24)
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
### Features
|
|
695
|
-
|
|
696
|
-
* improve orchestration reliability and model tool handling ([cbdd37f](https://github.com/bgill55/daedalus/commit/cbdd37fc9ffd6f9c43403ad51b10cf0934baa492))
|
|
697
|
-
|
|
698
|
-
# [1.23.0](https://github.com/bgill55/daedalus/compare/v1.22.7...v1.23.0) (2026-06-24)
|
|
699
|
-
|
|
700
|
-
### Features
|
|
701
|
-
|
|
702
|
-
* improve orchestration reliability and model tool handling ([414cfd6](https://github.com/bgill55/daedalus/commit/414cfd64ecdb21d4371ac352c6cf7126fe783fca))
|
|
703
|
-
|
|
704
|
-
## [1.22.7](https://github.com/bgill55/daedalus/compare/v1.22.6...v1.22.7) (2026-06-23)
|
|
705
|
-
|
|
706
|
-
### Bug Fixes
|
|
707
|
-
|
|
708
|
-
* require real patch evidence for artifact verification ([453d47f](https://github.com/bgill55/daedalus/commit/453d47fc117f1a96f7c2044e22dfacbddc0133d2))
|
|
709
|
-
* improve orchestration reliability with model-agnostic tool call parsing and LM Studio custom tool block fallback ([6f5e78a](https://github.com/bgill55/daedalus/commit/6f5e78a))
|
|
710
|
-
* prevent task deduplication loops in re-planning and task-split paths by filtering completed file targets ([9a12b4c](https://github.com/bgill55/daedalus/commit/9a12b4c))
|
|
711
|
-
* raise coder agent maxTurns to 4 to allow exploration, write, and self-correction within a single task ([d4e8f1a](https://github.com/bgill55/daedalus/commit/d4e8f1a))
|
|
712
|
-
* improve artifact verification so hasRealWrites checks patch history instead of pre-existing file state ([b7c2e9d](https://github.com/bgill55/daedalus/commit/b7c2e9d))
|
|
713
|
-
|
|
714
|
-
## [1.22.6](https://github.com/bgill55/daedalus/compare/v1.22.5...v1.22.6) (2026-06-23)
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
### Bug Fixes
|
|
718
|
-
|
|
719
|
-
* deduplicate coder tasks by file path and block GUI test runners from plans ([3c156c3](https://github.com/bgill55/daedalus/commit/3c156c3baccc617e5075dbbf668fb71a20bab703))
|
|
720
|
-
|
|
721
|
-
## [1.22.5](https://github.com/bgill55/daedalus/compare/v1.22.4...v1.22.5) (2026-06-23)
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
### Bug Fixes
|
|
725
|
-
|
|
726
|
-
* block GUI app launchers (cypress/playwright) from terminal tool ([de02e1e](https://github.com/bgill55/daedalus/commit/de02e1e0bec9fc8e445cd755edeb7e32d80dc7c1))
|
|
727
|
-
|
|
728
|
-
## [1.22.4](https://github.com/bgill55/daedalus/compare/v1.22.3...v1.22.4) (2026-06-23)
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
### Bug Fixes
|
|
732
|
-
|
|
733
|
-
* improve orchestrate planner reliability and watchdog behavior ([81de52e](https://github.com/bgill55/daedalus/commit/81de52e5266a7a2737c9278cefb41dea9e2c740e))
|
|
734
|
-
|
|
735
|
-
## [1.22.3](https://github.com/bgill55/daedalus/compare/v1.22.2...v1.22.3) (2026-06-23)
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
### Bug Fixes
|
|
739
|
-
|
|
740
|
-
* enforce file-scope boundaries in orchestration, add /exit aliases, gate npm install commands ([744e035](https://github.com/bgill55/daedalus/commit/744e0358075aaeb3833923cdce491ddecce99c4e))
|
|
741
|
-
|
|
742
|
-
## [1.22.2](https://github.com/bgill55/daedalus/compare/v1.22.1...v1.22.2) (2026-06-23)
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
### Bug Fixes
|
|
746
|
-
|
|
747
|
-
* handle model refusal in agent tool calls and auto-retry in failure checkpoint ([3e3f6ae](https://github.com/bgill55/daedalus/commit/3e3f6aea8e4fd5770eed195501a080ff30c4fd11))
|
|
748
|
-
|
|
749
|
-
## [1.22.1](https://github.com/bgill55/daedalus/compare/v1.22.0...v1.22.1) (2026-06-23)
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
### Bug Fixes
|
|
753
|
-
|
|
754
|
-
* resolve orchestrator delegateTask test failure and clean up all lint warnings ([9c6ed59](https://github.com/bgill55/daedalus/commit/9c6ed59012283e40da97209dd6f6376fd1220fca))
|
|
755
|
-
* restore DiffOptions type import in files.ts ([3243f31](https://github.com/bgill55/daedalus/commit/3243f31e86998878d9f241e5555c03214f676e72))
|
|
756
|
-
|
|
757
|
-
# [1.22.0](https://github.com/bgill55/daedalus/compare/v1.21.5...v1.22.0) (2026-06-23)
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
### Features
|
|
761
|
-
|
|
762
|
-
* add self-improvement via failure lessons and reviewer role ([9c1ad7f](https://github.com/bgill55/daedalus/commit/9c1ad7fe8e792bef92bd51d57a7124adef40df32))
|
|
763
|
-
|
|
764
|
-
## [1.21.5](https://github.com/bgill55/daedalus/compare/v1.21.4...v1.21.5) (2026-06-23)
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
### Bug Fixes
|
|
768
|
-
|
|
769
|
-
* **patch:** add line-level error attribution so pre-existing TS errors don't block edits ([6437331](https://github.com/bgill55/daedalus/commit/64373312239318a6f9dcfa165a319ebb47c069d0))
|
|
770
|
-
|
|
771
|
-
## [1.21.4](https://github.com/bgill55/daedalus/compare/v1.21.3...v1.21.4) (2026-06-22)
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
### Bug Fixes
|
|
775
|
-
|
|
776
|
-
* **orchestrator:** break patch retry spirals with per-file failure cap; improve diff-ui input handling ([fed4175](https://github.com/bgill55/daedalus/commit/fed41756c9ff547cd392e1fc203f4e71cc850ded))
|
|
777
|
-
|
|
778
|
-
## [1.21.3](https://github.com/bgill55/daedalus/compare/v1.21.2...v1.21.3) (2026-06-22)
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
### Bug Fixes
|
|
782
|
-
|
|
783
|
-
* per-task auto-approve, diff-ui hang, patch root-cause protections ([bdb910d](https://github.com/bgill55/daedalus/commit/bdb910d0beaf34eef76e336f099dc97609f1ae52))
|
|
784
|
-
|
|
785
|
-
## [1.21.2](https://github.com/bgill55/daedalus/compare/v1.21.1...v1.21.2) (2026-06-22)
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
### Bug Fixes
|
|
789
|
-
|
|
790
|
-
* **patch:** only flag TS errors in the patched file, not the whole project ([e73fac3](https://github.com/bgill55/daedalus/commit/e73fac3ec425cdbbebbbd4c565c036ae012f912a))
|
|
791
|
-
|
|
792
|
-
## [1.21.1](https://github.com/bgill55/daedalus/compare/v1.21.0...v1.21.1) (2026-06-22)
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
### Bug Fixes
|
|
796
|
-
|
|
797
|
-
* **index:** treat direct action requests as execute, not outline ([14c0ea3](https://github.com/bgill55/daedalus/commit/14c0ea3b1e99430719af89c08849ca4418eec8eb))
|
|
798
|
-
|
|
799
|
-
# [1.21.0](https://github.com/bgill55/daedalus/compare/v1.20.0...v1.21.0) (2026-06-22)
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
### Features
|
|
803
|
-
|
|
804
|
-
* **orchestrator:** harden artifact verification against fake agent reports; tighten success checks and update system prompt persona ([aa2fc6d](https://github.com/bgill55/daedalus/commit/aa2fc6d646a6c3d9e78a39c2e6d064b0720d628e))
|
|
805
|
-
|
|
806
|
-
# [1.20.0](https://github.com/bgill55/daedalus/compare/v1.19.0...v1.20.0) (2026-06-22)
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
### Features
|
|
810
|
-
|
|
811
|
-
* **prompts:** restore and sharpen dry humor and wit in system prompts ([f996641](https://github.com/bgill55/daedalus/commit/f996641db1dfac20b1609bc218976be45ad0a255))
|
|
812
|
-
|
|
813
|
-
# [1.19.0](https://github.com/bgill55/daedalus/compare/v1.18.1...v1.19.0) (2026-06-22)
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
### Features
|
|
817
|
-
|
|
818
|
-
* bypass proceed gate on tool execution failure to enable autonomous error recovery ([e23d3e9](https://github.com/bgill55/daedalus/commit/e23d3e9d4d5d375e917344eb069803d3e8b917cc))
|
|
819
|
-
|
|
820
|
-
## [1.18.1](https://github.com/bgill55/daedalus/compare/v1.18.0...v1.18.1) (2026-06-22)
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
### Bug Fixes
|
|
824
|
-
|
|
825
|
-
* parse raw JSON first during fact extraction to avoid cleaning corruption ([5c94fde](https://github.com/bgill55/daedalus/commit/5c94fdef70bf7a18d26feb14332cdbaab508e86c))
|
|
826
|
-
|
|
827
|
-
# [1.18.0](https://github.com/bgill55/daedalus/compare/v1.17.0...v1.18.0) (2026-06-22)
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
### Features
|
|
831
|
-
|
|
832
|
-
* /mcp command — discover, install, and manage MCP servers from the REPL ([60eb672](https://github.com/bgill55/daedalus/commit/60eb67262bdbd7056e8adc714cbfcb11f5bce563))
|
|
833
|
-
|
|
834
|
-
# [1.17.0](https://github.com/bgill55/daedalus/compare/v1.16.0...v1.17.0) (2026-06-22)
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
### Features
|
|
838
|
-
|
|
839
|
-
* context summarization, faster startup, faster patching, cleaner UI ([62df67a](https://github.com/bgill55/daedalus/commit/62df67a56c4f520ece2fd1488ffbb8ec192c77a2))
|
|
840
|
-
|
|
841
|
-
# [1.16.0](https://github.com/bgill55/daedalus/compare/v1.15.0...v1.16.0) (2026-06-21)
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
### Features
|
|
845
|
-
|
|
846
|
-
* display documentation repository link in help output and startup banner ([e904f55](https://github.com/bgill55/daedalus/commit/e904f55f6d0ffddb61fa81c5090da25da66a3e1f))
|
|
8
|
+
## [1.52.2](https://github.com/bgill55/daedalus/compare/v1.52.1...v1.52.2) (2026-07-20) ### Bug Fixes * **files:** allow absolute path cross-project writes and normalize drive paths ([d331663](https://github.com/bgill55/daedalus/commit/d331663666f08b0b86a3a9d91afa33bba085dad6)) ## [1.52.1](https://github.com/bgill55/daedalus/compare/v1.52.0...v1.52.1) (2026-07-20) ### Bug Fixes * **model:** increase detectRepetition window size to 32 to avoid false positive triggers in directory tables ([df03f19](https://github.com/bgill55/daedalus/commit/df03f19b8a3b0beb6067db0bb1c379b6972d3a35)) # [1.52.0](https://github.com/bgill55/daedalus/compare/v1.51.0...v1.52.0) (2026-07-19) ### Features * **definitions:** force release of read_file vision schemas ([8895556](https://github.com/bgill55/daedalus/commit/88955562108c6348a16d34835f5ed52458593cc9)) # [1.51.0](https://github.com/bgill55/daedalus/compare/v1.50.2...v1.51.0) (2026-07-19) ### Features * **vision:** enable reading local image files via read_file and injecting them as vision messages ([5f0cf94](https://github.com/bgill55/daedalus/commit/5f0cf94efeffa4e70adaa8a9ff2d7da06977409d)) ## [1.50.2](https://github.com/bgill55/daedalus/compare/v1.50.1...v1.50.2) (2026-07-19) ### Bug Fixes * **files:** cast ESM dynamic import of pdf-parse to any to fix compile error TS2578 ([7227388](https://github.com/bgill55/daedalus/commit/72273887f0f8115a1435c1817046469eef6f9a5d))
|
|
9
|
+
* **files:** import and instantiate named class PDFParse from pdf-parse ESM ([64092d6](https://github.com/bgill55/daedalus/commit/64092d629a1c283e9ef85b0ec49666325d46ad37)) ## [1.50.1](https://github.com/bgill55/daedalus/compare/v1.50.0...v1.50.1) (2026-07-19) ### Bug Fixes * **files:** add required explanation description to ts-expect-error comment ([bc1efa9](https://github.com/bgill55/daedalus/commit/bc1efa99b08500147dc6c53dbac5bff137354f44)) # [1.50.0](https://github.com/bgill55/daedalus/compare/v1.49.4...v1.50.0) (2026-07-19) ### Features * add native PDF parsing support to readFile tool using pdf-parse ([59fa377](https://github.com/bgill55/daedalus/commit/59fa3778a780d02ceb0af46b87e452aa2d29094d)) ## [1.49.4](https://github.com/bgill55/daedalus/compare/v1.49.3...v1.49.4) (2026-07-18) ### Bug Fixes * skip build check on config/docs modifications in orchestrator ([1882c17](https://github.com/bgill55/daedalus/commit/1882c17676768f0f91bf7ed7c8a1d25436653bee)) ## [1.49.3](https://github.com/bgill55/daedalus/compare/v1.49.2...v1.49.3) (2026-07-18) ### Bug Fixes * implement repetition loop detection inside model streaming response handler ([808c895](https://github.com/bgill55/daedalus/commit/808c895181e85e58654aa207b51692e9a9e226c9)) ## [1.49.2](https://github.com/bgill55/daedalus/compare/v1.49.1...v1.49.2) (2026-07-18) ### Bug Fixes * auto-generate walkthrough.md upon successful orchestration completion ([6cccf3f](https://github.com/bgill55/daedalus/commit/6cccf3f78772f0409b9ab396256c580abb78656e)) ## [1.49.1](https://github.com/bgill55/daedalus/compare/v1.49.0...v1.49.1) (2026-07-18) ### Bug Fixes * include full configuration schema reference in help config manual ([2b862c0](https://github.com/bgill55/daedalus/commit/2b862c07b19d27c44a41c11dfcf846bbbfcc0363)) # [1.49.0](https://github.com/bgill55/daedalus/compare/v1.48.0...v1.49.0) (2026-07-18) ### Features * add interactive man page help for slash commands ([a041254](https://github.com/bgill55/daedalus/commit/a041254aa00013eb9e4b9696dd09418d7e3eda7d)) # [1.48.0](https://github.com/bgill55/daedalus/compare/v1.47.0...v1.48.0) (2026-07-17) ### Features * pin routed model inside single turn tool loops ([6d60e89](https://github.com/bgill55/daedalus/commit/6d60e89dae0e6eaa851843fdf068b84ddc20ed19)) # [1.47.0](https://github.com/bgill55/daedalus/compare/v1.46.0...v1.47.0) (2026-07-17) ### Bug Fixes * resolve duplicate updateConfig method implementation in LocalRouter ([4b538cb](https://github.com/bgill55/daedalus/commit/4b538cbaa1951968a3695e4a3946a07899b1e12a)) ### Features * apply router config updates in real-time without restarting CLI ([20b4412](https://github.com/bgill55/daedalus/commit/20b44129b7b5fc4bb2e597e6663e150c914e7450)) # [1.46.0](https://github.com/bgill55/daedalus/compare/v1.45.1...v1.46.0) (2026-07-16) ### Features * add centralized schema validation and auto-read fallback on patch failure ([edf7618](https://github.com/bgill55/daedalus/commit/edf761850fbf8188e5eae58673496cb07e9a3353)) ## [1.45.1](https://github.com/bgill55/daedalus/compare/v1.45.0...v1.45.1) (2026-07-15) ### Performance Improvements * **files:** normalize CRLF line endings at API boundary and preserve on write ([87746a1](https://github.com/bgill55/daedalus/commit/87746a1dd20b495836c8d2d2864f7bc90060ef49)) # [1.45.0](https://github.com/bgill55/daedalus/compare/v1.44.0...v1.45.0) (2026-07-15) ### Features * **rules:** inject project-scoped rules into planner and sub-agents, and add /system command ([0935c5c](https://github.com/bgill55/daedalus/commit/0935c5c276ee9438d754bc3dc47020971eb77179)) # [1.44.0](https://github.com/bgill55/daedalus/compare/v1.43.0...v1.44.0) (2026-07-15) ### Features * **rules:** log detected project rules files on startup ([9675acc](https://github.com/bgill55/daedalus/commit/9675acce163fe3d3b85974dc8d7c77fcaf2ffe5d)) # [1.43.0](https://github.com/bgill55/daedalus/compare/v1.42.0...v1.43.0) (2026-07-15) ### Features * **rules:** auto-detect and load CLAUDE.md, .cursorrules, and .daedalusrules from project root ([b8627db](https://github.com/bgill55/daedalus/commit/b8627db6f2ea37e90425ed92d07edf0d77fb7ca4)) # [1.42.0](https://github.com/bgill55/daedalus/compare/v1.41.0...v1.42.0) (2026-07-15) ### Features * **ui:** implement Dual-Channel UI Commentary Collapse in CLI mode ([f340d08](https://github.com/bgill55/daedalus/commit/f340d082b11451be49c1fbec34a66a680bee43c6)) # [1.41.0](https://github.com/bgill55/daedalus/compare/v1.40.5...v1.41.0) (2026-07-15) ### Features * **loop:** implement the Finn Loop spec gathering and loop daemon engine ([008adb8](https://github.com/bgill55/daedalus/commit/008adb8ab898c53fac7cc11d64639a6cd9e45112)) ## [1.40.5](https://github.com/bgill55/daedalus/compare/v1.40.4...v1.40.5) (2026-07-13) ### Bug Fixes * **orchestrator:** allow non-file tasks and prioritize coder role in fallback plans ([0e159ec](https://github.com/bgill55/daedalus/commit/0e159ecc857ba3763f31eb81dfc2c658aa7df674)) ## [1.40.4](https://github.com/bgill55/daedalus/compare/v1.40.3...v1.40.4) (2026-07-12) ### Bug Fixes * **files:** block destructive short replace_all and update session mtime cache on reverts ([e373d0c](https://github.com/bgill55/daedalus/commit/e373d0cb9008c90360b417c419f01eac511258fd)) ## [1.40.3](https://github.com/bgill55/daedalus/compare/v1.40.2...v1.40.3) (2026-07-12) ### Bug Fixes * **orchestrator:** resolve projectRoot paths and build verification scope for sub-projects ([da34185](https://github.com/bgill55/daedalus/commit/da34185e9902a9b03a4e1cc076caae054dceb88e)) ## [1.40.2](https://github.com/bgill55/daedalus/compare/v1.40.1...v1.40.2) (2026-07-12) ### Bug Fixes * **router:** sanitize messages to prevent 400 errors from strict providers ([8929392](https://github.com/bgill55/daedalus/commit/89293926a90a1f72705149566dae5dcfc7a9ad5a)) ## [1.40.1](https://github.com/bgill55/daedalus/compare/v1.40.0...v1.40.1) (2026-07-11) ### Bug Fixes * **extraction:** parse JSON containing nested brackets robustly ([8bb2223](https://github.com/bgill55/daedalus/commit/8bb2223dd34b58c6f9a7ed4667968ba40e3a8baa)) # [1.40.0](https://github.com/bgill55/daedalus/compare/v1.39.10...v1.40.0) (2026-07-10) ### Features * **tools:** add ask_user tool for interactive prompt input ([005adb9](https://github.com/bgill55/daedalus/commit/005adb98d9a21aeeb94f01a1199b2c3215665a11)) ## [1.39.10](https://github.com/bgill55/daedalus/compare/v1.39.9...v1.39.10) (2026-07-08) ### Bug Fixes * **model:** inject strict system warnings for failed patch and write_file tools to force correction and prevent skipping ([3af31f2](https://github.com/bgill55/daedalus/commit/3af31f2636c1f7aa6f7fe44caa65d40f66253f27)) ## [1.39.9](https://github.com/bgill55/daedalus/compare/v1.39.8...v1.39.9) (2026-07-08) ### Bug Fixes * **tui:** add responsive thinking spinner animation inside logBox border label ([b2122d5](https://github.com/bgill55/daedalus/commit/b2122d5417a571dc55da414e30bffb1b81dedc7e)) ## [1.39.8](https://github.com/bgill55/daedalus/compare/v1.39.7...v1.39.8) (2026-07-08) ### Bug Fixes * **tui:** dynamically calculate user box wrap width based on mode to prevent nested border wrapping ([4362d01](https://github.com/bgill55/daedalus/commit/4362d01d6e1444f5963282a30dc44e0389ba0c1a)) ## [1.39.7](https://github.com/bgill55/daedalus/compare/v1.39.6...v1.39.7) (2026-07-08) ### Bug Fixes * **tui:** remove custom input blur listener to prevent double character typing ([6494f48](https://github.com/bgill55/daedalus/commit/6494f4830c1fded59fb7debebde75f7b05e360bb)) ## [1.39.6](https://github.com/bgill55/daedalus/compare/v1.39.5...v1.39.6) (2026-07-07) ### Bug Fixes * **tui:** call list.setItems explicitly after construction to enable key navigation ([97ad1db](https://github.com/bgill55/daedalus/commit/97ad1db0efe7208f7aa2942a33a4ef4742b2ff3b)) ## [1.39.5](https://github.com/bgill55/daedalus/compare/v1.39.4...v1.39.5) (2026-07-07) ### Bug Fixes * **tui:** cancel textbox readInput when blurred to allow navigation in other focused widgets ([50b54b4](https://github.com/bgill55/daedalus/commit/50b54b4d11dbdedf80f4128a523b1210443f0568)) ## [1.39.4](https://github.com/bgill55/daedalus/compare/v1.39.3...v1.39.4) (2026-07-07) ### Bug Fixes * **tui:** add mouse click-to-focus and wheel scroll support to lists and console ([59ed40b](https://github.com/bgill55/daedalus/commit/59ed40b9e4020ee45c5e887dba1837fd39d3f24c))
|
|
10
|
+
* **tui:** pass amount argument to list up and down methods ([8de67f9](https://github.com/bgill55/daedalus/commit/8de67f9aa7762168e4be7f29e70d3d96dcaef934)) ## [1.39.3](https://github.com/bgill55/daedalus/compare/v1.39.2...v1.39.3) (2026-07-06) ### Bug Fixes * **session:** clean conversational prefixes from generated titles ([3120760](https://github.com/bgill55/daedalus/commit/312076044a735f679c499373b9d8f52a13ceb8bc)) ## [1.39.2](https://github.com/bgill55/daedalus/compare/v1.39.1...v1.39.2) (2026-07-05) ### Bug Fixes * **tui:** register original stdout/stderr streams on globalThis to prevent stream redirection leaks on unexpected crashes ([5e3fb19](https://github.com/bgill55/daedalus/commit/5e3fb1915dbdbadb7185fe5b8004f974afffed70)) ## [1.39.1](https://github.com/bgill55/daedalus/compare/v1.39.0...v1.39.1) (2026-07-05) ### Bug Fixes * **router:** sanitize messages to strip vision/image payloads for models without vision capabilities and default null/undefined content ([1728853](https://github.com/bgill55/daedalus/commit/1728853309add47d5de49b5d94cf458aacde474d)) # [1.39.0](https://github.com/bgill55/daedalus/compare/v1.38.3...v1.39.0) (2026-07-05) ### Features * **session:** add /session export subcommand to export current conversation to a styled Markdown file ([e01be16](https://github.com/bgill55/daedalus/commit/e01be16b3051712add44cbf17a686a28fb80207c)) ## [1.38.3](https://github.com/bgill55/daedalus/compare/v1.38.2...v1.38.3) (2026-07-05) ### Bug Fixes * **executor:** execute tool calls sequentially instead of in parallel to avoid concurrent stdin/readline collisions and file-writing races ([099578b](https://github.com/bgill55/daedalus/commit/099578b8a9430e070e7bb7d0b92c69736a5882bf)) ## [1.38.2](https://github.com/bgill55/daedalus/compare/v1.38.1...v1.38.2) (2026-07-05) ### Bug Fixes * **todo:** support property-level merging and default empty content to prevent SQLite NOT NULL constraint failures ([c7abc8f](https://github.com/bgill55/daedalus/commit/c7abc8fe117877b93c4dab6eff9fe70b80c05e05)) ## [1.38.1](https://github.com/bgill55/daedalus/compare/v1.38.0...v1.38.1) (2026-07-05) ### Bug Fixes * **cli:** eliminate turn-gate prompt for read-only tools and fix process termination leaks on Windows ([97163d1](https://github.com/bgill55/daedalus/commit/97163d17d363940ecd0fbc111d5755aa5cb6b3fe)) # [1.38.0](https://github.com/bgill55/daedalus/compare/v1.37.6...v1.38.0) (2026-07-05) ### Features * **cli:** enhance code generation quality, prompts, verification pipelines, and design token integration ([83aed68](https://github.com/bgill55/daedalus/commit/83aed68cba1c4b4985870515505af0966fd6263f)) ## [1.37.6](https://github.com/bgill55/daedalus/compare/v1.37.5...v1.37.6) (2026-07-04) ### Bug Fixes * add arg validation to patch tool and optimize router openai request compatibility ([538af50](https://github.com/bgill55/daedalus/commit/538af507b61b1f90cc7d71fc441a41652c1b213a)) ## [1.37.5](https://github.com/bgill55/daedalus/compare/v1.37.4...v1.37.5) (2026-07-04) ### Bug Fixes * **router:** strip signal from OpenAI body to prevent 422 errors ([883a5e8](https://github.com/bgill55/daedalus/commit/883a5e8628103619ee161cc32a680df5fb4d6346)) ## [1.37.4](https://github.com/bgill55/daedalus/compare/v1.37.3...v1.37.4) (2026-07-04) ### Bug Fixes * **orchestrator:** refine React import rules for Next.js Pages Router ([dcbfb01](https://github.com/bgill55/daedalus/commit/dcbfb0176a28c76886869ee8b32ec6b3a0e0eaa7)) ## [1.37.3](https://github.com/bgill55/daedalus/compare/v1.37.2...v1.37.3) (2026-07-04) ### Bug Fixes * **orchestrator,index:** fix fallback plan cwd paths and argv flag filtering ([9177e85](https://github.com/bgill55/daedalus/commit/9177e8556213abfc40224af7496c367bd7d4e082)) ## [1.37.2](https://github.com/bgill55/daedalus/compare/v1.37.1...v1.37.2) (2026-07-04) ### Bug Fixes * **orchestrator:** fix planner failure on vague frontend UI goals ([afd1a4b](https://github.com/bgill55/daedalus/commit/afd1a4bcebb508e00bd30d7dc5a5df60e6dad4ad)) ## [1.37.1](https://github.com/bgill55/daedalus/compare/v1.37.0...v1.37.1) (2026-07-04) ### Bug Fixes * **agents:** harden production code generation against anti-pattern contamination ([3519a1b](https://github.com/bgill55/daedalus/commit/3519a1b94c4333d4ad7f35ffc54f19e742abc26a)) # [1.37.0](https://github.com/bgill55/daedalus/compare/v1.36.1...v1.37.0) (2026-07-03) ### Features * **agents:** inject versioned Next.js production coding rules into coder context ([a3971f8](https://github.com/bgill55/daedalus/commit/a3971f8396ace5c71354a269faf73a04e0c627bc)) ## [1.36.1](https://github.com/bgill55/daedalus/compare/v1.36.0...v1.36.1) (2026-07-02) ### Bug Fixes * **cli:** prevent stale read on consecutive writes and reset circuit breaker on read_file ([e5341d0](https://github.com/bgill55/daedalus/commit/e5341d00048387657317a5492179ca3965c28dcb)) # [1.36.0](https://github.com/bgill55/daedalus/compare/v1.35.9...v1.36.0) (2026-07-02) ### Features * **cli:** add auto-approve flags and prevent tool-calling loops ([399c30b](https://github.com/bgill55/daedalus/commit/399c30b3a77b346592abdacbe1dc3e51ed07fc86)) ## [1.35.9](https://github.com/bgill55/daedalus/compare/v1.35.8...v1.35.9) (2026-07-02) ### Bug Fixes * **orchestrator:** filter build errors by modified files and add error hints ([8b3e91d](https://github.com/bgill55/daedalus/commit/8b3e91d808a4cdcc710a4ac571ea715cbc047ce4))
|
|
11
|
+
* **orchestrator:** resolve TS2532 compiler error on patchHistory access ([88183a4](https://github.com/bgill55/daedalus/commit/88183a4aab945e373d3d7a833a3d89c5c8162246)) ## [1.35.8](https://github.com/bgill55/daedalus/compare/v1.35.7...v1.35.8) (2026-07-02) ### Bug Fixes * **orchestrator:** disable tools on the final turn of agent execution to guarantee a text-only summary output ([0a1bc38](https://github.com/bgill55/daedalus/commit/0a1bc385fdbcff2d1c42b088ad56f83a3ea9751e)) ## [1.35.7](https://github.com/bgill55/daedalus/compare/v1.35.6...v1.35.7) (2026-07-02) ### Bug Fixes * **orchestrator:** filter out framework names from file path matching and block single-task collapsed plans for complex goals ([6bb0212](https://github.com/bgill55/daedalus/commit/6bb02127a01dc4fed5946058b45c949f1456d4bf)) ## [1.35.6](https://github.com/bgill55/daedalus/compare/v1.35.5...v1.35.6) (2026-07-02) ### Bug Fixes * **orchestrator:** comprehensive stability overhaul — 18 bug fixes across plan validation, parser, verification, repair, and role config ([8c01c21](https://github.com/bgill55/daedalus/commit/8c01c21a41e6b39ee00765c338bb49c4129bd13e))
|
|
12
|
+
* **orchestrator:** comprehensive stability overhaul — 24 bug fixes across plan validation, parser, verification, repair, and role config ([92ba0c2](https://github.com/bgill55/daedalus/commit/92ba0c2fe350a89ec621cae50c9c3e570e439099)) ## [1.35.5](https://github.com/bgill55/daedalus/compare/v1.35.4...v1.35.5) (2026-07-02) ### Bug Fixes * **orchestrator:** only require file paths for coder and debugger tasks ([deaa66c](https://github.com/bgill55/daedalus/commit/deaa66c249745da54313cf896ce1ca405cfe8a14)) ## [1.35.4](https://github.com/bgill55/daedalus/compare/v1.35.3...v1.35.4) (2026-07-02) ### Bug Fixes * **orchestrator:** use auto tool choice for read-only roles and skip tools used line in parser ([dd54a3f](https://github.com/bgill55/daedalus/commit/dd54a3f61338e88b41f9e618cbb02eacda7934b1)) ## [1.35.3](https://github.com/bgill55/daedalus/compare/v1.35.2...v1.35.3) (2026-07-02) ### Bug Fixes * **orchestrator:** pass tasks and originalGoal to retried task delegations and fix split validation check ([cb96492](https://github.com/bgill55/daedalus/commit/cb96492c9a289a160d0a88c36f8adad3480ee517)) ## [1.35.2](https://github.com/bgill55/daedalus/compare/v1.35.1...v1.35.2) (2026-07-02) ### Bug Fixes * **planner:** refine vague word regex and instruct planner to resolve them ([e2ae045](https://github.com/bgill55/daedalus/commit/e2ae04573d30511c3ec2e3218bbed87eab07ab6a)) ## [1.35.1](https://github.com/bgill55/daedalus/compare/v1.35.0...v1.35.1) (2026-07-02) ### Bug Fixes * **prompts:** instruct agents to acknowledge tool results in history ([90c90e1](https://github.com/bgill55/daedalus/commit/90c90e1022ebf04c7e5ac853b37fabe01d65a73c)) # [1.35.0](https://github.com/bgill55/daedalus/compare/v1.34.18...v1.35.0) (2026-07-01) ### Features * **orchestrator:** implement build verification loops and auto rollbacks ([f0a2229](https://github.com/bgill55/daedalus/commit/f0a22298c69b8943c022aa0fd24a765e0cdf5cbf)) ## [1.34.18](https://github.com/bgill55/daedalus/compare/v1.34.17...v1.34.18) (2026-07-01) ### Bug Fixes * **tui:** allow scrolling with PageUp/PageDown while input textbox is focused ([833d69b](https://github.com/bgill55/daedalus/commit/833d69b9ece363198ab2802981df8d6e617acd60)) ## [1.34.17](https://github.com/bgill55/daedalus/compare/v1.34.16...v1.34.17) (2026-07-01) ### Bug Fixes * **tui:** handle Tab focus cycling when textbox is focused ([1974e1f](https://github.com/bgill55/daedalus/commit/1974e1ff2e0552f3ed66427908e618fd3cbb405a)) ## [1.34.16](https://github.com/bgill55/daedalus/compare/v1.34.15...v1.34.16) (2026-06-30) ### Bug Fixes * **cli:** limit list_files results to prevent context window token overflow ([620ba4a](https://github.com/bgill55/daedalus/commit/620ba4ac5d4d486aa2526ab5151e022406ae11f2)) ## [1.34.15](https://github.com/bgill55/daedalus/compare/v1.34.14...v1.34.15) (2026-06-30) ### Bug Fixes * **cli:** ignore build/dep folders in files tool & add max_tokens to completions ([346bb10](https://github.com/bgill55/daedalus/commit/346bb105a89e23099b15a40565e3620dd46ca5f8)) ## [1.34.14](https://github.com/bgill55/daedalus/compare/v1.34.13...v1.34.14) (2026-06-29) ### Bug Fixes * remove duplicate Tab key handlers that double-fire and skip widgets ([26dce71](https://github.com/bgill55/daedalus/commit/26dce713e0466f9f3fbb774deb374b1345626ede)) ## [1.34.13](https://github.com/bgill55/daedalus/compare/v1.34.12...v1.34.13) (2026-06-29) ### Bug Fixes * instruct model to skip tool calls for simple greetings in default system prompt ([7d21762](https://github.com/bgill55/daedalus/commit/7d21762ead99fa6e5d36e217e2cfd163d1cea8a0)) ## [1.34.12](https://github.com/bgill55/daedalus/compare/v1.34.11...v1.34.12) (2026-06-29) ### Bug Fixes * silence background terminal spinner in TUI mode to prevent logging escape sequences ([5f59c8d](https://github.com/bgill55/daedalus/commit/5f59c8d98db580b2fca07462c1106fd4d96225ee)) ## [1.34.11](https://github.com/bgill55/daedalus/compare/v1.34.10...v1.34.11) (2026-06-29) ### Bug Fixes * enable mouse tracking on blessed screen to activate mouse clicks on TUI widgets ([c76180a](https://github.com/bgill55/daedalus/commit/c76180a011aadb1bfcdc4368fae56d9a66466ea0)) ## [1.34.10](https://github.com/bgill55/daedalus/compare/v1.34.9...v1.34.10) (2026-06-29) ### Bug Fixes * intercept and discard tab keypresses in inputField textbox to prevent tab character input during focus shifts ([afc7cd7](https://github.com/bgill55/daedalus/commit/afc7cd7c79f859686192a0e7e193064aaf961cc9)) ## [1.34.9](https://github.com/bgill55/daedalus/compare/v1.34.8...v1.34.9) (2026-06-29) ### Bug Fixes * cast list element to any in click listeners to satisfy tsc ([df59155](https://github.com/bgill55/daedalus/commit/df59155b784e5a459ae6fccb9d830dc3fc69b99f))
|
|
13
|
+
* resolve overlapping sidebar borders, inputField tab focus capture, and mouse-clicks on TUI lists ([e90ddca](https://github.com/bgill55/daedalus/commit/e90ddca8ba84d242c40869acfb28f61eb31f4a3b)) ## [1.34.8](https://github.com/bgill55/daedalus/compare/v1.34.7...v1.34.8) (2026-06-29) ### Bug Fixes * set isTTY/columns/rows on customStdout so blessed gets proper terminal capabilities ([8792545](https://github.com/bgill55/daedalus/commit/879254555b1c5f2216697d40f2658b0618fa4217)) ## [1.34.7](https://github.com/bgill55/daedalus/compare/v1.34.6...v1.34.7) (2026-06-29) ### Bug Fixes * enable alternate screen buffer for TUI so terminal is properly cleared and restored on /tui ([413eac4](https://github.com/bgill55/daedalus/commit/413eac449b74d1c994fb6d287d45299e3abb0d92)) ## [1.34.6](https://github.com/bgill55/daedalus/compare/v1.34.5...v1.34.6) (2026-06-29) ### Bug Fixes * prevent rl.close() from ending process.stdout so TUI renders on /tui mode switch ([bfb6e7d](https://github.com/bgill55/daedalus/commit/bfb6e7dc836ca3e801f6f7cf8a3ac35f3e41c49e)) ## [1.34.5](https://github.com/bgill55/daedalus/compare/v1.34.4...v1.34.5) (2026-06-28) ### Bug Fixes * call customStdout write callback manually without passing to originalStdoutWrite to prevent buffering hangs on Windows ([871488e](https://github.com/bgill55/daedalus/commit/871488ec514583a2f74411a8607aef77a382c55b)) ## [1.34.4](https://github.com/bgill55/daedalus/compare/v1.34.3...v1.34.4) (2026-06-28) ### Bug Fixes * restore original stdout/stderr on main process catch ([cf5dc1b](https://github.com/bgill55/daedalus/commit/cf5dc1b496c87a6899f05161312f21ca86fef0bf)) ## [1.34.3](https://github.com/bgill55/daedalus/compare/v1.34.2...v1.34.3) (2026-06-28) ### Bug Fixes * remove manual callback invocation from customStdout stream to prevent ERR_MULTIPLE_CALLBACK crash ([ce083ab](https://github.com/bgill55/daedalus/commit/ce083ab28248ff26f4128fbf9e24fc3588a02612)) ## [1.34.2](https://github.com/bgill55/daedalus/compare/v1.34.1...v1.34.2) (2026-06-28) ### Bug Fixes * cast customStdout stream to any to resolve screen output type check error ([b241dd4](https://github.com/bgill55/daedalus/commit/b241dd40b22a38ac6f35a5d2cba45a842fbdb6d1))
|
|
14
|
+
* resolve infinite stdout write loop by introducing custom output stream wrapper for Blessed screen ([31340c7](https://github.com/bgill55/daedalus/commit/31340c7931830a79056c3b34470bf2971baa7ce7)) ## [1.34.1](https://github.com/bgill55/daedalus/compare/v1.34.0...v1.34.1) (2026-06-28) ### Bug Fixes * ensure readline interface is closed when exiting CLI REPL loop to prevent stdin lockups in TUI mode ([94da03c](https://github.com/bgill55/daedalus/commit/94da03c29e8e5bf8beda9bfa9574464ebfe64d40)) # [1.34.0](https://github.com/bgill55/daedalus/compare/v1.33.1...v1.34.0) (2026-06-28) ### Features * add /tui command to toggle between TUI and CLI modes dynamically ([1afde32](https://github.com/bgill55/daedalus/commit/1afde329fb61bf588e96a1bc27d80eec30dbd9b7)) ## [1.33.1](https://github.com/bgill55/daedalus/compare/v1.33.0...v1.33.1) (2026-06-28) ### Bug Fixes * resolve documentation out-of-sync test failures by updating sync script safety section and zod schema ([eeb137a](https://github.com/bgill55/daedalus/commit/eeb137a82f2961a4c02fd5e3e28aa2b7cd095d31)) # [1.33.0](https://github.com/bgill55/daedalus/compare/v1.32.3...v1.33.0) (2026-06-28) ### Features * implement interactive terminal dashboard TUI layout with system stats, model selection override, and codebase file explorer ([34cc593](https://github.com/bgill55/daedalus/commit/34cc593189a79831860663136ac30c6886e42116)) ## [1.32.3](https://github.com/bgill55/daedalus/compare/v1.32.2...v1.32.3) (2026-06-27) ### Bug Fixes * **orchestrator:** filter think blocks from execution results before error parsing ([8a43c31](https://github.com/bgill55/daedalus/commit/8a43c3118035b1226f42ded35757069574a23a75)) ## [1.32.2](https://github.com/bgill55/daedalus/compare/v1.32.1...v1.32.2) (2026-06-27) ### Bug Fixes * **orchestrator:** allow up to 4 consecutive read-only turns after file write before early exit ([3cc7f2b](https://github.com/bgill55/daedalus/commit/3cc7f2b010d8e9d1d0549362ab042263d6ec044e)) ## [1.32.1](https://github.com/bgill55/daedalus/compare/v1.32.0...v1.32.1) (2026-06-27) ### Bug Fixes * **orchestrator:** relax vague goal validation regex to support natural planning wording ([96ec6f2](https://github.com/bgill55/daedalus/commit/96ec6f2ccbd001f2650349cdc964d2a1674e6eb1)) # [1.32.0](https://github.com/bgill55/daedalus/compare/v1.31.0...v1.32.0) (2026-06-27) ### Features * add tech stack auto-scanning, todo checklist context, and model tier routing ([8ad7656](https://github.com/bgill55/daedalus/commit/8ad765693f6106387fc7132c61485db353a6ff27)) # [1.31.0](https://github.com/bgill55/daedalus/compare/v1.30.0...v1.31.0) (2026-06-27) ### Features * add vscode-extension to .gitignore and fix guardrail backticks ([d48bb93](https://github.com/bgill55/daedalus/commit/d48bb9304549a3e2db96bc5434090058473b9655))
|
|
15
|
+
* add vscode-extension to .gitignore and fix guardrail formatting ([a40a615](https://github.com/bgill55/daedalus/commit/a40a61534f5fb38a749abbcfd4c8f1639552ade5)) # [1.30.0](https://github.com/bgill55/daedalus/compare/v1.29.0...v1.30.0) (2026-06-25) ### Features * add git safety guard to prevent accidental deletion of git tracking data ([8828487](https://github.com/bgill55/daedalus/commit/88284872736a61a08c7736e3654c8352a31deaaf)) # [1.29.0](https://github.com/bgill55/daedalus/compare/v1.28.0...v1.29.0) (2026-06-25) ### Features * auto-detect scaffold anti-patterns and verify work after patches ([981531a](https://github.com/bgill55/daedalus/commit/981531ae161c4b44060da38f627ec2af9c20bfa5)) # [1.28.0](https://github.com/bgill55/daedalus/compare/v1.27.1...v1.28.0) (2026-06-25) ### Bug Fixes * satisfy strictPropertyInitialization for per-session projectRoot/projectHash ([7d9f008](https://github.com/bgill55/daedalus/commit/7d9f008d41ed8f8e4b1850ed3e6373ce8e4a56f5)) ### Features * make projectRoot and projectHash per-session; switch project contexts without restarting ([424fd8b](https://github.com/bgill55/daedalus/commit/424fd8b0404fb8f5b64b6629093e9df236f9858e)) ## [1.27.1](https://github.com/bgill55/daedalus/compare/v1.27.0...v1.27.1) (2026-06-24) ### Bug Fixes * prevent session auto-naming from using leaked system prompt text ([f06a493](https://github.com/bgill55/daedalus/commit/f06a493d4ac9956a91999573fcb73ecb82988535)) # [1.27.0](https://github.com/bgill55/daedalus/compare/v1.26.2...v1.27.0) (2026-06-24) ### Features * per-session project root switching — `/session new <path>` and `/session load` restore isolated project contexts in a single CLI instance; session-scoped projectRoot is now the source of truth for file access and codebase indexing
|
|
16
|
+
* cleaner CLI formatting — user box, assistant header, tool start fix, shorter separator ([4e23d5b](https://github.com/bgill55/daedalus/commit/4e23d5be18eeae4abda35e8f00ef6bdf0a20c260)) ## [1.26.2](https://github.com/bgill55/daedalus/compare/v1.26.1...v1.26.2) (2026-06-24) ### Bug Fixes * MCP on Windows, startup ordering, piped stdin race, tool awareness in system prompt ([cd34b43](https://github.com/bgill55/daedalus/commit/cd34b4372f292a192cea07322a7012ece799438a)) ## [1.26.1](https://github.com/bgill55/daedalus/compare/v1.26.0...v1.26.1) (2026-06-24) ### Bug Fixes * preserve pending tasks when replan validation fails ([e744f5e](https://github.com/bgill55/daedalus/commit/e744f5e1c57ba7fe7e970964569ac01e2cf9e6a1)) # [1.26.0](https://github.com/bgill55/daedalus/compare/v1.25.0...v1.26.0) (2026-06-24) ### Features * Sprint 2-4 — retry, resume, concurrency, debug cleanup ([d795479](https://github.com/bgill55/daedalus/commit/d7954794b6a13f3e9f63407eea33cf92c3874a61)) # [1.25.0](https://github.com/bgill55/daedalus/compare/v1.24.1...v1.25.0) (2026-06-24) ### Features * planner prompt rewrite, plan validation with retry, stronger coder content requirements ([e695858](https://github.com/bgill55/daedalus/commit/e695858d7175cc96d4bdbc7125809e461676c0f5)) ## [1.24.1](https://github.com/bgill55/daedalus/compare/v1.24.0...v1.24.1) (2026-06-24) ### Bug Fixes * prompt for install commands, block coder from running tests/git, early-exit on idle turns ([2ce178a](https://github.com/bgill55/daedalus/commit/2ce178a8c158cfc733f00b4bba28f80cbd75bffc)) # [1.24.0](https://github.com/bgill55/daedalus/compare/v1.23.0...v1.24.0) (2026-06-24) ### Features * improve orchestration reliability and model tool handling ([cbdd37f](https://github.com/bgill55/daedalus/commit/cbdd37fc9ffd6f9c43403ad51b10cf0934baa492)) # [1.23.0](https://github.com/bgill55/daedalus/compare/v1.22.7...v1.23.0) (2026-06-24) ### Features * improve orchestration reliability and model tool handling ([414cfd6](https://github.com/bgill55/daedalus/commit/414cfd64ecdb21d4371ac352c6cf7126fe783fca)) ## [1.22.7](https://github.com/bgill55/daedalus/compare/v1.22.6...v1.22.7) (2026-06-23) ### Bug Fixes * require real patch evidence for artifact verification ([453d47f](https://github.com/bgill55/daedalus/commit/453d47fc117f1a96f7c2044e22dfacbddc0133d2))
|
|
17
|
+
* improve orchestration reliability with model-agnostic tool call parsing and LM Studio custom tool block fallback ([6f5e78a](https://github.com/bgill55/daedalus/commit/6f5e78a))
|
|
18
|
+
* prevent task deduplication loops in re-planning and task-split paths by filtering completed file targets ([9a12b4c](https://github.com/bgill55/daedalus/commit/9a12b4c))
|
|
19
|
+
* raise coder agent maxTurns to 4 to allow exploration, write, and self-correction within a single task ([d4e8f1a](https://github.com/bgill55/daedalus/commit/d4e8f1a))
|
|
20
|
+
* improve artifact verification so hasRealWrites checks patch history instead of pre-existing file state ([b7c2e9d](https://github.com/bgill55/daedalus/commit/b7c2e9d)) ## [1.22.6](https://github.com/bgill55/daedalus/compare/v1.22.5...v1.22.6) (2026-06-23) ### Bug Fixes * deduplicate coder tasks by file path and block GUI test runners from plans ([3c156c3](https://github.com/bgill55/daedalus/commit/3c156c3baccc617e5075dbbf668fb71a20bab703)) ## [1.22.5](https://github.com/bgill55/daedalus/compare/v1.22.4...v1.22.5) (2026-06-23) ### Bug Fixes * block GUI app launchers (cypress/playwright) from terminal tool ([de02e1e](https://github.com/bgill55/daedalus/commit/de02e1e0bec9fc8e445cd755edeb7e32d80dc7c1)) ## [1.22.4](https://github.com/bgill55/daedalus/compare/v1.22.3...v1.22.4) (2026-06-23) ### Bug Fixes * improve orchestrate planner reliability and watchdog behavior ([81de52e](https://github.com/bgill55/daedalus/commit/81de52e5266a7a2737c9278cefb41dea9e2c740e)) ## [1.22.3](https://github.com/bgill55/daedalus/compare/v1.22.2...v1.22.3) (2026-06-23) ### Bug Fixes * enforce file-scope boundaries in orchestration, add /exit aliases, gate npm install commands ([744e035](https://github.com/bgill55/daedalus/commit/744e0358075aaeb3833923cdce491ddecce99c4e)) ## [1.22.2](https://github.com/bgill55/daedalus/compare/v1.22.1...v1.22.2) (2026-06-23) ### Bug Fixes * handle model refusal in agent tool calls and auto-retry in failure checkpoint ([3e3f6ae](https://github.com/bgill55/daedalus/commit/3e3f6aea8e4fd5770eed195501a080ff30c4fd11)) ## [1.22.1](https://github.com/bgill55/daedalus/compare/v1.22.0...v1.22.1) (2026-06-23) ### Bug Fixes * resolve orchestrator delegateTask test failure and clean up all lint warnings ([9c6ed59](https://github.com/bgill55/daedalus/commit/9c6ed59012283e40da97209dd6f6376fd1220fca))
|
|
21
|
+
* restore DiffOptions type import in files.ts ([3243f31](https://github.com/bgill55/daedalus/commit/3243f31e86998878d9f241e5555c03214f676e72)) # [1.22.0](https://github.com/bgill55/daedalus/compare/v1.21.5...v1.22.0) (2026-06-23) ### Features * add self-improvement via failure lessons and reviewer role ([9c1ad7f](https://github.com/bgill55/daedalus/commit/9c1ad7fe8e792bef92bd51d57a7124adef40df32)) ## [1.21.5](https://github.com/bgill55/daedalus/compare/v1.21.4...v1.21.5) (2026-06-23) ### Bug Fixes * **patch:** add line-level error attribution so pre-existing TS errors don't block edits ([6437331](https://github.com/bgill55/daedalus/commit/64373312239318a6f9dcfa165a319ebb47c069d0)) ## [1.21.4](https://github.com/bgill55/daedalus/compare/v1.21.3...v1.21.4) (2026-06-22) ### Bug Fixes * **orchestrator:** break patch retry spirals with per-file failure cap; improve diff-ui input handling ([fed4175](https://github.com/bgill55/daedalus/commit/fed41756c9ff547cd392e1fc203f4e71cc850ded)) ## [1.21.3](https://github.com/bgill55/daedalus/compare/v1.21.2...v1.21.3) (2026-06-22) ### Bug Fixes * per-task auto-approve, diff-ui hang, patch root-cause protections ([bdb910d](https://github.com/bgill55/daedalus/commit/bdb910d0beaf34eef76e336f099dc97609f1ae52)) ## [1.21.2](https://github.com/bgill55/daedalus/compare/v1.21.1...v1.21.2) (2026-06-22) ### Bug Fixes * **patch:** only flag TS errors in the patched file, not the whole project ([e73fac3](https://github.com/bgill55/daedalus/commit/e73fac3ec425cdbbebbbd4c565c036ae012f912a)) ## [1.21.1](https://github.com/bgill55/daedalus/compare/v1.21.0...v1.21.1) (2026-06-22) ### Bug Fixes * **index:** treat direct action requests as execute, not outline ([14c0ea3](https://github.com/bgill55/daedalus/commit/14c0ea3b1e99430719af89c08849ca4418eec8eb)) # [1.21.0](https://github.com/bgill55/daedalus/compare/v1.20.0...v1.21.0) (2026-06-22) ### Features * **orchestrator:** harden artifact verification against fake agent reports; tighten success checks and update system prompt persona ([aa2fc6d](https://github.com/bgill55/daedalus/commit/aa2fc6d646a6c3d9e78a39c2e6d064b0720d628e)) # [1.20.0](https://github.com/bgill55/daedalus/compare/v1.19.0...v1.20.0) (2026-06-22) ### Features * **prompts:** restore and sharpen dry humor and wit in system prompts ([f996641](https://github.com/bgill55/daedalus/commit/f996641db1dfac20b1609bc218976be45ad0a255)) # [1.19.0](https://github.com/bgill55/daedalus/compare/v1.18.1...v1.19.0) (2026-06-22) ### Features * bypass proceed gate on tool execution failure to enable autonomous error recovery ([e23d3e9](https://github.com/bgill55/daedalus/commit/e23d3e9d4d5d375e917344eb069803d3e8b917cc)) ## [1.18.1](https://github.com/bgill55/daedalus/compare/v1.18.0...v1.18.1) (2026-06-22) ### Bug Fixes * parse raw JSON first during fact extraction to avoid cleaning corruption ([5c94fde](https://github.com/bgill55/daedalus/commit/5c94fdef70bf7a18d26feb14332cdbaab508e86c)) # [1.18.0](https://github.com/bgill55/daedalus/compare/v1.17.0...v1.18.0) (2026-06-22) ### Features * /mcp command — discover, install, and manage MCP servers from the REPL ([60eb672](https://github.com/bgill55/daedalus/commit/60eb67262bdbd7056e8adc714cbfcb11f5bce563)) # [1.17.0](https://github.com/bgill55/daedalus/compare/v1.16.0...v1.17.0) (2026-06-22) ### Features * context summarization, faster startup, faster patching, cleaner UI ([62df67a](https://github.com/bgill55/daedalus/commit/62df67a56c4f520ece2fd1488ffbb8ec192c77a2)) # [1.16.0](https://github.com/bgill55/daedalus/compare/v1.15.0...v1.16.0) (2026-06-21) ### Features * display documentation repository link in help output and startup banner ([e904f55](https://github.com/bgill55/daedalus/commit/e904f55f6d0ffddb61fa81c5090da25da66a3e1f))
|
|
847
22
|
* **context:** LLM-based conversation summarization before hard pruning
|
|
848
23
|
* **startup:** fire-and-forget health checks and MCP connections for instant REPL prompt
|
|
849
24
|
* **patching:** chunk-based hash pre-filter for faster Levenshtein in findClosestBlock
|
|
850
|
-
* **ui:** compact aligned CLI output with subtle metadata and consistent indentation
|
|
851
|
-
|
|
852
|
-
# [1.15.0](https://github.com/bgill55/daedalus/compare/v1.14.1...v1.15.0) (2026-06-21)
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
### Features
|
|
856
|
-
|
|
857
|
-
* add automatic session descriptive naming and manual rename subcommand ([fd144c8](https://github.com/bgill55/daedalus/commit/fd144c8c0f42527d22865511d7a42e8371385a8e))
|
|
858
|
-
|
|
859
|
-
## [1.14.1](https://github.com/bgill55/daedalus/compare/v1.14.0...v1.14.1) (2026-06-21)
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
### Bug Fixes
|
|
863
|
-
|
|
864
|
-
* **cli:** prepend slash to orchestrate aliases so they are parsed correctly as commands ([60fafe3](https://github.com/bgill55/daedalus/commit/60fafe30aefe6f9651ffcadd814de7b1890af91b))
|
|
865
|
-
|
|
866
|
-
# [1.14.0](https://github.com/bgill55/daedalus/compare/v1.13.0...v1.14.0) (2026-06-21)
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
### Features
|
|
870
|
-
|
|
871
|
-
* **cli:** add short aliases 'orc', 'run', 'o' for /orchestrate command ([b6eece9](https://github.com/bgill55/daedalus/commit/b6eece98ec27a05d11d037fafc93d1b2852169c2))
|
|
872
|
-
|
|
873
|
-
# [1.13.0](https://github.com/bgill55/daedalus/compare/v1.12.0...v1.13.0) (2026-06-21)
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
### Features
|
|
877
|
-
|
|
878
|
-
* **cli:** add /changelog command and automatic upgrade notes display ([6c9a607](https://github.com/bgill55/daedalus/commit/6c9a6075c1c7db20ecc2cb4396de2006eb401392))
|
|
879
|
-
|
|
880
|
-
# [1.12.0](https://github.com/bgill55/daedalus/compare/v1.11.0...v1.12.0) (2026-06-21)
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
### Features
|
|
884
|
-
|
|
885
|
-
* **orchestration:** add interactive task checklist, failure checkpoints, state resume, and planner sizing rules ([19ebe8d](https://github.com/bgill55/daedalus/commit/19ebe8d9776f621c564f9ecba5342058f9936aef))
|
|
886
|
-
|
|
887
|
-
# [1.11.0](https://github.com/bgill55/daedalus/compare/v1.10.1...v1.11.0) (2026-06-21)
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
### Features
|
|
891
|
-
|
|
892
|
-
* implement resumable, gated orchestration and single-agent proceed checkpoints ([d6c48b9](https://github.com/bgill55/daedalus/commit/d6c48b994d31966a86cd2b84f71b4d6cb64ba8e0))
|
|
893
|
-
|
|
894
|
-
## [1.10.1](https://github.com/bgill55/daedalus/compare/v1.10.0...v1.10.1) (2026-06-20)
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
### Bug Fixes
|
|
898
|
-
|
|
899
|
-
* **orchestrator:** airtight artifact verification; enforce planner delegation format ([756640d](https://github.com/bgill55/daedalus/commit/756640dc280c85f742c4e2a99bf22c677ab6fc98))
|
|
900
|
-
|
|
901
|
-
# [1.10.0](https://github.com/bgill55/daedalus/compare/v1.9.7...v1.10.0) (2026-06-20)
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
### Features
|
|
905
|
-
|
|
906
|
-
* **roles:** add instructions for tool error handling, imports, global fetch, and tsconfig ([1c7845c](https://github.com/bgill55/daedalus/commit/1c7845c5f29394719f2db8503e890a823db43536))
|
|
907
|
-
|
|
908
|
-
## [1.9.7](https://github.com/bgill55/daedalus/compare/v1.9.6...v1.9.7) (2026-06-20)
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
### Bug Fixes
|
|
912
|
-
|
|
913
|
-
* **extraction:** robustly parse relaxed JSON in fact extraction ([eceae9f](https://github.com/bgill55/daedalus/commit/eceae9f7d64d22647583cc05e4d8b98665206ad8))
|
|
914
|
-
|
|
915
|
-
## [1.9.6](https://github.com/bgill55/daedalus/compare/v1.9.5...v1.9.6) (2026-06-20)
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
### Bug Fixes
|
|
919
|
-
|
|
920
|
-
* **orchestrator:** add spinners during task delegation and print full un-sliced summaries ([0a6205d](https://github.com/bgill55/daedalus/commit/0a6205d31e531cb1ad95a2bb90b415bc1f2fbf4c))
|
|
921
|
-
|
|
922
|
-
## [1.9.5](https://github.com/bgill55/daedalus/compare/v1.9.4...v1.9.5) (2026-06-20)
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
### Bug Fixes
|
|
926
|
-
|
|
927
|
-
* **orchestrator:** normalize file path separators for verifyArtifacts on Windows ([db972d8](https://github.com/bgill55/daedalus/commit/db972d83f7a1e3a0d59d4a2574ce06e2617352d7))
|
|
928
|
-
|
|
929
|
-
## [1.9.4](https://github.com/bgill55/daedalus/compare/v1.9.3...v1.9.4) (2026-06-20)
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
### Bug Fixes
|
|
933
|
-
|
|
934
|
-
* **orchestrator:** implement turn-level cancellation and abort task loops on SIGINT ([8e489e2](https://github.com/bgill55/daedalus/commit/8e489e2967ddb221702e7244561d1aa343d022ff))
|
|
935
|
-
|
|
936
|
-
## [1.9.3](https://github.com/bgill55/daedalus/compare/v1.9.2...v1.9.3) (2026-06-20)
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
### Bug Fixes
|
|
940
|
-
|
|
941
|
-
* **files:** push to patchHistory when creating new files with write_file ([9135fa3](https://github.com/bgill55/daedalus/commit/9135fa3944694814da0ec69116e3685c48310564))
|
|
942
|
-
|
|
943
|
-
## [1.9.2](https://github.com/bgill55/daedalus/compare/v1.9.1...v1.9.2) (2026-06-20)
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
### Bug Fixes
|
|
947
|
-
|
|
948
|
-
* **orchestrator:** implement artifact verification guardrails and repair loops ([71e5848](https://github.com/bgill55/daedalus/commit/71e58486a90d206d3d90b9f49d12acadae2429b8))
|
|
949
|
-
|
|
950
|
-
## [1.9.1](https://github.com/bgill55/daedalus/compare/v1.9.0...v1.9.1) (2026-06-20)
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
### Bug Fixes
|
|
954
|
-
|
|
955
|
-
* restore process.stdin stream flow on Windows after child process executions ([ba2743a](https://github.com/bgill55/daedalus/commit/ba2743a44a8aec92798fc9501687ab8384d52d5b))
|
|
956
|
-
|
|
957
|
-
# [1.9.0](https://github.com/bgill55/daedalus/compare/v1.8.1...v1.9.0) (2026-06-20)
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
### Features
|
|
961
|
-
|
|
962
|
-
* implement documented /session command ([63f4961](https://github.com/bgill55/daedalus/commit/63f4961ddff7f4abc30d15f062471086a029ece7))
|
|
963
|
-
|
|
964
|
-
## [1.8.1](https://github.com/bgill55/daedalus/compare/v1.8.0...v1.8.1) (2026-06-20)
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
### Bug Fixes
|
|
968
|
-
|
|
969
|
-
* resolve keyboard lockout during visual diff approval ([8eb032d](https://github.com/bgill55/daedalus/commit/8eb032d35001d2a6c1818cf63cc0c976c90022bf))
|
|
970
|
-
|
|
971
|
-
# [1.8.0](https://github.com/bgill55/daedalus/compare/v1.7.5...v1.8.0) (2026-06-20)
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
### Features
|
|
975
|
-
|
|
976
|
-
* show a terminal spinner animation while tools are executing ([b7d8b14](https://github.com/bgill55/daedalus/commit/b7d8b1452c6741a7e834a4c4dfbae22622a88452))
|
|
977
|
-
|
|
978
|
-
## [1.7.5](https://github.com/bgill55/daedalus/compare/v1.7.4...v1.7.5) (2026-06-20)
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
### Bug Fixes
|
|
982
|
-
|
|
983
|
-
* ignore fs.watch error events to prevent unhandled process exit crashes on Windows ([360b353](https://github.com/bgill55/daedalus/commit/360b3536f0e7a7fc4cb668e88a72c80fcbeda88d))
|
|
984
|
-
|
|
985
|
-
## [1.7.4](https://github.com/bgill55/daedalus/compare/v1.7.3...v1.7.4) (2026-06-20)
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
### Bug Fixes
|
|
989
|
-
|
|
990
|
-
* **test:** close watcher inside afterEach to ensure clean teardown and prevent database accesses after closure ([07ef108](https://github.com/bgill55/daedalus/commit/07ef10888439a89b25c9c30b7ab1591c8416281b))
|
|
991
|
-
|
|
992
|
-
## [1.7.3](https://github.com/bgill55/daedalus/compare/v1.7.2...v1.7.3) (2026-06-20)
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
### Bug Fixes
|
|
996
|
-
|
|
997
|
-
* **test:** resolve macOS FSEvents latency and Windows file locking in watcher tests ([d02764b](https://github.com/bgill55/daedalus/commit/d02764b00a11bac030b146c0af590d28e3c51778))
|
|
998
|
-
|
|
999
|
-
## [1.7.2](https://github.com/bgill55/daedalus/compare/v1.7.1...v1.7.2) (2026-06-20)
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
### Bug Fixes
|
|
1003
|
-
|
|
1004
|
-
* **test:** add explicit RouterConfig type to avoid widened type inference of strategy property ([30b93a9](https://github.com/bgill55/daedalus/commit/30b93a95ff364c6e97b89c0c5573329366d1506c))
|
|
1005
|
-
|
|
1006
|
-
## [1.7.1](https://github.com/bgill55/daedalus/compare/v1.7.0...v1.7.1) (2026-06-20)
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
### Bug Fixes
|
|
1010
|
-
|
|
1011
|
-
* register /help command and map help and ? to it ([92bcc13](https://github.com/bgill55/daedalus/commit/92bcc139c13ff27826d81ccec6fb4eb8d162e890))
|
|
1012
|
-
|
|
1013
|
-
# [1.7.0](https://github.com/bgill55/daedalus/compare/v1.6.0...v1.7.0) (2026-06-20)
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
### Features
|
|
1017
|
-
|
|
1018
|
-
* implement inline config setting via /config set ([86516ff](https://github.com/bgill55/daedalus/commit/86516ffcc182924e6177e187519ae381eebc8d32))
|
|
1019
|
-
|
|
1020
|
-
# [1.6.0](https://github.com/bgill55/daedalus/compare/v1.5.0...v1.6.0) (2026-06-20)
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
### Features
|
|
1024
|
-
|
|
1025
|
-
* implement proactive model routing and default agent prompt guardrails ([29ec1fc](https://github.com/bgill55/daedalus/commit/29ec1fcfc26453379af7ba315158e8abe332229b))
|
|
1026
|
-
|
|
1027
|
-
# [1.5.0](https://github.com/bgill55/daedalus/compare/v1.4.1...v1.5.0) (2026-06-20)
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
### Features
|
|
1031
|
-
|
|
1032
|
-
* implement concurrent background agent execution and task commands ([c74263d](https://github.com/bgill55/daedalus/commit/c74263de9ad26a0c2be8a636f9012a3e06bbce01))
|
|
1033
|
-
|
|
1034
|
-
## [1.4.1](https://github.com/bgill55/daedalus/compare/v1.4.0...v1.4.1) (2026-06-20)
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
### Bug Fixes
|
|
1038
|
-
|
|
1039
|
-
* use type-only imports and exports for router interfaces to prevent runtime ESM syntax errors ([db5df1d](https://github.com/bgill55/daedalus/commit/db5df1d8711c0f049826e997bc6fab3e6d8c9185))
|
|
1040
|
-
|
|
1041
|
-
# [1.4.0](https://github.com/bgill55/daedalus/compare/v1.3.0...v1.4.0) (2026-06-20)
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
### Features
|
|
1045
|
-
|
|
1046
|
-
* enhance system prompts with terminal sandboxing and codebase indexing guidelines ([0439603](https://github.com/bgill55/daedalus/commit/0439603cd9a45577c4cfe2933a323d53a022c85c))
|
|
1047
|
-
|
|
1048
|
-
# [1.3.0](https://github.com/bgill55/daedalus/compare/v1.2.0...v1.3.0) (2026-06-20)
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
### Features
|
|
1052
|
-
|
|
1053
|
-
* implement command execution sandboxing via Docker and WSL ([da297e1](https://github.com/bgill55/daedalus/commit/da297e1db3abe051c017400fe0e96dd019ff058a))
|
|
1054
|
-
|
|
1055
|
-
# [1.2.0](https://github.com/bgill55/daedalus/compare/v1.1.0...v1.2.0) (2026-06-20)
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
### Features
|
|
1059
|
-
|
|
1060
|
-
* implement multi-candidate voting in Ensemble mode ([4b70f29](https://github.com/bgill55/daedalus/commit/4b70f29be733bffe006e394c04c442cc4b457bff))
|
|
1061
|
-
|
|
1062
|
-
# [1.1.0](https://github.com/bgill55/daedalus/compare/v1.0.1...v1.1.0) (2026-06-20)
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
### Features
|
|
1066
|
-
|
|
1067
|
-
* implement incremental FTS5 indexing on file watch events ([f37faef](https://github.com/bgill55/daedalus/commit/f37faefd6185602a4c982390a12d610c49b0410f))
|
|
1068
|
-
|
|
1069
|
-
## [1.0.1](https://github.com/bgill55/daedalus/compare/v1.0.0...v1.0.1) (2026-06-20)
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
### Bug Fixes
|
|
1073
|
-
|
|
1074
|
-
* address code quality issues from audit ([2638587](https://github.com/bgill55/daedalus/commit/2638587efafb5258f0c156116c0f8998b49b8435))
|
|
1075
|
-
|
|
1076
|
-
# 1.0.0 (2026-06-20)
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
### Bug Fixes
|
|
1080
|
-
|
|
1081
|
-
* stdin leak in approval gate — use rl.question instead of raw mode ([3fa5c3b](https://github.com/bgill55/daedalus/commit/3fa5c3b3b93e862107469cc914e1c6fb29381a1a))
|
|
1082
|
-
* yield every file in indexer to prevent keyboard lag (was every 10 files) ([761d99f](https://github.com/bgill55/daedalus/commit/761d99fd2ad109b82eb76b585610dd16c762f52f))
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
### Features
|
|
1086
|
-
|
|
1087
|
-
* automatic update checker on startup ([2c858c3](https://github.com/bgill55/daedalus/commit/2c858c37fe8084463150b2de65056e4062d8f2c9))
|
|
25
|
+
* **ui:** compact aligned CLI output with subtle metadata and consistent indentation # [1.15.0](https://github.com/bgill55/daedalus/compare/v1.14.1...v1.15.0) (2026-06-21) ### Features * add automatic session descriptive naming and manual rename subcommand ([fd144c8](https://github.com/bgill55/daedalus/commit/fd144c8c0f42527d22865511d7a42e8371385a8e)) ## [1.14.1](https://github.com/bgill55/daedalus/compare/v1.14.0...v1.14.1) (2026-06-21) ### Bug Fixes * **cli:** prepend slash to orchestrate aliases so they are parsed correctly as commands ([60fafe3](https://github.com/bgill55/daedalus/commit/60fafe30aefe6f9651ffcadd814de7b1890af91b)) # [1.14.0](https://github.com/bgill55/daedalus/compare/v1.13.0...v1.14.0) (2026-06-21) ### Features * **cli:** add short aliases 'orc', 'run', 'o' for /orchestrate command ([b6eece9](https://github.com/bgill55/daedalus/commit/b6eece98ec27a05d11d037fafc93d1b2852169c2)) # [1.13.0](https://github.com/bgill55/daedalus/compare/v1.12.0...v1.13.0) (2026-06-21) ### Features * **cli:** add /changelog command and automatic upgrade notes display ([6c9a607](https://github.com/bgill55/daedalus/commit/6c9a6075c1c7db20ecc2cb4396de2006eb401392)) # [1.12.0](https://github.com/bgill55/daedalus/compare/v1.11.0...v1.12.0) (2026-06-21) ### Features * **orchestration:** add interactive task checklist, failure checkpoints, state resume, and planner sizing rules ([19ebe8d](https://github.com/bgill55/daedalus/commit/19ebe8d9776f621c564f9ecba5342058f9936aef)) # [1.11.0](https://github.com/bgill55/daedalus/compare/v1.10.1...v1.11.0) (2026-06-21) ### Features * implement resumable, gated orchestration and single-agent proceed checkpoints ([d6c48b9](https://github.com/bgill55/daedalus/commit/d6c48b994d31966a86cd2b84f71b4d6cb64ba8e0)) ## [1.10.1](https://github.com/bgill55/daedalus/compare/v1.10.0...v1.10.1) (2026-06-20) ### Bug Fixes * **orchestrator:** airtight artifact verification; enforce planner delegation format ([756640d](https://github.com/bgill55/daedalus/commit/756640dc280c85f742c4e2a99bf22c677ab6fc98)) # [1.10.0](https://github.com/bgill55/daedalus/compare/v1.9.7...v1.10.0) (2026-06-20) ### Features * **roles:** add instructions for tool error handling, imports, global fetch, and tsconfig ([1c7845c](https://github.com/bgill55/daedalus/commit/1c7845c5f29394719f2db8503e890a823db43536)) ## [1.9.7](https://github.com/bgill55/daedalus/compare/v1.9.6...v1.9.7) (2026-06-20) ### Bug Fixes * **extraction:** robustly parse relaxed JSON in fact extraction ([eceae9f](https://github.com/bgill55/daedalus/commit/eceae9f7d64d22647583cc05e4d8b98665206ad8)) ## [1.9.6](https://github.com/bgill55/daedalus/compare/v1.9.5...v1.9.6) (2026-06-20) ### Bug Fixes * **orchestrator:** add spinners during task delegation and print full un-sliced summaries ([0a6205d](https://github.com/bgill55/daedalus/commit/0a6205d31e531cb1ad95a2bb90b415bc1f2fbf4c)) ## [1.9.5](https://github.com/bgill55/daedalus/compare/v1.9.4...v1.9.5) (2026-06-20) ### Bug Fixes * **orchestrator:** normalize file path separators for verifyArtifacts on Windows ([db972d8](https://github.com/bgill55/daedalus/commit/db972d83f7a1e3a0d59d4a2574ce06e2617352d7)) ## [1.9.4](https://github.com/bgill55/daedalus/compare/v1.9.3...v1.9.4) (2026-06-20) ### Bug Fixes * **orchestrator:** implement turn-level cancellation and abort task loops on SIGINT ([8e489e2](https://github.com/bgill55/daedalus/commit/8e489e2967ddb221702e7244561d1aa343d022ff)) ## [1.9.3](https://github.com/bgill55/daedalus/compare/v1.9.2...v1.9.3) (2026-06-20) ### Bug Fixes * **files:** push to patchHistory when creating new files with write_file ([9135fa3](https://github.com/bgill55/daedalus/commit/9135fa3944694814da0ec69116e3685c48310564)) ## [1.9.2](https://github.com/bgill55/daedalus/compare/v1.9.1...v1.9.2) (2026-06-20) ### Bug Fixes * **orchestrator:** implement artifact verification guardrails and repair loops ([71e5848](https://github.com/bgill55/daedalus/commit/71e58486a90d206d3d90b9f49d12acadae2429b8)) ## [1.9.1](https://github.com/bgill55/daedalus/compare/v1.9.0...v1.9.1) (2026-06-20) ### Bug Fixes * restore process.stdin stream flow on Windows after child process executions ([ba2743a](https://github.com/bgill55/daedalus/commit/ba2743a44a8aec92798fc9501687ab8384d52d5b)) # [1.9.0](https://github.com/bgill55/daedalus/compare/v1.8.1...v1.9.0) (2026-06-20) ### Features * implement documented /session command ([63f4961](https://github.com/bgill55/daedalus/commit/63f4961ddff7f4abc30d15f062471086a029ece7)) ## [1.8.1](https://github.com/bgill55/daedalus/compare/v1.8.0...v1.8.1) (2026-06-20) ### Bug Fixes * resolve keyboard lockout during visual diff approval ([8eb032d](https://github.com/bgill55/daedalus/commit/8eb032d35001d2a6c1818cf63cc0c976c90022bf)) # [1.8.0](https://github.com/bgill55/daedalus/compare/v1.7.5...v1.8.0) (2026-06-20) ### Features * show a terminal spinner animation while tools are executing ([b7d8b14](https://github.com/bgill55/daedalus/commit/b7d8b1452c6741a7e834a4c4dfbae22622a88452)) ## [1.7.5](https://github.com/bgill55/daedalus/compare/v1.7.4...v1.7.5) (2026-06-20) ### Bug Fixes * ignore fs.watch error events to prevent unhandled process exit crashes on Windows ([360b353](https://github.com/bgill55/daedalus/commit/360b3536f0e7a7fc4cb668e88a72c80fcbeda88d)) ## [1.7.4](https://github.com/bgill55/daedalus/compare/v1.7.3...v1.7.4) (2026-06-20) ### Bug Fixes * **test:** close watcher inside afterEach to ensure clean teardown and prevent database accesses after closure ([07ef108](https://github.com/bgill55/daedalus/commit/07ef10888439a89b25c9c30b7ab1591c8416281b)) ## [1.7.3](https://github.com/bgill55/daedalus/compare/v1.7.2...v1.7.3) (2026-06-20) ### Bug Fixes * **test:** resolve macOS FSEvents latency and Windows file locking in watcher tests ([d02764b](https://github.com/bgill55/daedalus/commit/d02764b00a11bac030b146c0af590d28e3c51778)) ## [1.7.2](https://github.com/bgill55/daedalus/compare/v1.7.1...v1.7.2) (2026-06-20) ### Bug Fixes * **test:** add explicit RouterConfig type to avoid widened type inference of strategy property ([30b93a9](https://github.com/bgill55/daedalus/commit/30b93a95ff364c6e97b89c0c5573329366d1506c)) ## [1.7.1](https://github.com/bgill55/daedalus/compare/v1.7.0...v1.7.1) (2026-06-20) ### Bug Fixes * register /help command and map help and ? to it ([92bcc13](https://github.com/bgill55/daedalus/commit/92bcc139c13ff27826d81ccec6fb4eb8d162e890)) # [1.7.0](https://github.com/bgill55/daedalus/compare/v1.6.0...v1.7.0) (2026-06-20) ### Features * implement inline config setting via /config set ([86516ff](https://github.com/bgill55/daedalus/commit/86516ffcc182924e6177e187519ae381eebc8d32)) # [1.6.0](https://github.com/bgill55/daedalus/compare/v1.5.0...v1.6.0) (2026-06-20) ### Features * implement proactive model routing and default agent prompt guardrails ([29ec1fc](https://github.com/bgill55/daedalus/commit/29ec1fcfc26453379af7ba315158e8abe332229b)) # [1.5.0](https://github.com/bgill55/daedalus/compare/v1.4.1...v1.5.0) (2026-06-20) ### Features * implement concurrent background agent execution and task commands ([c74263d](https://github.com/bgill55/daedalus/commit/c74263de9ad26a0c2be8a636f9012a3e06bbce01)) ## [1.4.1](https://github.com/bgill55/daedalus/compare/v1.4.0...v1.4.1) (2026-06-20) ### Bug Fixes * use type-only imports and exports for router interfaces to prevent runtime ESM syntax errors ([db5df1d](https://github.com/bgill55/daedalus/commit/db5df1d8711c0f049826e997bc6fab3e6d8c9185)) # [1.4.0](https://github.com/bgill55/daedalus/compare/v1.3.0...v1.4.0) (2026-06-20) ### Features * enhance system prompts with terminal sandboxing and codebase indexing guidelines ([0439603](https://github.com/bgill55/daedalus/commit/0439603cd9a45577c4cfe2933a323d53a022c85c)) # [1.3.0](https://github.com/bgill55/daedalus/compare/v1.2.0...v1.3.0) (2026-06-20) ### Features * implement command execution sandboxing via Docker and WSL ([da297e1](https://github.com/bgill55/daedalus/commit/da297e1db3abe051c017400fe0e96dd019ff058a)) # [1.2.0](https://github.com/bgill55/daedalus/compare/v1.1.0...v1.2.0) (2026-06-20) ### Features * implement multi-candidate voting in Ensemble mode ([4b70f29](https://github.com/bgill55/daedalus/commit/4b70f29be733bffe006e394c04c442cc4b457bff)) # [1.1.0](https://github.com/bgill55/daedalus/compare/v1.0.1...v1.1.0) (2026-06-20) ### Features * implement incremental FTS5 indexing on file watch events ([f37faef](https://github.com/bgill55/daedalus/commit/f37faefd6185602a4c982390a12d610c49b0410f)) ## [1.0.1](https://github.com/bgill55/daedalus/compare/v1.0.0...v1.0.1) (2026-06-20) ### Bug Fixes * address code quality issues from audit ([2638587](https://github.com/bgill55/daedalus/commit/2638587efafb5258f0c156116c0f8998b49b8435)) # 1.0.0 (2026-06-20) ### Bug Fixes * stdin leak in approval gate — use rl.question instead of raw mode ([3fa5c3b](https://github.com/bgill55/daedalus/commit/3fa5c3b3b93e862107469cc914e1c6fb29381a1a))
|
|
26
|
+
* yield every file in indexer to prevent keyboard lag (was every 10 files) ([761d99f](https://github.com/bgill55/daedalus/commit/761d99fd2ad109b82eb76b585610dd16c762f52f)) ### Features * automatic update checker on startup ([2c858c3](https://github.com/bgill55/daedalus/commit/2c858c37fe8084463150b2de65056e4062d8f2c9))
|
|
1088
27
|
* implement autonomous debugging loops ([5703507](https://github.com/bgill55/daedalus/commit/57035077430a1ef5bfed8f1fdec06553fbca6bb0))
|
|
1089
28
|
* implement branch and PR commands ([faa2107](https://github.com/bgill55/daedalus/commit/faa2107535334ba4853f9b25d20063b96023d1da))
|
|
1090
29
|
* implement interactive chunk-level diff staging (Sprint 5) ([746486f](https://github.com/bgill55/daedalus/commit/746486fa82d7337915267a8e3cc392184451cd54))
|
|
@@ -1095,18 +34,8 @@
|
|
|
1095
34
|
* **patch:** fuzzy whitespace matching, syntax guardrails, and context-aware hints ([106d675](https://github.com/bgill55/daedalus/commit/106d675321dadd1279cf4140147804db64f3e208))
|
|
1096
35
|
* **power-tools:** LSP diagnostics/hover/rename, screenshot+vision, impact analysis, process watcher, scratchpad eval ([d645246](https://github.com/bgill55/daedalus/commit/d64524683728c37e2cb490f782593e6fc95a3b01))
|
|
1097
36
|
* **trust:** write-without-read guardrail, circuit breaker, import/export validation, auto-test loop, large-rewrite annotation ([7976ffe](https://github.com/bgill55/daedalus/commit/7976ffe67e40f73646175a217a268cfbd306ccc1))
|
|
1098
|
-
* v0.5.0 — security audit fixes and personality ([ce6aedd](https://github.com/bgill55/daedalus/commit/ce6aedd87e1c32d8f0dd35c6cddfcd2475fa34a0))
|
|
1099
|
-
|
|
1100
|
-
# Changelog
|
|
1101
|
-
|
|
1102
|
-
All notable changes to this project will be documented in this file.
|
|
1103
|
-
|
|
1104
|
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
1105
|
-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
1106
|
-
|
|
1107
|
-
## [Unreleased]
|
|
1108
|
-
|
|
1109
|
-
### Added
|
|
37
|
+
* v0.5.0 — security audit fixes and personality ([ce6aedd](https://github.com/bgill55/daedalus/commit/ce6aedd87e1c32d8f0dd35c6cddfcd2475fa34a0)) # Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
38
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ### Added
|
|
1110
39
|
- **Isolated command execution sandboxing** — introduces a `tools.sandbox` configuration option to execute terminal shell commands inside an isolated Docker container (mounting the project directory to `/workspace` and normalizing subfolder paths) or Windows Subsystem for Linux (WSL, translating Windows working paths using `wslpath`).
|
|
1111
40
|
- **Multi-candidate drafting and voting in Ensemble mode** — supports generating multiple code candidate drafts from different models or temperature configurations, automatically verifying compilation and test status, and letting the Critic model score and vote on the best candidate using a temporary git baseline commit workflow.
|
|
1112
41
|
- **Incremental FTS5 indexing on file watch events** — recursive, dependency-free background file watcher using native recursive `fs.watch` on Windows/macOS and falling back to manual recursive watching on Linux. Debounces file events by 300ms to update SQLite index tables on creations/modifications and remove entries on deletions.
|
|
@@ -1117,129 +46,53 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1117
46
|
- **Additional test coverage** — added new test suites for preferred shell detection, MCP stdio/http transports, and CLI loops.
|
|
1118
47
|
- **CI/CD pipeline** — lint on ubuntu + test on win/ubuntu/macos runs on every PR; push to main triggers semantic-release (npm publish + GitHub release); manual canary release workflow with `--tag canary`
|
|
1119
48
|
- **ESLint v10 flat config** — typescript-eslint integration, pragmatically tuned to warn on pre-existing issues and error on new ones
|
|
1120
|
-
- **`DAEDALUS_PROFILE_PATH` env var** — allows overriding profile path without mocking `os.homedir()`
|
|
1121
|
-
|
|
1122
|
-
### Fixed
|
|
1123
|
-
- **Orchestrator error handling** — `run()` now catches errors and returns a graceful fallback message instead of crashing
|
|
1124
|
-
|
|
1125
|
-
## [0.5.24] - 2026-06-19
|
|
1126
|
-
|
|
1127
|
-
### Added
|
|
49
|
+
- **`DAEDALUS_PROFILE_PATH` env var** — allows overriding profile path without mocking `os.homedir()` ### Fixed
|
|
50
|
+
- **Orchestrator error handling** — `run()` now catches errors and returns a graceful fallback message instead of crashing ## [0.5.24] - 2026-06-19 ### Added
|
|
1128
51
|
- **Write-without-read guardrail** — `patch` and `write_file` are blocked on any existing file that has not been read this session, preventing edits based on hallucinated or stale content
|
|
1129
52
|
- **Stale-read detection** — if a file's mtime advances after the last `read_file` call, the tool blocks and asks the model to re-read before patching
|
|
1130
53
|
- **Circuit breaker** — after 2 consecutive failed patches on the same file, all further patch attempts are halted with a `[CIRCUIT BREAKER]` message to stop infinite retry loops
|
|
1131
54
|
- **Import existence validation** — after every `write_file` or `patch`, local file imports and npm package references are verified against the disk and `package.json`; missing imports are reported as warnings in the tool result
|
|
1132
55
|
- **Export consistency check** — after every write/patch, detects `export { name }` statements where `name` is not actually defined in the file
|
|
1133
56
|
- **Auto-test loop** — after a successful write or patch, the co-located `*.test.ts` / `*.spec.ts` file (if present) is automatically run and any failures are fed back to the model as a tool result so it can self-correct
|
|
1134
|
-
- **Large-rewrite annotation** — when more than 40% of a file's lines are replaced in a single diff, a yellow
|
|
57
|
+
- **Large-rewrite annotation** — when more than 40% of a file's lines are replaced in a single diff, a yellow ` LARGE REWRITE` banner is shown in the interactive diff header
|
|
1135
58
|
- `sessionReadCache` and `patchFailureStreak` fields added to `ToolContext` to track per-session read state and failure streaks
|
|
1136
|
-
- 9 new unit tests covering all six trust features (40 total)
|
|
1137
|
-
|
|
1138
|
-
## [0.5.23] - 2026-06-19
|
|
1139
|
-
|
|
1140
|
-
### Added
|
|
59
|
+
- 9 new unit tests covering all six trust features (40 total) ## [0.5.23] - 2026-06-19 ### Added
|
|
1141
60
|
- **Fuzzy whitespace & indentation patching** — if `old_string` fails an exact match, `patch` performs a secondary whitespace-normalized search; if exactly one candidate block matches, the patch is applied automatically; multiple matches are safely rejected
|
|
1142
61
|
- **Syntax validation guardrails** — after every `write_file` or `patch`, the affected file is syntax-checked (`.json` via `JSON.parse`, `.ts/.tsx` via `tsc --noEmit`, `.js/.mjs/.cjs` via `node --check`); if a syntax error is introduced the file is automatically reverted and the compiler error is returned to the model for self-correction
|
|
1143
62
|
- **Context-aware patch hints** — when both exact and fuzzy matching fail, a Levenshtein sliding-window search (up to 300 lines) finds the closest matching block and returns it with the error message so the model can correct its patch immediately
|
|
1144
63
|
- `normalizeWhitespace`, `fuzzyWhitespacePatch`, `levenshtein`, `findClosestBlock`, and `syntaxCheck` helpers in `src/tools/builtin/files.ts`
|
|
1145
|
-
- 8 new unit tests covering fuzzy matching, hint generation, syntax validation, and JSON revert behaviour
|
|
1146
|
-
|
|
1147
|
-
## [0.5.22] - 2026-06-19
|
|
1148
|
-
|
|
1149
|
-
### Added
|
|
64
|
+
- 8 new unit tests covering fuzzy matching, hint generation, syntax validation, and JSON revert behaviour ## [0.5.22] - 2026-06-19 ### Added
|
|
1150
65
|
- Automated placeholder detection guardrails in file manipulation tools (`write_file` and `patch`) to prevent local models from writing lazy ellipsis comments (like `// ...`) or abbreviated code placeholders into source files
|
|
1151
|
-
- Promoted guidelines in agent system prompts warning against using code placeholders
|
|
1152
|
-
|
|
1153
|
-
## [0.5.21] - 2026-06-19
|
|
1154
|
-
|
|
1155
|
-
### Added
|
|
1156
|
-
- Integrated terminal-safe inline markdown renderer to print clean formatted bullet points, headers, bold, italics, and code blocks directly in CLI streaming outputs
|
|
1157
|
-
|
|
1158
|
-
## [0.5.20] - 2026-06-19
|
|
1159
|
-
|
|
1160
|
-
### Added
|
|
66
|
+
- Promoted guidelines in agent system prompts warning against using code placeholders ## [0.5.21] - 2026-06-19 ### Added
|
|
67
|
+
- Integrated terminal-safe inline markdown renderer to print clean formatted bullet points, headers, bold, italics, and code blocks directly in CLI streaming outputs ## [0.5.20] - 2026-06-19 ### Added
|
|
1161
68
|
- XML-style text-based tool call parsing (`<longcat_tool_call>` / `<tool_call>`) to support local models that output tool tags in their text response instead of native OpenAI function calling payloads
|
|
1162
|
-
- Response model tracking to display the active model name and resolved ID in the turn metadata footer
|
|
1163
|
-
|
|
1164
|
-
### Changed
|
|
1165
|
-
- Softened model call and fallback errors to yellow warning blocks suggesting `/doctor` rather than showing aggressive red stack traces
|
|
1166
|
-
|
|
1167
|
-
## [0.5.19] - 2026-06-19
|
|
1168
|
-
|
|
1169
|
-
### Added
|
|
69
|
+
- Response model tracking to display the active model name and resolved ID in the turn metadata footer ### Changed
|
|
70
|
+
- Softened model call and fallback errors to yellow warning blocks suggesting `/doctor` rather than showing aggressive red stack traces ## [0.5.19] - 2026-06-19 ### Added
|
|
1170
71
|
- Multi-Model Ensemble Drafting (Sprint 6): added `/ensemble <goal>` command to run a draft-review revision loop where a fast local model drafts changes and a smart model critiques them before writing to disk
|
|
1171
|
-
- Support for target model routing in LocalRouter by matching request.model against configured names or model IDs in the chain
|
|
1172
|
-
|
|
1173
|
-
## [0.5.18] - 2026-06-19
|
|
1174
|
-
|
|
1175
|
-
### Added
|
|
1176
|
-
- Interactive hunk-level diff review and staging: choose `[c]hunks` at the apply diff prompt to accept (`y`), reject (`n`), stage all remaining (`a`), or quit (`q`) at the individual change hunk level
|
|
1177
|
-
|
|
1178
|
-
## [0.5.17] - 2026-06-19
|
|
1179
|
-
|
|
1180
|
-
### Added
|
|
72
|
+
- Support for target model routing in LocalRouter by matching request.model against configured names or model IDs in the chain ## [0.5.18] - 2026-06-19 ### Added
|
|
73
|
+
- Interactive hunk-level diff review and staging: choose `[c]hunks` at the apply diff prompt to accept (`y`), reject (`n`), stage all remaining (`a`), or quit (`q`) at the individual change hunk level ## [0.5.17] - 2026-06-19 ### Added
|
|
1181
74
|
- Interactive TUI project file finder and fuzzy explorer: running `/add` without a filepath opens an interactive list view to search, navigate, and toggle files in and out of the active context with real-time fuzzy matching and scoring
|
|
1182
|
-
- Flicker-free terminal re-rendering and raw keyboard state restoration
|
|
1183
|
-
|
|
1184
|
-
## [0.5.16] - 2026-06-19
|
|
1185
|
-
|
|
1186
|
-
### Added
|
|
75
|
+
- Flicker-free terminal re-rendering and raw keyboard state restoration ## [0.5.16] - 2026-06-19 ### Added
|
|
1187
76
|
- `/debug <command>` command to run autonomous debugging loops: executes the command, captures errors/logs, invokes the model to patch relevant files, and re-runs the command (retrying up to 5 times)
|
|
1188
|
-
- Tab autocompletion and help menu quickref support for `/debug`
|
|
1189
|
-
|
|
1190
|
-
## [0.5.15] - 2026-06-19
|
|
1191
|
-
|
|
1192
|
-
### Added
|
|
77
|
+
- Tab autocompletion and help menu quickref support for `/debug` ## [0.5.15] - 2026-06-19 ### Added
|
|
1193
78
|
- `/branch [name]` command to view the current active branch or create/switch branches directly in the REPL
|
|
1194
79
|
- `/pr [base-branch]` command to automatically generate a detailed markdown Pull Request description comparing the current branch to a base branch (e.g. `main` or `master`) and save it to `pr-desc.md`
|
|
1195
|
-
- Tab autocompletion and help menu quickref support for `/branch` and `/pr`
|
|
1196
|
-
|
|
1197
|
-
## [0.5.14] - 2026-06-19
|
|
1198
|
-
|
|
1199
|
-
### Added
|
|
80
|
+
- Tab autocompletion and help menu quickref support for `/branch` and `/pr` ## [0.5.14] - 2026-06-19 ### Added
|
|
1200
81
|
- Context budget and token usage meter directly visible in the REPL prompt (`[<files> · <tokens>] ›`)
|
|
1201
82
|
- `/prune` command to view a detailed breakdown of context usage (system, files, history) and manually prune conversation turns
|
|
1202
83
|
- Auto-pruning engine that runs before model calls to automatically truncate massive tool outputs or prune oldest turns if context exceeds configured thresholds
|
|
1203
|
-
- Co-located unit tests for token calculation and pruning algorithm under `src/session/tokens.test.ts`
|
|
1204
|
-
|
|
1205
|
-
## [0.5.13] - 2026-06-19
|
|
1206
|
-
|
|
1207
|
-
### Changed
|
|
84
|
+
- Co-located unit tests for token calculation and pruning algorithm under `src/session/tokens.test.ts` ## [0.5.13] - 2026-06-19 ### Changed
|
|
1208
85
|
- Refactored user prompt box to render as a compact, shrink-to-fit card/bubble instead of spanning the entire terminal width
|
|
1209
|
-
- Removed borders and padding from the assistant blocks to match a clean, unboxed modern chat UI style
|
|
1210
|
-
|
|
1211
|
-
### Fixed
|
|
1212
|
-
- Corrected off-by-one border alignment math in user prompt box rendering
|
|
1213
|
-
|
|
1214
|
-
## [0.5.12] - 2026-06-19
|
|
1215
|
-
|
|
1216
|
-
### Fixed
|
|
86
|
+
- Removed borders and padding from the assistant blocks to match a clean, unboxed modern chat UI style ### Fixed
|
|
87
|
+
- Corrected off-by-one border alignment math in user prompt box rendering ## [0.5.12] - 2026-06-19 ### Fixed
|
|
1217
88
|
- Fixed off-by-one border misalignment in the user prompt box
|
|
1218
|
-
- Fixed misaligned static border widths in the interactive diff approval UI to dynamically scale with file paths
|
|
1219
|
-
|
|
1220
|
-
## [0.5.11] - 2026-06-19
|
|
1221
|
-
|
|
1222
|
-
### Added
|
|
89
|
+
- Fixed misaligned static border widths in the interactive diff approval UI to dynamically scale with file paths ## [0.5.11] - 2026-06-19 ### Added
|
|
1223
90
|
- Cached Windows shell detection in `/terminal` tool to eliminate process spawn lag
|
|
1224
|
-
- Concurrent MCP server initialization (parallel `Promise.all` connections)
|
|
1225
|
-
|
|
1226
|
-
### Fixed
|
|
91
|
+
- Concurrent MCP server initialization (parallel `Promise.all` connections) ### Fixed
|
|
1227
92
|
- Asynchronous boot health checks: initial health checks now run in the background to prevent boot blocking
|
|
1228
|
-
- Included Authorization header with API key in health check fetches to prevent auth failures on remote endpoints
|
|
1229
|
-
|
|
1230
|
-
## [0.5.10] - 2026-06-19
|
|
1231
|
-
|
|
1232
|
-
### Fixed
|
|
93
|
+
- Included Authorization header with API key in health check fetches to prevent auth failures on remote endpoints ## [0.5.10] - 2026-06-19 ### Fixed
|
|
1233
94
|
- Restored missing SIGINT handler registration in main function to fix syntax error
|
|
1234
|
-
- Refined terminal outputs: replaced emojis with standardized text labels (`[OK]`, `[WARN]`, `[ERROR]`) to align with style guide
|
|
1235
|
-
|
|
1236
|
-
- Indexer yields after every file instead of every 10 — eliminates keyboard lag during background indexing (v0.5.9)
|
|
1237
|
-
|
|
1238
|
-
### Added
|
|
1239
|
-
|
|
1240
|
-
- **Auto-fact extraction** — after each turn with learning signals (file edits, commits), Daedalus silently extracts key-value facts and saves them to project memory. The CLI that grows with you.
|
|
1241
|
-
|
|
1242
|
-
- `/extract` command — manually trigger fact extraction from the current session
|
|
95
|
+
- Refined terminal outputs: replaced emojis with standardized text labels (`[OK]`, `[WARN]`, `[ERROR]`) to align with style guide - Indexer yields after every file instead of every 10 — eliminates keyboard lag during background indexing (v0.5.9) ### Added - **Auto-fact extraction** — after each turn with learning signals (file edits, commits), Daedalus silently extracts key-value facts and saves them to project memory. The CLI that grows with you. - `/extract` command — manually trigger fact extraction from the current session
|
|
1243
96
|
- Session-end extraction — facts extracted automatically when you exit
|
|
1244
97
|
- `src/extraction.ts` — extraction engine: signal detection, lightweight LLM call, dedup, save
|
|
1245
98
|
- User profile system (`/profile`) — name and bio stored in `~/.daedalus/profile.json`, auto-injected into every session
|
|
@@ -1252,49 +105,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1252
105
|
- CHANGELOG.md — project changelog
|
|
1253
106
|
- User approval gate before dangerous tool execution (terminal, write_file)
|
|
1254
107
|
- MCP tool registration warning on startup
|
|
1255
|
-
- Personality: dry humor injected into system prompts, tool descriptions, agent roles, banner, and diff UI
|
|
1256
|
-
|
|
1257
|
-
### Fixed
|
|
1258
|
-
|
|
1259
|
-
- stdin leak in approval gate — switched from raw mode keypresses to readline.question() to prevent character bleed into the next prompt
|
|
1260
|
-
|
|
1261
|
-
### Fixed
|
|
1262
|
-
|
|
1263
|
-
- CRITICAL: Path traversal in resolvePath — now enforces project directory boundary
|
|
108
|
+
- Personality: dry humor injected into system prompts, tool descriptions, agent roles, banner, and diff UI ### Fixed - stdin leak in approval gate — switched from raw mode keypresses to readline.question() to prevent character bleed into the next prompt ### Fixed - CRITICAL: Path traversal in resolvePath — now enforces project directory boundary
|
|
1264
109
|
- CRITICAL: Sub-agent auto-approval in diff UI — removed isSubAgent bypass
|
|
1265
110
|
- HIGH: Environment variables leaked to child processes — sanitized env in terminal and MCP stdio
|
|
1266
111
|
- HIGH: Shell injection in search_files — replaced shell command construction with direct spawn
|
|
1267
112
|
- HIGH: Config file world-readable permissions — chmod 0600 on non-Windows
|
|
1268
113
|
- HIGH: openEditor shell:true — changed to shell:false
|
|
1269
114
|
- HIGH: MCP stdio command injection — validates command for shell metacharacters
|
|
1270
|
-
- HIGH: Clipboard script security — added random suffix to temp files, size limit on text paste
|
|
1271
|
-
|
|
1272
|
-
## [0.4.2] - 2026-06-18
|
|
1273
|
-
|
|
1274
|
-
### Changed
|
|
1275
|
-
|
|
1276
|
-
- Word-wrap box content to terminal width for better readability
|
|
115
|
+
- HIGH: Clipboard script security — added random suffix to temp files, size limit on text paste ## [0.4.2] - 2026-06-18 ### Changed - Word-wrap box content to terminal width for better readability
|
|
1277
116
|
- User top border alignment fix
|
|
1278
|
-
- All message boxes share consistent border width
|
|
1279
|
-
|
|
1280
|
-
### Added
|
|
1281
|
-
|
|
1282
|
-
- Image paste support via `/paste` command
|
|
1283
|
-
- Dynamic version read from package.json
|
|
1284
|
-
|
|
1285
|
-
## [0.4.1] - 2026-06-18
|
|
1286
|
-
|
|
1287
|
-
### Changed
|
|
1288
|
-
|
|
1289
|
-
- Made `indexCodebase` fully async so auto-index doesn't block startup
|
|
117
|
+
- All message boxes share consistent border width ### Added - Image paste support via `/paste` command
|
|
118
|
+
- Dynamic version read from package.json ## [0.4.1] - 2026-06-18 ### Changed - Made `indexCodebase` fully async so auto-index doesn't block startup
|
|
1290
119
|
- Updated README and package metadata
|
|
1291
|
-
- Renamed npm package to `daedalus-cli` (name conflict resolution)
|
|
1292
|
-
|
|
1293
|
-
## [0.3.0] - 2026-06-18
|
|
1294
|
-
|
|
1295
|
-
### Added
|
|
1296
|
-
|
|
1297
|
-
- Initial release
|
|
120
|
+
- Renamed npm package to `daedalus-cli` (name conflict resolution) ## [0.3.0] - 2026-06-18 ### Added - Initial release
|
|
1298
121
|
- CLI REPL with command dispatch, streaming chat, and tool execution
|
|
1299
122
|
- Model router with priority, round-robin, and fastest-response strategies
|
|
1300
123
|
- Health checking and token-bucket rate limiter
|