Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

### 0.25.1

#### New Features
- **Transcript Persistence**: New `keepTranscriptOnNewSession` setting preserves conversation history when starting a new TUI session.
- **Non-Interactive Login**: Added `--no-tui` flag to `auggie login` for headless and scripted environments.

#### Bug Fixes
- Fixed TUI flickering during indexing, typing, and sub-agent work.
- Fixed stale agent state persisting after starting a new session with `/new`.
- Fixed `rebuild` command failing when script file paths were passed instead of file contents.
- Fixed queued request IDs not being preserved across retries.

### 0.25.0

#### Improvements
Expand Down