# 開発状況

進行中の案件について「ここにないものは実現されない」または「ここにあるものは実現される」ということではありません。

**PRO** … [**CCFOLIA PRO**](https://ccfolia.fanbox.cc/posts/5532606)機能として公開運用\
**stage-5** … ベータ機能として公開運用\
[**stage-4**](https://ccfolia.fanbox.cc/posts/1139772) ... 隠し機能として公開試験運用\
**stage-3** ... 開発チームにて試験運用\
**stage-2** ... 開発完了\
**stage-1** ... 開発中\
**stage-0** ... 実現性検証\
draft ... 検討中\
pending ... 何らかの理由で保留中

| Feature    | Detail               | Version           | Status                                                                                                          |
| ---------- | -------------------- | ----------------- | --------------------------------------------------------------------------------------------------------------- |
| チャットの小窓化   | チャットUIを小窓化する         | v1.16.0           | [**stage-5**](https://ccfolia.fanbox.cc/posts/1733055)                                                          |
| カード一括操作    | ルーム内の全てのカードを一括で操作する  | v1.9.0            | [**stage-4**](https://ccfolia.fanbox.cc/posts/1139772)                                                          |
| タイマー       | 指定された時間からカウントダウンする   | v1.9.0            | [**stage-4**](https://ccfolia.fanbox.cc/posts/1139772) **/** [**PRO**](https://ccfolia.fanbox.cc/posts/5532606) |
| ルーム複製      | 自分のルームを複製する          | v1.11.0           | [**stage-4**](https://ccfolia.fanbox.cc/posts/1139772) **/** [**PRO**](https://ccfolia.fanbox.cc/posts/5532606) |
| 盤面エクスポート   | 自分のルームをzipデータで出力     | v1.14.0           | [**stage-4**](https://ccfolia.fanbox.cc/posts/1405195) **/** [**PRO**](https://ccfolia.fanbox.cc/posts/5532606) |
| パラメータ編集の拡張 | コマンドでダイス結果分のパラメータを編集 |                   | **stage-2**                                                                                                     |
| 大量ログ出力     | 1万件以上のログを出力する        | v1.32.0           | [**PRO**](https://ccfolia.fanbox.cc/posts/5532606)                                                              |
| ダイスボット拡張   | 独自のルールのダイスボットを追加する   | v1.33.0           | [**stage-5**](/update/v1.33/roll-table.md)                                                                      |
| カードデッキ編集   | カード順の指定・並び替え・任意取得    |                   | draft                                                                                                           |
| ルーム権限管理    | ルーム作成者以外の管理者を設定する    | v1.28.0           | [**stage-5**](https://ccfolia.fanbox.cc/posts/6985279)                                                          |
| ルームパスワード   | ルームにパスワードを設定する       |                   | draft                                                                                                           |
| 秘匿チャットタブ   | チャットタブごとにパスワードを設定する  | v1.30.0           | [**stage-5**](https://ccfolia.fanbox.cc/posts/8170113)                                                          |
| 駒ステータス拡張   | 数値以外のステータスを扱えるようにする  |                   | draft                                                                                                           |
| シナリオテキスト改善 | タブ付きチャットパレットに近いUIに変更 |                   | draft                                                                                                           |
| シーン呼び出し    | チャット入力で特定のシーンを呼び出す   | v1.25.0 / v1.26.0 | [**stage-5**](https://ccfolia.fanbox.cc/posts/6303861)                                                          |
| 図形描画       | 画像なしで盤面に色付きの図形を描画する  |                   | draft                                                                                                           |
| テキスト描画     | 盤面に任意の大きさの文字を描画する    |                   | draft                                                                                                           |
| 3Dモード      | 3Dモードに切り替えられるようにする   |                   | pending                                                                                                         |
| Youtube再生  | Youtube 動画を小窓で再生する   | v1.25.0 / v1.28.0 | [**stage-5**](https://ccfolia.fanbox.cc/posts/6985279)                                                          |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ccfolia.com/information/development-status.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
