How to Connect the Three AIs — and Why Gemini Is Blocked Right Now

A few days ago, someone left this on DooMate:

"I can't figure out how to connect the Google Gemini API. On the blog I see Doo Table where Claude, Gemini, and the user collaborate in one chat — but I can't connect it, so I can't even try what the blog is showing."

Fair point. The "three AIs working together" screen you saw is a real feature. But the three connect in different ways, and they're in different states right now — so let me lay it out honestly.

Claude — nothing to set up

Claude Code is built into myDoo. No extension to install, no login, no key — there's nothing for you to set up. Open myDoo and Claude is already working in Doo Table. myDoo runs perfectly well on Claude alone; Codex and Gemini are extensions you add on top, not an entry fee.

Codex — install it from the marketplace

You install Codex from the extension marketplace inside myDoo. Once installed, it connects with your own OpenAI (ChatGPT) account and works alongside Claude. Good for code generation and repetitive tasks.

(How much you can use depends on your plan — free is very short per turn, while the $20/mo ChatGPT Plus is plenty and stable. But that's a detail for after you install; the first step is simply installing it from the marketplace.)

Gemini — it installs, but it won't turn on

This is the wall the reader hit. Gemini is in the marketplace too, so installing it works. The problem is what comes next.

Since mid-June 2026 (around the 18th–19th), Google stopped allowing Gemini to be used with personal/free accounts. In VS Code-family extensions, only the enterprise (paid) tier remains. It used to connect fine with a personal Google account — we used it that way too — but now, after you install it and try to log in, you get a "personal users are no longer supported" notice and the connection drops. This isn't myDoo's doing; it's a Google policy change.

There's still the route of plugging in an API key from Google AI Studio directly, but we're not sure it works reliably yet, so we're cautious about recommending it.

If you really need Gemini, for now we'd suggest following Google's own guidance and using their new tool, Antigravity. Google is steering personal users there, so Gemini connectivity inside VS Code-family editors will likely stay rough until Google's policy settles.

In short

For now, Claude (built in) + Codex (installed from the marketplace) gives you stable collaboration in Doo Table. For Gemini, you can wait until Google's policy loosens, or run Antigravity alongside.

When Gemini connectivity stabilizes again, we'll update this post honestly. And thanks for the message — that frustration of not being able to even try what you saw on the blog: we hear you.

Related: Getting Started with AI Conference — how to bring the three AIs into one place

Read more

v2.2.0 — 두홈이 새로워졌습니다

일을 시작하려면, 어디를 열어야 할지부터 헤매지 않아야 합니다. v2.2.0은 그 첫 자리 — 두홈을 다시 지었습니다. 일 · 대화 · 결과물, 한 자리에 두홈 왼쪽엔 이제 칸반 보드가 있습니다. 오늘 할 일, 밀린 일, 나중으로 미룬 일이 칸으로 갈려 있고, 카드를 끌어 옮기면 그대로 상태가 바뀝니다. 카드마다 소속 프로젝트와 마감이 붙어

By myDoo

클로드 코드를 협업하게 하는 방법 — 두레와 컨덕터링

클로드 코드를 좀 굴려본 사람이라면 이 하소연을 안다. "서브에이전트를 병렬로 돌렸는데, 하다가 끊겼어요." "시켜놨더니 이상한 걸 만들어놨어요." 세션 하나로는 성이 안 차서 여럿을 돌리기 시작하는 순간, 누구나 이 벽을 만난다. 왜 그런지 아는가. 서브에이전트한테는 물을 방법이 없기 때문이다. 구조를 보면 답이 나온다. 에이전트가 오더를 내리고, 서브에이전트는

By myDoo