Skip to content

Add support for slash commands in copilot --acp #1044

@cocoich

Description

@cocoich

Describe the bug

Copilot ACP doesn't provide available_commands_update, so ACP frontend is unable to use slash commands.

Affected version

0.0.388

Steps to reproduce the behavior

(in zed)

  1. add Custom agent like
  "agent_servers": {
    // ...
    "Copilot Cli": {
      "type": "custom",
      "command": "copilot",
      "args": ["--acp"],
    }
  },
  1. try /model
  2. error with Available commands: none

Expected behavior

No response

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions