Chargement de l'image...Kiro

Produit

  • À propos de Kiro
  • IDE
  • CLI
  • Web
  • Mobile
  • Crew
  • Tarification
  • Téléchargements

Pour

  • Entreprise
  • Startups
  • Étudiants

Communauté

  • Aperçu
  • Ambassadeurs
  • Discord
  • Événements
  • Powers
  • Boutique
  • Vitrine

Ressources

  • Docs
  • Blogue
  • Journal des modifications
  • FAQ
  • Signaler un bogue
  • Suggérer une idée
  • Soutien à la facturation

Réseaux sociaux

Conditions d'utilisation du siteLicencePolitique d'IA responsableMentions légalesPolitique de confidentialitéPréférences relatives aux témoins
Chargement de l'image...Kiro
  • Entreprise
  • Tarification
  • Docs
SE CONNECTERTÉLÉCHARGER
Chargement de l'image...Kiro

Pour commencer

InstallationAuthentificationVotre premier projet

Modèles

AperçuModèles disponiblesEffort de raisonnement

Fonctionnalités

Comment fonctionne Kiro
Specs
Steering
Hooks
MCP
Autorisations
Agents personnalisés
Agent Skills
Powers
Sessions cloudCompactionKiroignorePoints de contrôle et rewind
Outils intégrés
Portées de configuration

IDE 1.x

Nouveautés de la version 1.0
Configuration et premier lancement
Éditeur
Chat
Expérimental
DépannageRéférence 0.x

CLI

Nouveautés de la version 3.0
Configuration et première exécution
Interface utilisateur du terminal
Clavardage
Mode vocalMode sans interfaceACPAutocomplétion
Expérimental
Référence 2.x

Crew

Démarrage rapideInstallationFonctionnement 24/7
Chat
Agent Capabilities
Fonctionnalités
Interfaces
Applications
ConfigurationSécuritéDépannage

Web - Aperçu

Configuration et première exécutionIdentity Center
Connectez vos dépôts
GitHub
GitLab
Utilisation de l'agent
Clavarder avec l'agent
Création de tâches
File explorer
Mode autonomeAutomatisationsMémoire
Sandbox

Mobile - Aperçu

Aperçu

Commandes et référence

Commandes CLICommandes à barre obliqueOutils intégrésCodes de sortieParamètres

Facturation

AperçuGestion de votre abonnementMise à niveau de votre forfaitRétrogradation de votre forfaitAnnulation de votre forfaitAchat de crédits supplémentairesGestion de vos paiementsGestion des notifications d'utilisationGestion de vos impôtsCommuniquer avec le soutien à la facturationSuppression de votre compteQuestions connexes

Entreprise

ConceptsDémarrage rapide de l'intégration
Connexion de votre fournisseur d'identité
Abonnez votre équipeGérer les abonnements
Governance
Surveillance et suivi
ParamètresMises à jour géréesFacturationIAMRégions prises en charge

Confidentialité et sécurité

AperçuProtection des donnéesRéférences de codeValidation de la conformitéSécurité de l'infrastructureAutorisations IAMPare-feu, mandataires et périmètres de donnéesPoints de terminaison VPC (AWS PrivateLink)

Guides

Aperçu
Prise en charge des langages
Apprendre en jouant

Migration

Migration depuis Q DeveloperMigration depuis VSCodeMise à niveau depuis Q CLI
  1. Docs
  2. Web
  3. Utilisation de l'agent
  4. File explorer
Afficher en Markdown

File explorer

Les traductions sont fournies par des outils de traduction automatique. En cas de conflit entre le contenu d'une traduction et la version anglaise originale, la version anglaise prévaudra.
Afficher en Markdown

Every Kiro Web session runs in an isolated sandbox with its own workspace. The file explorer lets you look at that workspace directly: browse the file tree, open any file the agent creates or edits, and download files to your machine — without asking the agent to print them.

Open files from the conversation

When the agent references a workspace file by its full sandbox path, the path renders as a link in prose and inline code. Select it to open the file explorer with that file loaded — the fastest way to jump from a mention to the actual contents. Paths inside fenced code blocks aren't linked, and a trailing line number (like :42) is shown but not jumped to.

Browse the workspace

The file explorer panel has two tabs:

  • Files — the session workspace root, shown as an expandable tree. Folders load their contents as you expand them.
  • Artifacts — files the agent has produced as session artifacts.

Right-click a file in the tree and choose Copy file path to copy its path. You can collapse the tree to give the file viewer the full panel width.

View and download files

Selecting a file opens it in the viewer:

  • Code and text files render with syntax highlighting and line numbers.
  • Markdown files open in a rendered preview; switch to View source to see the raw markdown.
  • Images preview inline.
  • Other binary files can't be previewed, but you can still download them.

Use the download button in the viewer header to save the open file to your machine. The viewer refreshes periodically while the agent works, so a file you're watching reflects the agent's latest edits.

Limits

  • Very large files are truncated in the viewer. Truncated images and binaries can't be previewed or downloaded — ask the agent to produce a smaller version, or push the file to your repository instead.
  • The tree has no search or hidden-file toggle yet — expand to the file you need, or open it from a file link in the conversation.
  • Files are downloaded one at a time; there is no whole-workspace download.
  • The explorer shows the session's sandbox workspace, not your local machine. To get changes out of the session, ask the agent to open a pull request, or download individual files.

Related

  • Cloud sessions - where the session workspace lives
  • Sandbox - the isolated environment behind every session
  • Working with the agent - the full Kiro Web experience
Page mise à jour : 22 août 2026
Création de tâches
Mode autonome