Skip to content

Commit 3c8306e

Browse files
authored
ReleaseNotes: Amazon.Kiro version 0.11.107 (microsoft#353135)
1 parent d6ba5a2 commit 3c8306e

1 file changed

Lines changed: 1 addition & 55 deletions

File tree

manifests/a/Amazon/Kiro/0.11.107/Amazon.Kiro.locale.en-US.yaml

Lines changed: 1 addition & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -25,61 +25,7 @@ Tags:
2525
- editing
2626
- editor
2727
- programming
28-
ReleaseNotes: |-
29-
MCP Registry Governance, Model Governance, and Document Attachments
30-
This release gives enterprise teams centralized control over MCP server access and model availability, and adds document attachment support to chat.
31-
MCP Registry Governance
32-
33-
Enterprise administrators using IAM Identity Center can now control which MCP servers their organization is allowed to use. Create a JSON registry file listing approved servers, host it over HTTPS, and configure the URL in the Kiro console. The registry supports remote (HTTP) and local (stdio) servers across npm, PyPI, and OCI package types, with ${VAR} placeholders for user-specific values like auth tokens. Kiro syncs with the registry every 24 hours, enforces version-pinned access, and works alongside the existing MCP on/off toggle to give you full control at the org or account level.
34-
Model Governance
35-
36-
Enterprise administrators can now control which AI models are available to users in their organization. Toggle on model access management in the Kiro console under Settings > Shared settings > Model availability, then curate an approved list of models. You can also set a default model that auto-applies across all clients. This is especially relevant for data residency requirements — experimental models using global cross-region inference can be removed from the approved list until they move to GA with regional inference. Once enabled, only approved models appear in the model selector across both the IDE and CLI.
37-
Document Attachments
38-
You can now attach documents directly to chat messages by pasting or dragging files into the input. Supported formats include PDF, CSV, DOC, DOCX, XLS, XLSX, HTML, TXT, and Markdown. Documents are sent to the model as native document blocks, so the agent can read and reason over their contents. You can attach up to 5 documents per message and mix them with text and images in the same prompt.
39-
Improvements
40-
- Subagent context: Subagents now receive richer context from parent sessions, including file tree structure, for more accurate responses
41-
- Chat performance: Reduced re-renders and improved responsiveness in large chat sessions
42-
- Session storage cleanup: Least-recently-modified sessions are automatically evicted when storage exceeds 500 MB
43-
- Streaming animation: Agent responses render with a smoother streaming animation
44-
- Rename symbol: The rename symbol tool now supports accept/reject in supervised mode, consistent with other file-modifying tools
45-
- Code editing accuracy: Improved how the agent targets and modifies code, with better accuracy for Java and fewer misplaced edits
46-
- Web fetch rendered mode: A new rendered fetch mode uses a browser engine to extract content from JavaScript-heavy pages that return empty results with standard fetching
47-
- Web fetch: Web fetch now supports `text/plain` content type responses.
48-
- MCP connection sharing: MCP server connections are now shared across chat sessions instead of created per session, reducing resource usage
49-
- In-chat search: Search within chat conversations using Cmd+F (Ctrl+F on Windows/Linux)
50-
- Protected file approval: Kiro now prompts for confirmation before modifying sensitive workspace files like mcp.json, .kiroignore, .vscode/ settings, .git/, and .code-workspace files, regardless of autonomy mode
51-
- Support link: Updated the IDE support link to point to the new support form
52-
Fixes
53-
- Fixed duplicate agent messages appearing when multiple chat sessions were open simultaneously
54-
- Fixed chat input text being lost when navigating to History and back
55-
- Fixed hook command execution approval not working properly for multi-line shell commands
56-
- Fixed spec generation latency increasing due to subagents
57-
- Fixed a token refresh loop that could cause repeated login prompts
58-
- Fixed prompt text being lost when navigating through history or switching sessions
59-
- Fixed markdown re-render performance and overly broad URI matching in chat messages.
60-
- Fixed hook commands not auto-approving on save; restored trusted command list fallback
61-
- Fixed refresh token grant missing required scopes
62-
- Fixed debug logging writing to an incorrect filepath
63-
- Replaced misleading Image type not supported error with accurate file type and MIME information.
64-
- Fixed prework tool resolving to the wrong requirements path for bugfix specs
65-
- Fixed configuration not resolving correctly for social login users
66-
Patches
67-
0.11.63| Mar 18, 2026
68-
This patch adds the ability to close a chat tab with shortcuts, shows MCP server names in tool approval, and fixes a checkpoint restore bug that could delete files.
69-
Improvements
70-
- Close chat tab: Press Cmd+W (Ctrl+W on Windows/Linux) to close the active chat tab
71-
- MCP tool approval: The tool approval dialog now shows the MCP server name next to the tool name (e.g., slack-server / send_slack_message), so you can tell which server is requesting access
72-
- MCP registry errors: Registry servers that can't be resolved now appear as error nodes in the MCP panel instead of silently failing
73-
- Copy button: Updated the copy button icon for visual consistency
74-
Fixes
75-
- Fixed checkpoint restore deleting files that existed before the agent session. Only files created by the agent are now removed on restore
76-
- Fixed the agent being able to create .git pointer files, preventing a potential code execution risk through Git hooks
77-
- Fixed Cmd+Shift+Enter shortcut for trusting commands not responding when a diff editor was open
78-
- Fixed login failures for users behind corporate proxies where profile discovery attempted to reach unavailable regional endpoints
79-
- Fixed the MCP panel showing server entries when MCP was disabled in enterprise settings
80-
- Fixed the spec explorer not showing the bugfix document for bugfix-type specs
81-
0.11.34| Mar 13, 2026
82-
Fixed agent hanging indefinitely in supervised mode when a write tool fails
28+
ReleaseNotes: Fixed agent hanging indefinitely in supervised mode when a write tool fails
8329
ReleaseNotesUrl: https://kiro.dev/changelog/ide/0-11/
8430
PurchaseUrl: https://kiro.dev/pricing/
8531
Documentations:

0 commit comments

Comments
 (0)