Skip to content

Commit ee12476

Browse files
authored
Update CHANGELOG with deprecation details
Added deprecation notice for various auth flags and ENV variables.
1 parent 74531de commit ee12476

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
- **Effort Levels**: Configure agent effort/reasoning levels for chat requests
1111
- **Enter Plan Mode Tool**: The agent can now enter plan mode mid-conversation when appropriate
1212

13+
#### Deprecated
14+
- **Deprecated various flags for auth** - ENV variables AUGMENT_API_TOKEN, AUGMENT_API_URL and flags `--augment-token-file` and `--api-url` are no longer supported
15+
- Use `AUGMENT_SESSION_AUTH` and `--augment-session-json` instead
16+
1317
#### Improvements
1418
- **Parallel Tool Execution**: The CLI agent loop now executes independent tools in parallel for faster responses
1519
- **Plan Mode**: Plans are now saved to `~/.augment/plans/` and plan mode enforces strict read-only access

0 commit comments

Comments
 (0)