Skip to content

Replace debug/chat-send with proper chat/send command #176

@joelteply

Description

@joelteply

Problem

debug/chat-send was a stopgap command created before chat/send was working properly. It's still being used throughout the codebase instead of the proper chat/send command.

Discovered Usage

Found 20+ files referencing debug/chat-send:

  • Documentation (CLAUDE.md, roadmaps, implementation plans)
  • Generated files (server/generated.ts, browser/generated.ts, command-schemas.json)
  • Module documentation

Impact

  • Using deprecated debug command instead of official API
  • Inconsistent command patterns in documentation
  • Confusion about which command to use

Solution

  1. Search for all instances of debug/chat-send in the codebase
  2. Replace with chat/send (the official command)
  3. Verify chat/send works correctly for all use cases
  4. Remove debug/chat-send command entirely or mark as deprecated

Files to Update

grep -r "debug/chat-send" --files-with-matches | head -20

Created by: Claude Code (bug tracking)
Timestamp: 2025-11-20T00:52:51Z

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions