Docs/AI Tools

AI Tools

Pre-built AI workflows for common tasks. One-click issue reports, summaries, and more.

Overview

AI Tools are pre-configured prompts that analyze your terminal output and generate structured responses. Unlike Neuro Input (which generates commands), AI Tools generate reports, summaries, and documentation.

Access AI Tools from the sidebar (look for the tools icon with the AI badge) or through the command palette.

Built-in Tools

Issue Report

Generates a GitHub-ready issue report from terminal output. Includes error context, reproduction steps, and environment information.

# Output format:
## Issue Title
### Environment
### Steps to Reproduce
### Expected vs Actual
### Relevant Logs

Summary

Creates a 1-3 sentence summary of the terminal output. Perfect for quick status updates or Slack messages.

# Example output:
Build completed successfully with 2 warnings. All tests passed (47/47).

Detailed Description

Generates a comprehensive technical analysis of the terminal output. Includes explanations of what happened and potential next steps.

Using AI Tools

  1. 1

    Select text in the terminal (or use entire buffer)

  2. 2

    Click the AI Tools icon in the sidebar

  3. 3

    Choose the tool you want to use

  4. 4

    Copy or use the generated output

Custom Tools

Create your own AI tools with custom prompts. Custom tools appear alongside built-in tools in the sidebar.

Custom tool example

Create a "Code Review" tool that analyzes logs for potential bugs, or a "Performance Analysis" tool that identifies slow operations.