Pollo CODE

Developer chat with direct connection to GitHub and Google Drive.

URL/code.html
TypeDeveloper module (Claude Code / Codex-style)
CostFREE plan: 3ร— credits ยท Premium plan: 1.35ร— credits
WorkspacesGitHub repo (OAuth) ยท Google Drive folder ยท Local filesystem (coming)

Why it's different Live

Pollo CODE works inside your own GitHub repo or Drive folder. The AI reads, writes and edits files directly there, never on Pollo Assistance's servers. You see the changes commit by commit in your repo. No vendor lock-in.

Workspaces

๐Ÿ™

GitHub

OAuth Device Flow, no client secret needed. The AI commits directly to a branch you choose. Auto-retry on sha race conditions.

๐Ÿ“

Google Drive

OAuth via Google Identity Services. Pick any folder. Auto-reconnect modal if the token expires (~1 hour).

Tools the AI has

ToolWhat it doesPalosLucesSummum
fs_listDirList files/folders in a pathโœ“โœ“โœ“
fs_readFileRead file contentโœ“โœ“โœ“
fs_writeFileCreate/overwrite file (with permission)โœ“โœ“โœ“
fs_deleteFileDelete file (with permission)โœ—โœ—โœ“
preview_openOpen file in live viewerโœ“โœ“โœ“
preview_renderRender inline HTML in viewerโœ“โœ“โœ“
preview_screenshotCapture viewer as PNGโœ—โœ“โœ“
preview_logsRead console.* from viewerโœ—โœ“โœ“

Permission modes

๐Ÿ›ก๏ธ

Ask (default)

Before every write or delete, a modal pops up with the file path and a preview of the content. You approve or reject.

โšก

Auto

The AI writes/deletes without confirmation. Faster, less safe. Recommended for personal repos with version control.

Live viewer

A side panel docked to the right with tabs and tools like Chrome DevTools:

File uploads

Attach images or text/code files directly to your message (or drag-and-drop on the textarea). Limits:

If you attach an image, the brain automatically picks a vision-capable AI (Llama 4 Scout, Gemini Flash, etc.) so it can analyze the image.

Voice

The microphone button uses the browser's native Web Speech API (Chrome / Edge). Free, instant, with live transcription as you speak. Each AI response has a ๐Ÿ”Š button to listen.

Cost in credits

Pollo CODE consumes more credits than normal chat (the AI does much more work behind the scenes: reads files, writes commits, takes screenshots, etc.). The multiplier depends on your plan:

FREE plan
3ร—
of base AI credit cost
  • Access to all CODE tiers
  • Daily/monthly credit quota
  • Marketplace at 35% revenue
Tip on saving credits: Use Luces tier for most tasks. Save Summum for things that really require deep reasoning (architecture, complex refactors). Stay in "Ask" permission mode when iterating quickly โ€” you keep control.