Skip to content

Releases: code-yeongyu/oh-my-opencode

v0.3.4

12 Dec 13:26

Choose a tag to compare

  • 64138ee Refactor AgentOverridesSchema to use object structure (#24)
  • 359340d feat: add claude_code config object to toggle Claude Code compatibility features (#23)

v0.3.3

12 Dec 01:39

Choose a tag to compare

  • 652f343 feat(agents): enhance librarian and explore prompts with parallel execution and evidence-based citations (#21)
  • 9ba4155 feat(config): add cross-platform user-level config support (#20)
  • 5072717 feat(agents): upgrade oracle model from GPT-5.1 to GPT-5.2 (#19)

v0.3.2

11 Dec 23:31

Choose a tag to compare

  • e403618 fix: load config from user-level ~/.config/opencode/oh-my-opencode.json (#17)
  • d34154b feat(skill): align with opencode-skills approach
  • 9e00be9 feat(hooks): add directory README.md injector (#15)

v0.3.1

10 Dec 14:44

Choose a tag to compare

  • cf33fc5 docs(readme): sync English version with Korean improvements on setup and configuration clarity
  • 56160d1 docs(readme.ko): improve clarity on setup configuration paths and MCP/LSP explanations
  • 61bbbcb feat(hooks): integrate anthropic-auto-compact hook for automatic context summarization
  • adabace improve(hooks): refine context window reminder message for better clarity and guidance
  • 41f93c9 docs(readme): add warning for LLM agents on oh-my-opencode.json setup and sync English tone with Korean version
  • 8102d17 fix(hooks): fix TODO continuation abort handling with timer-based approach
  • 4f019f8 fix(hooks): improve session recovery for empty content messages
  • 7b19177 Revert "fix(hooks): improve TODO continuation race condition handling with state machine pattern"
  • e8f59cb fix(hooks): improve TODO continuation race condition handling with state machine pattern

v0.3.0

09 Dec 12:51

Choose a tag to compare

  • 1932257 docs(readme): add comprehensive Claude Code compatibility documentation
  • 5a793bb fix(hooks): align Claude Code hooks with opencode-cc-plugin reference
  • 2ec351d feat(hooks): implement UserPromptSubmit with chat.message hook and injectHookMessage
  • 441fc1a feat(hooks): integrate Claude Code hooks with plugin system
  • bd67419 feat(features): add hook message injector
  • dca9812 feat(hooks): add UserPromptSubmit and Stop executors
  • 3fcfedc feat(hooks): add PostToolUse hook executor
  • 530c4d6 feat(hooks): add PreToolUse hook executor
  • e0b4338 feat(hooks): add Claude hooks config, transcript, and todo
  • a27cac9 feat(hooks): add Claude Code hooks type definitions
  • fef7f4c feat(shared): add Claude hooks command executor and utilities

v0.2.0

09 Dec 12:48

Choose a tag to compare

No notable changes

v0.1.26

08 Dec 00:41

Choose a tag to compare

  • b86346a fix(lsp): add Push model support and fix JSON LSP diagnostics
  • 4debb57 feat(hooks): add pulse-monitor for token stall detection and auto-recovery
  • a763db6 improve(hooks): refine todo-continuation-enforcer message tone and status format
  • 341e5a9 feat(hooks): add grep-output-truncator for context-aware output limiting
  • bac304c docs: add explicit agent invocation examples to README
  • 1aaeefa docs: enhance LSP tools description in README

v0.1.25

05 Dec 14:25

Choose a tag to compare

  • a287e59 feat(session-recovery): add filesystem-based empty content recovery

v0.1.24

05 Dec 13:53

Choose a tag to compare

  • b045f69 feat(lsp): add result limits to prevent token overflow
  • 725ec9b feat(ast-grep): add safety limits to prevent token overflow

v0.1.23

05 Dec 13:19

Choose a tag to compare

  • 3bcb869 fix(ast-grep): add isValidBinary check to all path resolutions