Loading image...Kiro

Product

  • About Kiro
  • IDE
  • CLI
  • Web
  • Mobile
  • Crew
  • Pricing
  • Downloads

For

  • Enterprise
  • Startups
  • Students

Community

  • Overview
  • Ambassadors
  • Discord
  • Events
  • Powers
  • Shop
  • Showcase

Resources

  • Docs
  • Blog
  • Changelog
  • FAQs
  • Report a bug
  • Suggest an idea
  • Billing support

Social

Site TermsLicenseResponsible AI PolicyLegalPrivacy PolicyCookie Preferences
Loading image...Kiro
  • Enterprise
  • Pricing
  • Docs
SIGN INDOWNLOADS
Loading image...Kiro

Get Started

InstallationAuthenticationYour first project

Models

OverviewAvailable modelsReasoning effort

Features

How Kiro works
Specs
Steering
Hooks
Hook triggers
Hook actions
Examples
Management
Best practices
Troubleshooting
MCP
Permissions
Custom agents
Agent Skills
Powers
Cloud sessionsCompactionKiroignoreCheckpoints and rewind
Built-in tools
Configuration scopes

IDE 1.x

What's new in 1.0
Setup & First Run
Editor
Chat
Experimental
Troubleshooting0.x reference

CLI

What's new in 3.0
Setup & First Run
Terminal UI
Chat
Voice modeHeadless modeACPAuto complete
Experimental
2.x reference

Crew

Quick startInstallationRunning 24/7
Chat
Agent Capabilities
Features
Interfaces
Apps
ConfigurationSecurityTroubleshooting

Web - Preview

Setup & First RunIdentity Center
Connect your repositories
Working with the agent
Autonomous modeAutomationsMemory
Sandbox

Mobile - Preview

Overview

Commands and Reference

CLI commandsSlash commandsBuilt-in toolsExit codesSettings

Billing

OverviewManaging your subscriptionUpgrading your planDowngrading your planCancelling your planPurchasing add-on creditsManaging your paymentsManaging usage notificationsManaging your taxesContacting billing supportDeleting your accountRelated questions

Enterprise

ConceptsOnboarding quickstart
Connecting your identity provider
Subscribe your teamManage subscriptions
Governance
Monitor and track
SettingsManaged updatesBillingIAMSupported regions

Privacy and Security

OverviewData protectionCode referencesCompliance validationInfrastructure securityIAM permissionsFirewalls, proxies, and data perimetersVPC endpoints (AWS PrivateLink)

Guides

Overview
Language support
Learn by playing

Migration

Migrating from Q DeveloperMigrating from VSCodeUpgrading from Q CLI
  1. Docs
  2. Features
  3. Hooks
  4. Troubleshooting
View as Markdown

Troubleshooting hooks

View as Markdown

Common issues

Hook not triggering

  • For file-related hooks, verify the file pattern matches your target files
  • Check that the hook is enabled (look for the eye icon in the Agent Hooks panel)
  • Ensure the event type is correct for what you're trying to automate
  • For Pre/Post Tool Use hooks, verify the tool name matches the tool being invoked

Unexpected hook behavior

  • Review the hook instructions for clarity
  • Check for conflicting hooks that may interfere with each other
  • Verify file patterns or tool matchers aren't too broad
  • Test the hook with a minimal case to isolate the issue

Performance issues

  • For file-related hooks, limit hook scope with more specific file patterns
  • For hooks with an agent prompt action, simplify any complex hook instructions
  • For hooks with a shell command action, ensure that the command completes quickly
  • Reduce the frequency of triggering events
  • Check that your timeout setting is appropriate (default: 60 seconds)

Shell command errors

  • Verify the command works when run manually in a terminal
  • Check that all required environment variables are available
  • Ensure any external tools or dependencies are installed
  • Review STDERR output for error messages
  • Check the Kiro output panel for hook execution logs
Page updated: August 4, 2026
Best practices
MCP