All skills
Skillintermediate

bug report 1

A clear and concise description of what the bug is.

Claude Code Knowledge Pack7/10/2026

Overview

Bug Description

A clear and concise description of what the bug is.

Steps To Reproduce

  1. Go to '...'
  2. Run command '....'
  3. See error

Expected Behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Environment

  • OS: [e.g. Ubuntu 22.04, macOS 13.0, Windows 11]
  • Neovim version: [e.g. 0.9.0]
  • Claude Code CLI version: [e.g. 1.0.0]
  • Plugin version or commit hash: [e.g. main branch as of date]

Plugin Configuration

-- Your Claude-Code.nvim configuration here
require("claude-code").setup({
  -- Your configuration options
})

Additional Context

Add any other context about the problem here, such as:

  • Error messages from Neovim (:messages)
  • Logs from the Claude Code terminal
  • Any recent changes to your setup

Minimal Reproduction

For faster debugging, try to reproduce the issue using our minimal configuration:

  1. Create a new directory for testing
  2. Copy tests/minimal-init.lua from this repo to your test directory
  3. Start Neovim with this minimal config:
    nvim --clean -u minimal-init.lua
    
  4. Try to reproduce the issue with this minimal setup