Commit Graph

  • 0dd42e2901 fix(non-interactive-env): force unix export syntax for bash env prefix YeonGyu-Kim 2026-02-04 14:52:13 +09:00
  • 85932fadc7 test(skill-loader): fix test isolation by resetting skill content YeonGyu-Kim 2026-02-04 14:51:56 +09:00
  • 65043a7e94 fix: remove broken TOC links in translated READMEs YeonGyu-Kim 2026-02-04 13:54:29 +09:00
  • ffcf1b5715
    Merge pull request #1371 from YanzheL/feat/websearch-multi-provider YeonGyu-Kim 2026-02-04 13:52:36 +09:00
  • d14f32f2d5
    Merge pull request #1470 from Lynricsy/fix/categories-model-precedence YeonGyu-Kim 2026-02-04 13:52:25 +09:00
  • f79f164cd5 fix(skill-loader): deterministic collision handling for skill names YeonGyu-Kim 2026-02-04 13:52:06 +09:00
  • dee8cf1720
    Merge pull request #1370 from misyuari/fix/refactor-skills YeonGyu-Kim 2026-02-04 13:47:26 +09:00
  • 8098e48658
    Merge pull request #1254 from LeekJay/fix/nested-skill-discovery YeonGyu-Kim 2026-02-04 13:40:03 +09:00
  • 0dad85ead7 hephaestus color improvement YeonGyu-Kim 2026-02-04 13:33:34 +09:00
  • 1e383f44d9 fix(background-agent): abort session on model suggestion retry failure YeonGyu-Kim 2026-02-04 13:14:18 +09:00
  • 30990f7f59 style(agents): update Hephaestus and Prometheus colors YeonGyu-Kim 2026-02-04 11:44:56 +09:00
  • 51c7fee34c
    Merge pull request #1280 from Zacks-Zhang/fix/fix-stale-lsp-diagnostics YeonGyu-Kim 2026-02-04 13:35:07 +09:00
  • 80e970cf36
    Merge pull request #1297 from khduy/fix/deduplicate-settings-paths YeonGyu-Kim 2026-02-04 13:35:06 +09:00
  • b7b466f4f2
    Merge pull request #1289 from KonaEspresso94/fix/agent-tools-bug YeonGyu-Kim 2026-02-04 13:34:53 +09:00
  • 5dabb8a198
    Merge pull request #1393 from ualtinok/dev YeonGyu-Kim 2026-02-04 13:34:52 +09:00
  • d11f0685be
    Merge pull request #1388 from boguan/dev YeonGyu-Kim 2026-02-04 13:34:51 +09:00
  • 814e14edf7
    Merge pull request #1384 from devxoul/fix/readme-toc-links YeonGyu-Kim 2026-02-04 13:34:40 +09:00
  • d099b0255f feat(look_at): add image_data parameter for clipboard/pasted image support lihaitao 2026-02-04 12:02:00 +08:00
  • 1411ca255a
    fix(delegate-task): honor explicit category model over sisyphus-junior Lynricsy 2026-02-04 11:51:20 +08:00
  • 4330f25fee revert(call-omo-agent): remove metis/momus from ALLOWED_AGENTS YeonGyu-Kim 2026-02-04 11:38:24 +09:00
  • 737fac4345 fix(agent-restrictions): add read-only restrictions for metis and momus YeonGyu-Kim 2026-02-04 11:35:02 +09:00
  • 49a4a1bf9e
    fix(call-omo-agent): allow Prometheus to call Metis and Momus (#1462) YeonGyu-Kim 2026-02-04 11:27:14 +09:00
  • 5ffecb60c9
    fix(skill-mcp): avoid propertyNames for Gemini compatibility (#1465) YeonGyu-Kim 2026-02-04 11:26:34 +09:00
  • b954afca90
    fix(model-requirements): use supported variant for gemini-3-pro (#1463) YeonGyu-Kim 2026-02-04 11:26:17 +09:00
  • faae3d0f32
    fix(model-availability): prefer exact model ID match in fuzzyMatchModel (#1460) YeonGyu-Kim 2026-02-04 11:25:59 +09:00
  • c57c0a6bcb
    docs: clarify Prometheus invocation workflow (#1466) YeonGyu-Kim 2026-02-04 11:25:46 +09:00
  • 6a66bfccec
    fix(doctor): respect user-configured agent variant (#1464) YeonGyu-Kim 2026-02-04 11:25:37 +09:00
  • b19bc857e3
    fix(docs): instruct curl over WebFetch for installation (#1461) YeonGyu-Kim 2026-02-04 11:25:25 +09:00
  • 2f9004f076
    fix(auth): opencode desktop server unauthorized bugfix on subagent spawn (#1399) dan 2026-02-03 20:07:02 -06:00
  • 6151d1cb5e
    fix: block bash commands in Prometheus mode to respect permission config (#1449) Rishi Vhavle 2026-02-04 07:36:54 +05:30
  • 13e1d7cbd7
    fix(non-interactive-env): use detectShellType() instead of hardcoded 'unix' (#1459) YeonGyu-Kim 2026-02-04 10:52:46 +09:00
  • 5361cd0a5f
    @kaizen403 has signed the CLA in code-yeongyu/oh-my-opencode#1449 github-actions[bot] 2026-02-03 20:44:35 +00:00
  • 437abd8c17
    @wydrox has signed the CLA in code-yeongyu/oh-my-opencode#1436 github-actions[bot] 2026-02-03 16:39:46 +00:00
  • 9a2a6a695a fix(test): use try/finally for guaranteed env restoration YanzheL 2026-02-02 04:00:06 +08:00
  • 5a2ab0095d fix(mcp): lazy evaluation prevents crash when websearch disabled YanzheL 2026-02-02 03:55:50 +08:00
  • 17cb49543a fix(mcp): rewrite tests to call createWebsearchConfig directly YanzheL 2026-02-02 03:55:39 +08:00
  • fea7bd2dcf docs(mcp): document websearch provider configuration YanzheL 2026-02-02 03:37:02 +08:00
  • ef3d0afa32 test(mcp): add websearch provider tests YanzheL 2026-02-02 03:36:55 +08:00
  • 00f576868b feat(mcp): add multi-provider websearch support YanzheL 2026-02-02 03:36:48 +08:00
  • 4840864ed8 feat(config): add websearch provider schema YanzheL 2026-02-02 03:36:42 +08:00
  • 9f50947795
    @filipemsilv4 has signed the CLA in code-yeongyu/oh-my-opencode#1435 github-actions[bot] 2026-02-03 14:38:23 +00:00
  • 45290b5b8f
    @sk0x0y has signed the CLA in code-yeongyu/oh-my-opencode#1434 github-actions[bot] 2026-02-03 14:21:40 +00:00
  • 9343f38479
    @Stranmor has signed the CLA in code-yeongyu/oh-my-opencode#1432 github-actions[bot] 2026-02-03 13:53:27 +00:00
  • bf83712ae1
    @ualtinok has signed the CLA in code-yeongyu/oh-my-opencode#1393 github-actions[bot] 2026-02-03 12:43:21 +00:00
  • 374acb3ac6
    fix: update tests to reflect changes in skill resolution for async handling and disabled skills Muhammad Noor Misyuari 2026-02-02 01:36:00 +07:00
  • ba2a9a9051
    fix: update skill resolution to support disabled skills functionality Muhammad Noor Misyuari 2026-02-01 23:54:32 +07:00
  • 2236a940f8
    fix: implement disabled skills functionality in skill resolution Muhammad Noor Misyuari 2026-01-26 14:21:28 +07:00
  • 976ffaeb0d
    @ilarvne has signed the CLA in code-yeongyu/oh-my-opencode#1422 github-actions[bot] 2026-02-03 08:15:51 +00:00
  • a62cf30310 release: v3.2.2 v3.2.2 github-actions[bot] 2026-02-03 07:59:49 +00:00
  • 49c933961e fix(background-cancel): skip notification when user explicitly cancels tasks YeonGyu-Kim 2026-02-03 16:56:40 +09:00
  • 1b7fd32bad docs: add Task system documentation YeonGyu-Kim 2026-02-03 16:35:49 +09:00
  • 3a823eb2a2 feat(tasks-todowrite-disabler): add strong emphasis to register tasks before working YeonGyu-Kim 2026-02-03 16:23:53 +09:00
  • a651e7f073 docs(agents): regenerate AGENTS.md hierarchy with init-deep YeonGyu-Kim 2026-02-03 16:21:31 +09:00
  • d7679e148e feat(delegate-task): add actionable TODO list template to plan agent prompt YeonGyu-Kim 2026-02-03 15:58:06 +09:00
  • 4c4e1687da feat(auto-slash-command): add builtin commands support and improve part extraction YeonGyu-Kim 2026-02-03 14:33:53 +09:00
  • f030992755 fix(config): prevent plan agent from inheriting prometheus prompt on demote YeonGyu-Kim 2026-02-03 14:28:57 +09:00
  • bf87bf473f feat(agents): add GPT-5.2 optimized prompt for sisyphus-junior YeonGyu-Kim 2026-02-03 14:12:22 +09:00
  • 1a0cc424b3 feat(tasks-todowrite-disabler): improve error message with actionable workflow guidance YeonGyu-Kim 2026-02-03 14:11:27 +09:00
  • 671e320bf3 feat(agents): add useTaskSystem flag for conditional todo/task discipline prompts YeonGyu-Kim 2026-02-03 13:58:56 +09:00
  • dd120085c4 feat(agents): add Todo Discipline section to Hephaestus prompt YeonGyu-Kim 2026-02-03 13:52:03 +09:00
  • 9d217b05b8
    fix(config-handler): preserve plan prompt when demoted (#1416) YeonGyu-Kim 2026-02-03 13:37:57 +09:00
  • 1b9303ba37
    refactor(ultrawork): simplify workflow and apply parallel context gathering (#1412) YeonGyu-Kim 2026-02-03 12:13:22 +09:00
  • ec1cb5db05
    fix(prometheus): enforce path constraints and atomic write protocol (#1414) YeonGyu-Kim 2026-02-03 12:11:52 +09:00
  • 7ebafe2267
    refactor(config-handler): separate plan prompt into dedicated configuration (#1413) YeonGyu-Kim 2026-02-03 12:11:49 +09:00
  • e36dde6e64
    refactor(background-agent): optimize lifecycle and simplify tools (#1411) YeonGyu-Kim 2026-02-03 12:11:45 +09:00
  • b62519b401
    feat(agents): respect uiSelectedModel in Atlas model resolution (#1410) YeonGyu-Kim 2026-02-03 12:11:42 +09:00
  • dea13a37a6
    feat(task-system): add experimental task system with Claude Code spec alignment (#1415) YeonGyu-Kim 2026-02-03 12:11:23 +09:00
  • 1e587c55dc docs(AGENTS): add critical sections for PR workflow and OpenCode source reference YeonGyu-Kim 2026-02-03 11:04:00 +09:00
  • db787b7347 refactor(oracle): optimize prompt for GPT-5.2 with XML structure and verbosity constraints YeonGyu-Kim 2026-02-03 11:03:41 +09:00
  • ac9e22cce5 fix(prompts): add missing run_in_background and load_skills params to examples YeonGyu-Kim 2026-02-03 10:50:26 +09:00
  • 8441f70c2b
    fix(delegate-task): honor sisyphus-junior model override precedence (#1404) YeonGyu-Kim 2026-02-03 10:41:26 +09:00
  • 7226836472 atlas reminder reinforce YeonGyu-Kim 2026-02-03 10:31:34 +09:00
  • 0f81d4c126
    @dan-myles has signed the CLA in code-yeongyu/oh-my-opencode#1399 github-actions[bot] 2026-02-02 16:59:02 +00:00
  • 62e1687474 feat: add agent fallback and preemptive-compaction restoration YeonGyu-Kim 2026-02-02 22:40:59 +09:00
  • 99ee4a0251 docs: update AGENTS.md with explore agent model change (grok-code-fast-1) YeonGyu-Kim 2026-02-02 21:19:21 +09:00
  • d80adac3fc feat(agents): add grok-code-fast-1 as primary model for explore agent YeonGyu-Kim 2026-02-02 21:13:45 +09:00
  • 159fccddcf refactor(background-agent): optimize cache timer lifecycle and result handling YeonGyu-Kim 2026-02-02 20:00:15 +09:00
  • 9f84da1d35 feat(skills): set triage category ratio to 1:2:1 (unspecified-low:writing:quick) YeonGyu-Kim 2026-02-02 18:35:14 +09:00
  • 8e17819ffb feat(skills): add streaming mode and todo tracking to triage skills YeonGyu-Kim 2026-02-02 18:12:11 +09:00
  • b01e246958 docs(issue-templates): add AI agent consultation to prerequisite checklist YeonGyu-Kim 2026-02-02 17:31:47 +09:00
  • 2e0d0c989b refactor(agents): restructure atlas agent into modular directory with model-based routing YeonGyu-Kim 2026-02-02 17:23:58 +09:00
  • 5c68ae3bee
    fix: honor agent variant overrides (#1394) YeonGyu-Kim 2026-02-02 21:07:10 +09:00
  • 527c21ea90 fix(tools): for overridden tools (glob, grep) path should use ctx.directory. OpenCode Desktop might not send path as a param and cwd might resolve to "/" ismeth 2026-02-02 11:34:33 +01:00
  • d165a6821d
    @pierrecorsini has signed the CLA in code-yeongyu/oh-my-opencode#1386 github-actions[bot] 2026-02-02 07:59:23 +00:00
  • 76623454de test(task): improve todo-sync tests with bun-types and inline assertions YeonGyu-Kim 2026-02-02 16:50:13 +09:00
  • f68a6f7d1b
    fix: remove redundant removeCodeBlocks call BoGuan 2026-02-02 15:18:25 +08:00
  • 8a5b131c7f chore: tracking merge origin/dev konaespresso94 2026-02-02 15:55:02 +09:00
  • ce62da92c6 fix: remove broken TOC links pointing to non-existent sections Suyeol Jeon 2026-02-02 15:16:55 +09:00
  • 0ea92124a7 feat(task): add real-time single-task todo sync via OpenCode API YeonGyu-Kim 2026-02-02 15:05:07 +09:00
  • 418cf35886 format: apply prettier to index.ts YeonGyu-Kim 2026-02-02 15:04:53 +09:00
  • e969ca5573 refactor(prometheus): replace binary verification with layered agent-executed QA YeonGyu-Kim 2026-02-02 14:18:01 +09:00
  • 92639ca38f feat(task): refactor to Claude Code style individual tools YeonGyu-Kim 2026-02-02 12:01:43 +09:00
  • 6288251a67 refactor(task): update schema to Claude Code field names (subject, blockedBy, blocks, etc.) YeonGyu-Kim 2026-02-02 11:29:27 +09:00
  • 961ce19415 feat(cli): deny Question tool in CLI run mode YeonGyu-Kim 2026-02-02 11:22:32 +09:00
  • b71fe66a7e feat(task): implement TaskUpdate tool with additive blocks/blockedBy and metadata merge YeonGyu-Kim 2026-02-02 11:14:13 +09:00
  • 874d51a9f4 test(cli): add default agent resolution tests YeonGyu-Kim 2026-02-02 10:49:33 +09:00
  • dd3f93d3e7 docs(cli): improve run command help with agent options YeonGyu-Kim 2026-02-02 10:49:24 +09:00
  • a7a847eb9e feat(cli): implement default agent priority in run command YeonGyu-Kim 2026-02-02 10:49:16 +09:00
  • 9c2c8b4dd0 feat(config): add default_run_agent schema option YeonGyu-Kim 2026-02-02 10:49:07 +09:00
  • 8927847336 feat(skills): add github-pr-triage skill and update github-issue-triage YeonGyu-Kim 2026-02-02 10:47:22 +09:00