Skip to content

Commit b021020

Browse files
authored
docs: update changelog for v0.29.0 (#148)
1 parent 7a2dcb2 commit b021020

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
### 0.29.0
4+
5+
#### New Features
6+
- **Auggie Guide**: Added a built-in `auggie-guide` subagent for answering Auggie CLI and Cosmos questions from the docs.
7+
- **Daemon Spaces**: Added CLI support for plain daemon Spaces.
8+
- **Daemon Indexing**: Added `--allow-indexing` support to `auggie daemon` so spawned child agents can use codebase indexing.
9+
10+
#### Improvements
11+
- **Session Metadata**: Session JSON now records per-exchange model IDs, summarization billing, and sub-agent histories.
12+
- **Indexing Visibility**: `auggie daemon` now reports indexing status at startup and explains how to enable it when possible.
13+
- **MCP Reliability**: MCP OAuth refreshes are more resilient, and stale shared MCP opt-ins now surface CLI warnings.
14+
- **CLI Welcome**: The welcome screen now highlights updated model availability.
15+
16+
#### Bug Fixes
17+
- Fixed `auggie upgrade` on Windows.
18+
- Fixed `auggie mcp add --header` to use `-H` and avoid conflicting with help.
19+
- Fixed daemon auth-session file handling to write atomically and recover from malformed files.
20+
- Fixed markdown code fences from carrying over between agent turns.
21+
- Fixed out-of-order messages in long paginated conversation turns.
22+
- Fixed subagent delegate tool rendering.
23+
324
### 0.28.0
425

526
#### New Features

0 commit comments

Comments
 (0)