Skip to content

Commit 611262a

Browse files
authored
docs: update changelog for v0.30.0 (#150)
1 parent 2ccf572 commit 611262a

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
### 0.30.0
4+
5+
#### New Features
6+
- **Cloud Projects**: Added `auggie cloud project` commands to create and manage projects and their agents.
7+
- **Cloud Tunnels**: Added `auggie cloud tunnel open/close/list` commands.
8+
- **Cloud Analytics**: Added `auggie cloud analytics` commands to record custom events and view cost analytics.
9+
- **Sub-Agent Hooks**: PreToolUse and PostToolUse hooks now run during sub-agent sessions.
10+
11+
#### Improvements
12+
- **Expert Discovery**: `auggie cloud expert list` adds usage-ranked discovery (`--by-usage`), a `--space-id` filter, Space membership display, and improved discovery ergonomics.
13+
- **Secrets Spaces**: `auggie cloud secret list` and `set` now accept a `--space` flag to scope secrets to a Space.
14+
- **Workspace Discovery**: `auggie daemon` can auto-discover git workspaces under a non-git container (with optional nesting depth) and accepts `-w`/`--workspace-root`; cloud agents on custom environments also auto-discover workspaces.
15+
- **MCP Server Restart**: Added targeted MCP server restart without restarting the cloud VM.
16+
- **MCP Diagnostics**: Selected-but-dropped registry MCP servers are now reported so diagnostics resolve correctly.
17+
- **Context Compression**: Restored context compression so long agent sessions handle large conversations more reliably.
18+
- **Syntax Highlighting**: Added Scala and additional language grammars to the TUI syntax highlighter.
19+
- **Cloud Events**: Added Teams as a cloud events source.
20+
21+
#### Bug Fixes
22+
- Fixed the agent loop silently exiting on an empty model response (previously surfaced as "Worked for 0s"); it now retries and reports an error.
23+
- Fixed the cloud message queue staying paused after an agent interrupt.
24+
- Fixed `knowledgebase` path validation on Windows.
25+
- Fixed git worktrees to resolve to their main repository for indexing permission checks.
26+
- Fixed the expert capability map to include GitLab and align Jira/Confluence capabilities.
27+
- Fixed an overly strict `$augment-*` secret-name validator in MCP bundles.
28+
329
### 0.29.0
430

531
#### New Features

0 commit comments

Comments
 (0)