@michael-joseph-miller/ant-bot 0.2.2 → 0.2.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/CHANGELOG.md CHANGED
@@ -4,6 +4,21 @@ 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.2.3] — 2026-08-24
8
+
9
+ ### Fixed
10
+
11
+ - **"Start fresh" looked like it did nothing.** It cleared the conversation in the database, but
12
+ the open thread kept rendering the copy it already had, so the screen did not change. The
13
+ `thread.updated` event the daemon publishes was a no-op in the web client — it now drops the
14
+ cached transcript and the view refetches.
15
+
16
+ ### Added
17
+
18
+ - Guidance for connectors that need an interactive sign-in rather than a static token: the
19
+ `claude` CLI can complete an OAuth flow for an MCP server (`claude mcp login`), which is the
20
+ only route for endpoints that will not accept a header credential. See USER-GUIDE §11.
21
+
7
22
  ## [0.2.2] — 2026-08-24
8
23
 
9
24
  ### Fixed
package/README.md CHANGED
@@ -281,9 +281,9 @@ Current totals, as run against this checkout:
281
281
  |---|---|---|
282
282
  | `@antbot/contract` | 1 | 34 |
283
283
  | `@antbot/daemon` | 23 | 537 |
284
- | `@antbot/ui` | 9 | 85 |
284
+ | `@antbot/ui` | 9 | 86 |
285
285
  | `@antbot/cli` | 8 | 139 |
286
- | **Total** | **41** | **795** |
286
+ | **Total** | **41** | **796** |
287
287
 
288
288
  ## Status / not built
289
289
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@michael-joseph-miller/ant-bot",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Local-first daemon and web UI hosting persistent, named Claude agents.",
5
5
  "license": "MIT",
6
6
  "author": "Michael Miller",