Skip to content

Commit 21b6578

Browse files
Automation: Update states [21674]
1 parent 4868a98 commit 21b6578

File tree

6 files changed

+82
-3
lines changed

6 files changed

+82
-3
lines changed
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
Version: 0.11.130
2+
Installer:
3+
- Architecture: x64
4+
Scope: user
5+
InstallerUrl: https://prod.download.desktop.kiro.dev/releases/stable/win32-x64/signed/0.11.130/kiro-ide-0.11.130-stable-win32-x64.exe
6+
Locale:
7+
- Locale: en-US
8+
Key: ReleaseNotesUrl
9+
Value: https://kiro.dev/changelog/ide/
10+
- Locale: en-US
11+
Key: ReleaseNotes
12+
Value: |-
13+
MCP Registry Governance, Model Governance, and Document Attachments
14+
This release gives enterprise teams centralized control over MCP server access and model availability, and adds document attachment support to chat.
15+
MCP Registry Governance
16+
17+
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.
18+
Model Governance
19+
20+
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.
21+
Document Attachments
22+
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.
23+
Improvements
24+
- Subagent context: Subagents now receive richer context from parent sessions, including file tree structure, for more accurate responses
25+
- Chat performance: Reduced re-renders and improved responsiveness in large chat sessions
26+
- Session storage cleanup: Least-recently-modified sessions are automatically evicted when storage exceeds 500 MB
27+
- Streaming animation: Agent responses render with a smoother streaming animation
28+
- Rename symbol: The rename symbol tool now supports accept/reject in supervised mode, consistent with other file-modifying tools
29+
- Code editing accuracy: Improved how the agent targets and modifies code, with better accuracy for Java and fewer misplaced edits
30+
- 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
31+
- Web fetch: Web fetch now supports `text/plain` content type responses.
32+
- MCP connection sharing: MCP server connections are now shared across chat sessions instead of created per session, reducing resource usage
33+
- In-chat search: Search within chat conversations using Cmd+F (Ctrl+F on Windows/Linux)
34+
- 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
35+
- Support link: Updated the IDE support link to point to the new support form
36+
Fixes
37+
38+
Patches
39+
- Locale: en-US
40+
Key: ReleaseNotesUrl
41+
Value: https://kiro.dev/changelog/ide/0-11/
42+
- Locale: en-US
43+
Key: ReleaseNotes
44+
Value: |-
45+
This release adds 2 new slash commands that streamline the spec workflow, improves Linux compatibility, and resolves several issues affecting Windows and remote SSH users.
46+
Improvements
47+
48+
- /quick-spec slash command: Type /quick-spec followed by a description to generate all three spec documents (requirements, design, tasks) in one shot. After generation, you can iterate conversationally to refine all documents at once
49+
- /architecture-selection slash command: Invoke /architecture-selection to run a systematic architecture analysis between the requirements and design phases. Produces 2-3 candidate architectures with metrics, selects the best fit, and feeds the result into design generation.
50+
- Spec testing guidance — The spec workflow now intelligently skips property-based testing for scenarios where it doesn't apply, such as IaC templates, UI components, and simple CRUD operations, and recommends appropriate alternatives instead
51+
- Linux compatibility: Lowered the glibc requirement to 2.28+, expanding support to RHEL 8+ and Ubuntu 20.04+
52+
- Command working directory: Command chat cards now display the working directory next to the command label, so you can tell where a command is running
53+
Fixes
54+
55+
- Fixed autocomplete showing error toasts for unsupported file types
56+
- Fixed login failures when using Kiro over remote SSH connections
57+
- Fixed the # context provider dropdown closing immediately when triggered after a previously inserted mention node
58+
- Fixed the Spec "Continue" button injecting extra text into the chat message
59+
- Fixed a path validation issue on Windows
60+
- Fixed long-running terminal commands being incorrectly terminated due to execution timeout on Windows
61+
- Fixed subscription API calls missing profile information, which could cause issues with plan management
62+
- Fixed drag-and-drop from the file explorer not working on Windows
63+
- Fixed context provider submenu showing the top-level providers list instead of the expected submenu items
64+
ReleaseTime: 2026-04-02

Tasks/Amazon.Kiro/State.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Log_20260326T162615Z.yaml
1+
Log_20260402T220955Z.yaml
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Version: 2.4.1
2+
Installer:
3+
- InstallerUrl: https://www.bennewitz.com/bluefish/stable/binaries/windows_x64/Bluefish 2.4.1 Setup.exe
4+
InstallationMetadata:
5+
DefaultInstallLocation: '%ProgramFiles(x86)%\Bluefish'
6+
Files:
7+
- RelativeFilePath: bluefish.exe
8+
FileSha256: 9B5D32BB583B7BA9327C8706E09717E636FA83C91B069415C6E8BB691428F37D
9+
Locale: []

Tasks/Bluefish.Bluefish/State.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Log_20260201T170851Z.yaml
1+
Log_20260402T221115Z.yaml
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Version: 2.7-12387
2+
Installer:
3+
- Architecture: x64
4+
InstallerUrl: https://cdn.kde.org/ci-builds/network/ruqola/2.7/windows/ruqola-2.7-12387-windows-cl-msvc2022-x86_64.exe
5+
Locale: []
6+
RealVersion: 2.7.0

Tasks/KDE.Ruqola/State.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Log_20260402T211945Z.yaml
1+
Log_20260402T221646Z.yaml

0 commit comments

Comments
 (0)