AI Briefing
KO

New and Improved Console

·2023.12.08 03:00

Key point

Replit has launched a new console that supports run history management and metadata inspection.

1 / 2

Details

The existing Console operated as either a Shell or Node Repl depending on the .replit configuration, which made behavior unpredictable and degraded the user experience. In addition, the console reset every time a project ran, making it difficult to check previous results or debug.

The new Console is designed to focus solely on code execution results. A new 'Block' is created for each run, and each block includes metadata such as execution type, duration, start time, and status.

The key improvements are as follows:

  • Preserved run history: Consecutive runs are managed as individual blocks, making it easy to compare previous execution results. Blocks can be collapsed or the entire history can be cleared as needed.
  • Tool integration: Integrated with the Package Manager and Debugger, so package installation processes and code execution results are not mixed together.
  • AI debugger support: If a problem occurs during execution, you can get immediate help through the AI-powered debugger.

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.