Commit Graph

  • 67990293a9
    Merge pull request #1578 from code-yeongyu/fix/user-configured-model-override YeonGyu-Kim 2026-02-07 12:21:09 +09:00
  • dbf584af95 fix: respect user-configured agent models over system defaults Rishi Vhavle 2026-02-07 03:32:36 +05:30
  • 368ac310a1
    Merge pull request #1564 from code-yeongyu/feat/anthropic-effort-hook YeonGyu-Kim 2026-02-06 21:58:05 +09:00
  • cb2169f334 fix: guard against undefined modelID in anthropic-effort hook YeonGyu-Kim 2026-02-06 21:55:13 +09:00
  • ec520e6228 feat: register anthropic-effort hook in plugin lifecycle YeonGyu-Kim 2026-02-06 21:47:18 +09:00
  • 6febebc166 feat: add anthropic-effort hook to inject effort=max for Opus 4.6 YeonGyu-Kim 2026-02-06 21:47:10 +09:00
  • 98f4adbf4b chore: add modular code enforcement rule and unignore .sisyphus/rules/ YeonGyu-Kim 2026-02-06 21:38:27 +09:00
  • d209f3c677
    Merge pull request #1543 from code-yeongyu/feat/task-tool-refactor YeonGyu-Kim 2026-02-06 21:37:46 +09:00
  • a691a3ac0a refactor: migrate delegate_task to task tool with metadata fixes YeonGyu-Kim 2026-02-06 16:01:54 +09:00
  • f1c794e63e release: v3.2.4 v3.2.4 github-actions[bot] 2026-02-06 12:06:22 +00:00
  • 4692809b42 Regenerate AGENTS.md hierarchy with latest codebase state YeonGyu-Kim 2026-02-06 18:59:58 +09:00
  • 8961026285
    Merge pull request #1554 from code-yeongyu/fix/1187-dynamic-skill-reminder YeonGyu-Kim 2026-02-06 19:05:49 +09:00
  • d8b29da15f fix(category-skill-reminder): dynamically include available skills with user priority YeonGyu-Kim 2026-02-06 17:36:40 +09:00
  • 2b2160b43e
    Merge pull request #1557 from code-yeongyu/fix/796-compaction-model-agnostic YeonGyu-Kim 2026-02-06 19:01:39 +09:00
  • 60bbeb7304 fix(compaction): remove hardcoded Claude model from compaction hooks YeonGyu-Kim 2026-02-06 17:49:26 +09:00
  • f1b2f6f3f7
    Merge pull request #1556 from code-yeongyu/fix/1265-sisyphus-junior-model-inheritance YeonGyu-Kim 2026-02-06 18:57:42 +09:00
  • e9a3d579b3
    Merge pull request #1553 from code-yeongyu/fix/1355-atlas-continuation-guard YeonGyu-Kim 2026-02-06 18:57:32 +09:00
  • c6c149ebb8
    Merge pull request #1547 from code-yeongyu/fix/agents-md-docs YeonGyu-Kim 2026-02-06 17:49:12 +09:00
  • 728eaaeb44
    Merge pull request #1551 from code-yeongyu/fix/plan-agent-dynamic-skills YeonGyu-Kim 2026-02-06 17:48:35 +09:00
  • 9271f827dd
    Merge pull request #1552 from code-yeongyu/fix/schema-sync YeonGyu-Kim 2026-02-06 17:48:27 +09:00
  • 3a0d7e8dc3 fix(config): stop sisyphus-junior from inheriting UI-selected model YeonGyu-Kim 2026-02-06 17:44:47 +09:00
  • aec5624122 fix(atlas): stop continuation retry loop on repeated prompt failures YeonGyu-Kim 2026-02-06 17:34:14 +09:00
  • 53537a9a90 fix: sync Zod schemas with actual implementations YeonGyu-Kim 2026-02-06 17:31:33 +09:00
  • 6b560ebf9e fix(delegate-task): make plan agent categories/skills dynamic YeonGyu-Kim 2026-02-06 17:31:13 +09:00
  • ca8ec494a3 docs: fix stale references in AGENTS.md files YeonGyu-Kim 2026-02-06 17:20:19 +09:00
  • 3be722b3b1 test: add literal match assertions for regex special char escaping tests YeonGyu-Kim 2026-02-06 16:33:34 +09:00
  • d779a48a30
    Merge pull request #1546 from kaizen403/fix/regex-special-chars-1521 YeonGyu-Kim 2026-02-06 16:32:30 +09:00
  • 3166cffd02
    Merge pull request #1545 from code-yeongyu/fix/enforce-disabled-tools YeonGyu-Kim 2026-02-06 16:31:55 +09:00
  • 3c32ae0449 fix: enforce disabled_tools filtering YeonGyu-Kim 2026-02-06 16:18:44 +09:00
  • bc782ca4d4 fix: escape regex special chars in pattern matcher Rishi Vhavle 2026-02-06 12:48:28 +05:30
  • 917bba9d1b
    Merge pull request #1544 from code-yeongyu/feature/model-version-migration YeonGyu-Kim 2026-02-06 16:01:42 +09:00
  • 7e5a657f06 feat(migration): add model version migration for gpt-5.2-codex and claude-opus-4-5 YeonGyu-Kim 2026-02-06 15:55:28 +09:00
  • bda44a5128
    Merge pull request #1542 from code-yeongyu/fix/remove-redundant-opus-fallback YeonGyu-Kim 2026-02-06 15:34:05 +09:00
  • 161a864ea3 fix: remove redundant duplicate claude-opus-4-6 fallback entries YeonGyu-Kim 2026-02-06 15:30:05 +09:00
  • 93d3acce89
    @shaunmorris has signed the CLA in code-yeongyu/oh-my-opencode#1541 github-actions[bot] 2026-02-06 06:23:34 +00:00
  • f63bf52a6e
    Merge pull request #1539 from code-yeongyu/feat/update-model-versions YeonGyu-Kim 2026-02-06 15:22:19 +09:00
  • 25e436a4aa fix: update snapshots and remove duplicate key in switcher for model version update YeonGyu-Kim 2026-02-06 15:12:41 +09:00
  • 1f64920453 chore: update claude-opus-4-5 references to claude-opus-4-6 (excludes antigravity models) YeonGyu-Kim 2026-02-06 14:21:15 +09:00
  • 4c7215404e chore: update gpt-5.2-codex references to gpt-5.3-codex YeonGyu-Kim 2026-02-06 14:20:05 +09:00
  • 01594a67af fix(hooks): compose session recovery callbacks for continuation enforcers YeonGyu-Kim 2026-02-06 11:41:31 +09:00
  • 551dbc95f2 feat(hooks): register task-continuation-enforcer in plugin lifecycle YeonGyu-Kim 2026-02-06 11:21:53 +09:00
  • f4a9d0c3aa feat(hooks): implement task-continuation-enforcer with TDD YeonGyu-Kim 2026-02-06 11:21:45 +09:00
  • f796fdbe0a feat(hooks): add TASK_CONTINUATION system directive and hook name YeonGyu-Kim 2026-02-06 11:21:37 +09:00
  • d3999d79df
    Merge pull request #1533 from code-yeongyu/feat/hephaestus-provider-based-availability YeonGyu-Kim 2026-02-06 10:51:30 +09:00
  • d85c146f0e
    feat(prometheus): include plan name in /start-work guidance acamq 2026-02-05 18:50:30 -07:00
  • b8f15affdb feat: check provider connectivity instead of specific model for hephaestus availability YeonGyu-Kim 2026-02-06 10:42:46 +09:00
  • 04576c306c
    @Mang-Joo has signed the CLA in code-yeongyu/oh-my-opencode#1526 github-actions[bot] 2026-02-05 18:42:00 +00:00
  • e450e4f903
    Merge pull request #1525 from code-yeongyu/feat/claude-opus-4-6-priority YeonGyu-Kim 2026-02-06 03:35:36 +09:00
  • 11d0005eb5 feat: prioritize claude-opus-4-6 over claude-opus-4-5 in anthropic fallback chains YeonGyu-Kim 2026-02-06 03:31:55 +09:00
  • 2224183b5c refactor: remove dead code YeonGyu-Kim 2026-02-06 02:51:53 +09:00
  • f468effd47
    Merge pull request #1518 from code-yeongyu/feat/hephaestus-autonomous-recovery YeonGyu-Kim 2026-02-05 22:21:01 +09:00
  • b8d7723f0a feat(agents): improve Hephaestus autonomous problem-solving behavior YeonGyu-Kim 2026-02-05 22:14:53 +09:00
  • b3864d6398
    Merge pull request #1512 from code-yeongyu/fix/gemini-3-pro-variant YeonGyu-Kim 2026-02-05 18:04:50 +09:00
  • b7f7cb4341 fix(model-requirements): use supported variant for gemini-3-pro sk0x0y 2026-02-03 23:14:04 +09:00
  • b2e8eecd09
    Merge pull request #1361 from edxeth/fix/doctor-variant-display YeonGyu-Kim 2026-02-05 17:56:16 +09:00
  • 6cfaac97b2
    Merge pull request #1477 from kaizen403/fix/boulder-agent-tracking YeonGyu-Kim 2026-02-05 17:41:05 +09:00
  • 77e99d8b68
    Merge pull request #1491 from itsmylife44/refactor/extract-formatCustomSkillsBlock YeonGyu-Kim 2026-02-05 17:40:54 +09:00
  • 02e1043227
    @code-yeongyu has signed the CLA in code-yeongyu/oh-my-opencode#741 github-actions[bot] 2026-02-05 08:28:30 +00:00
  • 617d7f4f67
    Merge pull request #1509 from rooftop-Owl/fix/category-delegation-cache-format-mismatch YeonGyu-Kim 2026-02-05 16:13:25 +09:00
  • 955ce710d9
    Merge pull request #1510 from code-yeongyu/fix/windows-lsp-node-spawn-v2 YeonGyu-Kim 2026-02-05 16:07:22 +09:00
  • 8ff9c24623 fix(lsp): use Node.js child_process on Windows to avoid Bun spawn segfault YeonGyu-Kim 2026-02-05 15:57:20 +09:00
  • bd3a3bcfb9 fix: handle both string[] and object[] formats in provider-models cache rooftop-Owl 2026-02-05 15:32:08 +09:00
  • 291f41f7f9
    Merge pull request #1497 from code-yeongyu/feat/auto-port-v2 YeonGyu-Kim 2026-02-05 11:40:59 +09:00
  • 11b883da6c
    Merge pull request #1500 from code-yeongyu/fix/background-abort-tui-crash YeonGyu-Kim 2026-02-05 11:39:16 +09:00
  • 48cb2033e2 fix(background-agent): gracefully handle aborted parent session in notifyParentSession YeonGyu-Kim 2026-02-05 11:31:54 +09:00
  • 8842a9139f
    Merge pull request #1499 from code-yeongyu/feat/auto-port-selection YeonGyu-Kim 2026-02-05 09:59:11 +09:00
  • ca31796336 feat: auto port selection when default port is busy YeonGyu-Kim 2026-02-05 01:53:46 +09:00
  • e1f6b822f1
    Merge pull request #1498 from code-yeongyu/fix/custom-skills-in-delegate-task YeonGyu-Kim 2026-02-05 09:54:22 +09:00
  • a644d38623 fix: properly restore env vars using delete when originally undefined YeonGyu-Kim 2026-02-05 09:37:42 +09:00
  • a459813888 Fix skill discovery priority and deduplication tests YeonGyu-Kim 2026-02-05 02:36:43 +09:00
  • 18e941b6be fix: correct skill priority order and improve test coverage YeonGyu-Kim 2026-02-05 02:33:56 +09:00
  • 86ac39fb78 fix: include custom skills in delegate_task load_skills resolution YeonGyu-Kim 2026-02-05 01:54:33 +09:00
  • 7621aada79 feat: auto port selection when default port is busy YeonGyu-Kim 2026-02-05 09:45:25 +09:00
  • 9800d1ecb0
    Merge pull request #1424 from code-yeongyu/fix/auto-update-wrong-directory YeonGyu-Kim 2026-02-05 02:31:14 +09:00
  • 0fbf863d00
    Merge pull request #1476 from code-yeongyu/feat/write-existing-file-guard YeonGyu-Kim 2026-02-05 02:31:11 +09:00
  • 71ac09bb63 fix: use process.cwd() instead of ctx.directory for glob/grep tools YeonGyu-Kim 2026-02-05 02:23:48 +09:00
  • ddf878e53c feat(write-existing-file-guard): add hook to prevent write tool from overwriting existing files YeonGyu-Kim 2026-02-04 16:05:00 +09:00
  • 8886879bd0 fix(auto-update): use USER_CONFIG_DIR instead of CACHE_DIR for plugin invalidation YeonGyu-Kim 2026-02-03 17:34:12 +09:00
  • f08d4ecdda refactor(agents): extract formatCustomSkillsBlock to eliminate duplication itsmylife44 2026-02-04 17:47:08 +01:00
  • 8049ceb947
    Merge pull request #1490 from itsmylife44/fix/custom-skills-delegation-emphasis YeonGyu-Kim 2026-02-05 01:47:04 +09:00
  • a298a2f063 fix(atlas): separate custom skills in Atlas buildSkillsSection() itsmylife44 2026-02-04 17:27:39 +01:00
  • ddc52bfd31 fix(agents): emphasize user-installed skills in delegation prompts itsmylife44 2026-02-04 17:27:32 +01:00
  • 38b40bca04 fix(prometheus-md-only): prioritize boulder state agent over message files Rishi Vhavle 2026-02-04 21:27:23 +05:30
  • 169ccb6b05 fix: use boulder agent instead of hardcoded Atlas check for continuation Rishi Vhavle 2026-02-04 13:06:34 +05:30
  • d8137c0c90 fix: track agent in boulder state to fix session continuation (fixes #927) Rishi Vhavle 2026-02-04 12:47:34 +05:30
  • 81a2317f51 fix(doctor): display user-configured variant in model resolution output edxeth 2026-02-01 15:49:46 +01:00
  • 708d15ebcc
    Merge pull request #1475 from code-yeongyu/fix/model-availability-connected-providers YeonGyu-Kim 2026-02-04 16:25:26 +09:00
  • 80297f890e fix(model-availability): honor connected providers for fallback YeonGyu-Kim 2026-02-04 16:00:16 +09:00
  • ce7478cde7
    Merge pull request #1473 from code-yeongyu/feature/task-global-storage YeonGyu-Kim 2026-02-04 15:56:31 +09:00
  • 8d0fa97b72
    Merge pull request #1471 from high726/fix/look-at-clipboard-image-support YeonGyu-Kim 2026-02-04 15:55:29 +09:00
  • 819c5b5d29 release: v3.2.3 v3.2.3 github-actions[bot] 2026-02-04 06:38:00 +00:00
  • 8e349aad7e fix(tasks): use path.isAbsolute() for cross-platform path detection YeonGyu-Kim 2026-02-04 15:37:12 +09:00
  • 1712907057 docs(tasks): update AGENTS.md for global storage architecture YeonGyu-Kim 2026-02-04 15:15:08 +09:00
  • d66e39a887 refactor(tasks): consolidate task-list path resolution to use getTaskDir YeonGyu-Kim 2026-02-04 15:12:28 +09:00
  • ace2688186 chore: regenerate schema after Task 1 changes YeonGyu-Kim 2026-02-04 15:10:58 +09:00
  • bf31e7289e feat(tasks): migrate storage to global config dir with ULTRAWORK_TASK_LIST_ID support YeonGyu-Kim 2026-02-04 15:08:06 +09:00
  • 7b8204924a feat(config): update task config schema for global storage YeonGyu-Kim 2026-02-04 15:04:49 +09:00
  • 224afadbdb fix(skill-loader): respect disabledSkills in async skill resolution YeonGyu-Kim 2026-02-04 15:03:57 +09:00
  • 953b1f98c9 fix(ci): use regex variables for bash 5.2+ compatibility in changelog generation YeonGyu-Kim 2026-02-04 15:00:31 +09:00
  • e073412da1 fix(auth): add graceful fallback for server auth injection YeonGyu-Kim 2026-02-04 14:52:31 +09:00