less than 1 minute read

https://currypurin-dojo.connpass.com/event/361716/

  • Gemini CLI : オープンソース AI エージェント | Google Cloud 公式ブログ - https://cloud.google.com/blog/ja/topics/developers-practitioners/introducing-gemini-cli/

  • google-gemini/gemini-cli: An open-source AI agent that brings the power of Gemini directly into your terminal. - https://github.com/google-gemini/gemini-cli

  • npm install -g @google/gemini-cli

  • ╭──────────────────────────────────────────────────────────────────────╮
    │  > I would like to create a MacOS app to have a vitual camera with   │
    │    ability to set a webpage as a background.                         │
    ╰──────────────────────────────────────────────────────────────────────╯
✦ I'm still encountering persistent errors related to CoreMediaIO API usage and VNDetectPersonSegmentationRequest. It seems my
  understanding of the CoreMediaIO framework might be incorrect, and there might be a deeper issue with the Vision framework.

  To resolve this, I need to consult the official Apple documentation for CoreMediaIO extensions and verify the correct API
  usage. I'll also re-examine the target membership of VideoCompositor.swift to ensure it's properly included in the
  WebcamBGExtension target.

  I'll start by searching for CoreMediaIO extension examples and documentation.
 ╭────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
 │ ✔  GoogleSearch Searching the web for: "CoreMediaIO extension example macOS swift"                                 │
 │                                                                                                                    │
 │    Search results for "CoreMediaIO extension example macOS swift" returned.                                        │
 ╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

Updated: