Pollo CODE
Developer chat with direct connection to GitHub and Google Drive.
| URL | /code.html |
|---|---|
| Type | Developer module (Claude Code / Codex-style) |
| Cost | FREE plan: 3ร credits ยท Premium plan: 1.35ร credits |
| Workspaces | GitHub repo (OAuth) ยท Google Drive folder ยท Local filesystem (coming) |
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
| Tool | What it does | Palos | Luces | Summum |
|---|---|---|---|---|
| fs_listDir | List files/folders in a path | โ | โ | โ |
| fs_readFile | Read file content | โ | โ | โ |
| fs_writeFile | Create/overwrite file (with permission) | โ | โ | โ |
| fs_deleteFile | Delete file (with permission) | โ | โ | โ |
| preview_open | Open file in live viewer | โ | โ | โ |
| preview_render | Render inline HTML in viewer | โ | โ | โ |
| preview_screenshot | Capture viewer as PNG | โ | โ | โ |
| preview_logs | Read 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:
- Preview tab: renders HTML/CSS/JS from your workspace in a sandboxed iframe. The viewer inlines
<link>and<script src>assets automatically from neighboring files. - Console tab: captures
console.log/warn/errorand uncaught errors from the iframe. With timestamps and colored level badges. - Action buttons: reload, screenshot (PNG via html2canvas), open in new tab, close.
- Resize handle: drag the left edge to make the panel narrower or wider. Saved between sessions.
File uploads
Attach images or text/code files directly to your message (or drag-and-drop on the textarea). Limits:
- Images: max 8 MB each. Up to 4 attachments per message.
- Text/code: max 80 KB each. Larger files should be in the workspace and read via
fs_readFile.
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:
- Access to all CODE tiers
- Daily/monthly credit quota
- Marketplace at 35% revenue
- All CODE tiers
- Larger credit quota
- Marketplace at 80% revenue