# Add/Remove Subcommands for Takumi Slack Channel Scope Released

We've added `add` and `remove` subcommands to the `/takumi-scopes` slash command available in Slack channels where Takumi is present.

Previously, changing the channel scope required a Slack modal. With this release, **you can update the scope without opening a modal**. The modal-based experience remains available.

Additionally, the previous limitation that prevented connecting more than 100 GitHub repositories at once has been **lifted with this release**.
However, note that **Takumi generally performs better when fewer repositories are connected to a channel and the context is more focused**.

![eyecatch](/docs/_md-assets/636a3e12b1-eyecatch.png)

## Overview

The `/takumi-scopes` slash command previously supported the `help` subcommand. This release adds the `add` and `remove` subcommands.

The command structure is as follows:

**View current scope:**

```
/takumi-scopes
```

**Add a repository to the scope:**

```
/takumi-scopes add https://github.com/owner/repo
```

**Remove a repository from the scope:**

```
/takumi-scopes remove https://github.com/owner/repo
```

The argument format for the `add` and `remove` subcommands is `https://github.com/owner/repo`.

## Getting Started

Takumi users can start using these commands immediately in any Slack channel where Takumi is active.

User Guide:
[Takumi User Guide](https://shisho.dev/docs/ja/g/getting-started/takumi-the-ai-engineer/)

About Takumi byGMO:
[Takumi byGMO Official Page](https://flatt.tech/takumi)
