@michael-joseph-miller/ant-bot 0.4.3 → 0.4.4
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/CHANGELOG.md +10 -0
- package/README.md +2 -2
- package/package.json +1 -1
- package/web/dist/assets/index-Cfy0hrM2.js +131 -0
- package/web/dist/index.html +1 -1
- package/web/dist/assets/index-De_wWYL1.js +0 -131
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,16 @@ All notable changes to ant-bot are recorded here. The format follows
|
|
|
4
4
|
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and versions follow
|
|
5
5
|
[semantic versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## [0.4.4] — 2026-08-24
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- **The thread shows the answer, not the work.** A reply that took a dozen searches used to
|
|
12
|
+
arrive behind a dozen boxes. Tool calls now fold into one quiet line — `7 steps`, or
|
|
13
|
+
`Working… search_threads` while a turn is in flight, or `7 steps · 1 failed` — and clicking it
|
|
14
|
+
opens all of them, in order, exactly as before. Approvals, sign-in prompts, errors and files
|
|
15
|
+
still render in full: those are things to act on, not steps to scroll past.
|
|
16
|
+
|
|
7
17
|
## [0.4.3] — 2026-08-24
|
|
8
18
|
|
|
9
19
|
### Fixed
|
package/README.md
CHANGED
|
@@ -282,9 +282,9 @@ Current totals, as run against this checkout:
|
|
|
282
282
|
|---|---|---|
|
|
283
283
|
| `@antbot/contract` | 1 | 34 |
|
|
284
284
|
| `@antbot/daemon` | 29 | 619 |
|
|
285
|
-
| `@antbot/ui` | 10 |
|
|
285
|
+
| `@antbot/ui` | 10 | 114 |
|
|
286
286
|
| `@antbot/cli` | 8 | 142 |
|
|
287
|
-
| **Total** | **48** | **
|
|
287
|
+
| **Total** | **48** | **909** |
|
|
288
288
|
|
|
289
289
|
## Status / not built
|
|
290
290
|
|