We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be3c17 commit 9b56281Copy full SHA for 9b56281
1 file changed
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+### 0.25.1
4
+
5
+#### New Features
6
+- **Transcript Persistence**: New `keepTranscriptOnNewSession` setting preserves conversation history when starting a new TUI session.
7
+- **Non-Interactive Login**: Added `--no-tui` flag to `auggie login` for headless and scripted environments.
8
9
+#### Bug Fixes
10
+- Fixed TUI flickering during indexing, typing, and sub-agent work.
11
+- Fixed stale agent state persisting after starting a new session with `/new`.
12
+- Fixed `rebuild` command failing when script file paths were passed instead of file contents.
13
+- Fixed queued request IDs not being preserved across retries.
14
15
### 0.25.0
16
17
#### Improvements
0 commit comments