You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/aks-agent/HISTORY.rst
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,17 +11,18 @@ To release a new version, please select a new version number (usually plus 1 to
11
11
12
12
Pending
13
13
+++++++
14
+
* Don't print version check at bottom toolbar
14
15
15
16
1.0.0b2
16
17
+++++++
17
18
18
-
- Add MCP integration for `az aks agent` with aks-mcp binary management and local server lifecycle (download, version validation, start/stop, health checks).
19
-
- Introduce dual-mode operation: MCP mode (enhanced) and Traditional mode (built-in toolsets), with mode-specific system prompts.
20
-
- Implement smart toolset refresh strategy with persisted mode state to avoid unnecessary refresh on repeated runs.
21
-
- Add `--no-aks-mcp` flag to force Traditional mode when desired.
22
-
- Add `az aks agent status` command to display MCP binary availability/version, server health, and overall mode/readiness.
23
-
- Add structured error handling with user-friendly messages and actionable suggestions for MCP/binary/server/config errors.
24
-
- Port and adapt comprehensive unit tests covering binary manager, MCP manager, configuration generation/validation, status models/collection, error handling, user feedback, parameters, smart refresh, MCP integration, and status command.
19
+
* Add MCP integration for `az aks agent` with aks-mcp binary management and local server lifecycle (download, version validation, start/stop, health checks).
20
+
* Introduce dual-mode operation: MCP mode (enhanced) and Traditional mode (built-in toolsets), with mode-specific system prompts.
21
+
* Implement smart toolset refresh strategy with persisted mode state to avoid unnecessary refresh on repeated runs.
22
+
* Add `--no-aks-mcp` flag to force Traditional mode when desired.
23
+
* Add `az aks agent status` command to display MCP binary availability/version, server health, and overall mode/readiness.
24
+
* Add structured error handling with user-friendly messages and actionable suggestions for MCP/binary/server/config errors.
25
+
* Port and adapt comprehensive unit tests covering binary manager, MCP manager, configuration generation/validation, status models/collection, error handling, user feedback, parameters, smart refresh, MCP integration, and status command.
0 commit comments