Tags: code-yeongyu/oh-my-opencode
Tags
v1.1.0
- Add `look_at` tool for analyzing media files (PDFs, images, diagrams)
- Add `multimodal-looker` agent using Gemini 2.5 Flash model
- Analyze visual content in separate context window, saving main conversation tokens
**Inspired by Sourcegraph Ampcode's look_at tool design.**
```typescript
look_at({
file_path: "/path/to/diagram.png",
goal: "Describe the architecture components"
})
```
PreviousNext