-
Notifications
You must be signed in to change notification settings - Fork 32
docs: update changelog for v0.29.0 #148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,29 @@ | ||
| # Changelog | ||
|
|
||
| ### 0.29.0 | ||
|
|
||
| #### New Features | ||
| - **Prompt Modules**: Added reusable prompt modules and a `auggie cloud prompt-module render` command for expert instructions from docs and VFS. | ||
| - **Cloud Session Management**: Added commands to rename, archive, unarchive, pin, unpin, and list pinned cloud sessions. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. are the cloud commands public? i know the agent uses them when doing cosmos things, but i dont know if users are expected to use these commands outside of cosmos?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Correction to my earlier reply: I verified, and these aren't really public — the entire |
||
| - **Auggie Guide**: Added a built-in `auggie-guide` subagent for answering Auggie CLI and Cosmos questions from the docs. | ||
| - **Daemon Spaces**: Added CLI support for plain daemon Spaces. | ||
| - **Daemon Indexing**: Added `--allow-indexing` support to `auggie daemon` so spawned child agents can use codebase indexing. | ||
|
|
||
| #### Improvements | ||
| - **Session Metadata**: Session JSON now records per-exchange model IDs, summarization billing, and sub-agent histories. | ||
| - **Indexing Visibility**: `auggie daemon` now reports indexing status at startup and explains how to enable it when possible. | ||
| - **MCP Reliability**: MCP OAuth refreshes are more resilient, and stale shared MCP opt-ins now surface CLI warnings. | ||
| - **CLI Welcome**: The welcome screen now highlights updated model availability. | ||
| - **Tool Compatibility**: The `str-replace-editor` tool no longer requires the legacy instruction reminder field. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this seems like an internal thing, probably doesn't need to be in the changelogs
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Agreed, that's an internal tool detail. Removed the Tool Compatibility ( |
||
|
|
||
| #### Bug Fixes | ||
| - Fixed `auggie upgrade` on Windows. | ||
| - Fixed `auggie mcp add --header` to use `-H` and avoid conflicting with help. | ||
| - Fixed daemon auth-session file handling to write atomically and recover from malformed files. | ||
| - Fixed markdown code fences from carrying over between agent turns. | ||
| - Fixed out-of-order messages in long paginated conversation turns. | ||
| - Fixed subagent delegate tool rendering. | ||
|
|
||
| ### 0.28.0 | ||
|
|
||
| #### New Features | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not user facing - remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done — removed the Prompt Modules entry as not user-facing. Pushed in a559d7c.