[Bug] PR comments not loaded with pr-comments command

Resolved 💬 3 comments Opened Nov 8, 2025 by ariccio Closed Nov 11, 2025

Bug Description
Uhh, the command to load pr-comments didn't actually load comments

Something REAL strange is going on for me tonight.

Like, uh...

```claude-code-session

/pr-comments is fetching PR comments…

⏺ I'm ready to work with you! I've loaded all four core DeeDee Backend skills and I'm familiar with the codebase context from the previous session.

Currently using claude-sonnet-4-5-20250929 with 61% token usage (123k/200k tokens), so plenty of room to work.

What would you like to tackle? I can help with:

  • New features - Design and implement with intent-driven patterns
  • Bug fixes - Review code and fix issues
  • Testing - Write comprehensive test coverage using parameterization
  • Code review - Review PRs for adherence to project standards
  • Refactoring - Improve code quality and architecture
  • Database work - MongoDB patterns and collection interfaces
  • API endpoints - FastAPI best practices and response models

Just let me know what you'd like to work on!


Wow! It's "ready to work"! 😆

**Environment Info**
- Platform: darwin
- Terminal: Apple_Terminal
- Version: 2.0.36
- Feedback ID: aac3c38f-3396-4e1a-8f08-dd0953f496f3

**Errors**
```json
[{"error":"AbortError: The operation was aborted\n    at abortChildProcess (node:child_process:759:27)\n    at AbortSignal.onAbortListener (node:child_process:829:7)\n    at [nodejs.internal.kHybridDispatch] (node:internal/event_target:845:20)\n    at AbortSignal.dispatchEvent (node:internal/event_target:778:26)\n    at runAbort (node:internal/abort_controller:488:10)\n    at abortSignal (node:internal/abort_controller:459:3)\n    at AbortController.abort (node:internal/abort_controller:507:5)\n    at Timeout._onTimeout (file:///Users/alexanderriccio/.nvm/versions/node/v24.10.0/lib/node_modules/@anthropic-ai/claude-code/cli.js:4031:5766)\n    at listOnTimeout (node:internal/timers:608:17)\n    at process.processTimers (node:internal/timers:543:7)","timestamp":"2025-11-08T06:55:29.222Z"},{"error":"Error: Failed to create shell snapshot: Command failed: /bin/zsh -c -l SNAPSHOT_FILE=/Users/alexanderriccio/.claude/shell-snapshots/snapshot-zsh-1762584925170-d9v00n.sh\n      source \"/Users/alexanderriccio/.zshrc\" < /dev/null\n\n      # First, create/clear the snapshot file\n      echo \"# Snapshot file\" >| \"$SNAPSHOT_FILE\"\n\n      # When this file is sourced, we first unalias to avoid conflicts\n      # This is necessary because aliases get \"frozen\" inside function definitions at definition time,\n      # which can cause unexpected behavior when functions use commands that conflict with aliases\n      echo \"# Unset all aliases to avoid conflicts with functions\" >> \"$SNAPSHOT_FILE\"\n      echo \"unalias -a 2>/dev/null || true\" >> \"$SNAPSHOT_FILE\"\n\n      \n      echo \"# Functions\" >> \"$SNAPSHOT_FILE\"\n\n      # Force autoload all functions first\n      typeset -f > /dev/null 2>&1\n\n      # Now get user function names - filter system ones and write directly to file\n      typeset +f | grep -vE '^(_|__)' | while read func; do\n        typeset -f \"$func\" >> \"$SNAPSHOT_FILE\"\n      done\n    \n      echo \"# Shell Options\" >> \"$SNAPSHOT_FILE\"\n      setopt | sed 's/^/setopt /' | head -n 1000 >> \"$SNAPSHOT_FILE\"\n    \n      echo \"# Aliases\" >> \"$SNAPSHOT_FILE\"\n      # Filter out winpty aliases on Windows to avoid \"stdin is not a tty\" errors\n      # Git Bash automatically creates aliases like \"alias node='winpty node.exe'\" for\n      # programs that need Win32 Console in mintty, but winpty fails when there's no TTY\n      if [[ \"$OSTYPE\" == \"msys\" ]] || [[ \"$OSTYPE\" == \"cygwin\" ]]; then\n        alias | grep -v \"='winpty \" | sed 's/^alias //g' | sed 's/^/alias -- /' | head -n 1000 >> \"$SNAPSHOT_FILE\"\n      else\n        alias | sed 's/^alias //g' | sed 's/^/alias -- /' | head -n 1000 >> \"$SNAPSHOT_FILE\"\n      fi\n  \n\n      \n      # Check for rg availability\n      echo \"# Check for rg availability\" >> \"$SNAPSHOT_FILE\"\n      echo \"if ! command -v rg >/dev/null 2>&1; then\" >> \"$SNAPSHOT_FILE\"\n      echo '  alias rg='\"'/Users/alexanderriccio/.nvm/versions/node/v24.10.0/lib/node_modules/\\@anthropic-ai/claude-code/vendor/ripgrep/arm64-darwin/rg'\" >> \"$SNAPSHOT_FILE\"\n      echo \"fi\" >> \"$SNAPSHOT_FILE\"\n  \n\n      # Add PATH to the file\n      echo \"export PATH='/Users/alexanderriccio/.pyenv/shims:/Users/alexanderriccio/.pyenv/bin:/Users/alexanderriccio/.nvm/versions/node/v24.10.0/bin:/Users/alexanderriccio/.rbenv/shims:/usr/local/bin:/Library/Frameworks/Python.framework/Versions/3.12/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/Library/TeX/texbin:/Applications/nmap.app/Contents/Resources/bin:/Applications/ncat.app/Contents/Resources/bin:/Applications/nping.app/Contents/Resources/bin:/Applications/zenmap.app/Contents/Resources/bin:/opt/homebrew/opt/bison/bin:/Users/alexanderriccio/Library/Android/sdk/platform-tools:/usr/local/opt/postgresql@14/bin:/Users/alexanderriccio/.cargo/bin:/Applications/Visual Studio Code.app/Contents/Resources/app/bin:/Applications/Visual Studio Code.app/Contents/Resources/app/bin:/Users/alexanderriccio/.local/bin:/Applications/Visual Studio Code.app/Contents/Resources/app/bin

Note: Error logs were truncated.

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗