github / github/copilot-cli

Support image generation for developer assets (icons, favicons, logos, OG images)

オープン
#4,581 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

triage
主要言語
Shell
スター
11.2k
フォーク
1.9k
平均マージ
14時間 16分
マージ済み PR(30日)
6

説明

Describe the feature or problem you'd like to solve

Copilot CLI can read images but cannot produce them. Building any web page, desktop app,
or mobile app needs visual assets that aren't code — app icons at every required size,
favicon.ico, Open Graph preview images, splash screens, placeholder art.

Copilot CLI can scaffold the whole project and write the manifest that references
icon-512.png, but it can't create that file. The developer has to leave the terminal,
generate the asset elsewhere, and come back. That happens on nearly every new project.

To be clear on direction: the deliverable is a file written into the project
directory
, not an image displayed in the terminal.

Why now — billing is usage-based. Since 1 June 2026 Copilot meters usage through AI
Credits (1 credit = $0.01). Image generation is a paid capability and I'd expect to pay
for it per use, charged at its own rate rather than the one designed for text.

Additional context

OpenAI's Codex CLI already ships this as a bundled first-party skill (imagegen) backed
by a built-in image_gen tool, scoped to "website assets, game assets, UI mockups,
product mockups, wireframes, logo design," with a policy that project-bound assets get
written into the workspace rather than left in the tool's default directory.

Also requested for VS Code:
microsoft/vscode#266055.

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

この issue では実装ファイル、テスト、エントリーポイントが指定されていないため、まず CLI に既存の画像読み取り機能と、使用量ベースの課金統合がどこにあるかを特定します。画像生成リクエストがどのように呼び出され、課金され、プロジェクトディレクトリに書き込まれるかを定義し、そのうえで、アイコン、favicon、ロゴ、OG 画像などの開発者向けアセットが要求されたパスに生成されることを確認します。

索引モデルが issue の本文から書いたものです。

評価

領域
ai, cli
issue の種類
機能追加
難易度
5/5
見積もり時間
1週間以上
活発さ
活発
明瞭さ
おおむね明確
初心者へのやさしさ
42/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。