Skip to content

Releases: code-yeongyu/oh-my-opencode

v1.1.6

13 Dec 16:16

Choose a tag to compare

  • 8681f16 readme update
  • ed66ba5 fix antigravity refreshing
  • 0f2bd63 docs: add hero section to Korean README (#42)
  • bc20853 docs: enhance README with hero image and GitHub badges (#41)
  • 7882f77 docs: sync README.md with README.ko.md - add ultrathink note and disclaimer

Thank you to 1 community contributor:

  • @junhoyeo:
    • docs: enhance README with hero image and GitHub badges (#41)
    • docs: add hero section to Korean README (#42)

v1.1.5

13 Dec 14:15

Choose a tag to compare

  • 27403f2 feat(agents): enhance orchestration prompt and inject to all non-subagent agents
  • 44ce343 remove ai slop

v1.1.4

13 Dec 13:14

Choose a tag to compare

  • b24b00f feat(agents): add build agent prompt extension and configuration override support
  • f3b2fcc fix(hooks): fix agent-usage-reminder case-sensitivity bug in tool name matching
  • 2c6dfea feat(hooks): add agent-usage-reminder hook for background agent recommendations
  • 64b53c0 feat(background-task): improve status output UX

v1.1.3

13 Dec 11:30

Choose a tag to compare

  • 3caa84f feat(agents): explicitly allow read/bash tools for subagents

v1.1.2

13 Dec 11:07

Choose a tag to compare

New Features

🔍 grep.app MCP Integration (shout out to @huynguyen03dev)

  • Add grep_app builtin MCP for ultra-fast GitHub code search
  • Search real-world code examples from millions of public repositories
  • Support regex patterns, language filters, and repository filters
    Enables librarian agent to find actual implementation examples from open source.

📚 Enhanced Librarian Agent

  • Librarian now leverages grep.app for code example discovery
  • Find production-ready patterns from real GitHub repositories
  • Better documentation lookup with actual usage examples

🛠️ Schema & Config

  • Add multimodal-looker to Zod config schema (#36)
  • Fix incorrect model name reference

Thank you to 1 community contributor:

v1.1.1

13 Dec 10:07

Choose a tag to compare

  • a7507ab feat(agents): change librarian model from Haiku to Sonnet
  • 9cda5eb Rewrote README.md

v1.1.0

13 Dec 06:29

Choose a tag to compare

New Features

🔍 look_at Tool & multimodal-looker Agent

  • 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.

Usage

look_at({
  file_path: "/path/to/diagram.png",
  goal: "Describe the architecture components"
})

Supported File Types

  • PDF documents
  • Images (PNG, JPG)
  • Screenshots
  • Architecture diagrams
  • Charts/Graphs

v1.0.2

13 Dec 05:24

Choose a tag to compare

  • 1323443 refactor: extract shared utilities (isMarkdownFile, isPlainObject, resolveSymlink) (#33)

v1.0.1

13 Dec 05:06

Choose a tag to compare

  • 55bc8f0 refactor(ultrawork-mode): use history injection instead of direct message modification
  • 0ac4d22 feat(think-mode): inject thinking config with maxTokens for extended thinking
  • 19b3690 docs: add Ultrawork Mode hook documentation
  • 564c8ae fix: use lstatSync instead of statSync for symlink detection (#32)

v1.0.0

13 Dec 04:53

Choose a tag to compare

v1.0.0

The first stable release of oh-my-opencode.

Every feature I envisioned is now implemented. Every integration I dreamed of is now real. After extensive testing and stabilization, I can finally say with confidence: this is production-ready.

This plugin is your secret weapon. While it is open source, those who install it will be one step ahead of the developer sitting next to them. The multi-model orchestration, the LSP tools, the AST-Grep search, the background task system, the automatic context injection - all working together to amplify your capabilities beyond what any single-model agent can achieve.

What's New Since v0.4.3

Features

  • Ultrawork Mode Hook: Trigger "ultrawork" or "ulw" to activate maximum agent orchestration. Forces parallel exploration, strict TODO tracking, and full utilization of all specialized agents via background tasks.
  • Disabled Hooks Configuration: Selectively disable any built-in hook via disabled_hooks config option.
  • Background Task Improvements:
    • Show original prompt and last message in running task status for better visibility
    • Send notifications to parent session instead of main session for correct targeting
  • GCP Permission Error Retry: Exponential backoff for Google Cloud permission errors in Antigravity auth - no more manual retries.

Bug Fixes

  • Fixed session-notification race conditions and memory issues
  • Improved background-task notification targeting

Documentation

  • Updated LLM agent guide with Google Auth recommendation
  • Added disabled_hooks configuration section

Contributors

Thank you to everyone who contributed to this release: