Skip to content

Commit a42b6a6

Browse files
committed
don't print version check at bottom toolbar
1 parent 2eb1bc9 commit a42b6a6

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

src/aks-agent/HISTORY.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,18 @@ To release a new version, please select a new version number (usually plus 1 to
1111

1212
Pending
1313
+++++++
14+
* Don't print version check at bottom toolbar
1415

1516
1.0.0b2
1617
+++++++
1718

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.
2526

2627
1.0.0b1
2728
+++++++

src/aks-agent/azext_aks_agent/agent/agent.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,8 @@ def _run_interactive_mode_sync(ai, cmd, resource_group_name, name,
632632
run_interactive_loop(
633633
ai, console, prompt, None, None,
634634
show_tool_output=show_tool_output,
635-
system_prompt_additions=aks_context
635+
system_prompt_additions=aks_context,
636+
check_version=False
636637
)
637638

638639

0 commit comments

Comments
 (0)