Commit Graph

  • 1835458054 fix(test): revert atlas test to use uiSelectedModel Youngbin Kim 2026-02-17 16:28:39 -05:00
  • 349e820473 fix(config): allow timeout_seconds to be 0 to disable fallback Youngbin Kim 2026-02-12 18:12:38 -05:00
  • 68f5d982fc feat(runtime-fallback): add timeout toggle for quota retry detection Youngbin Kim 2026-02-12 17:49:13 -05:00
  • 8b2ae957e5 feat(runtime-fallback): generalize provider auto-retry signal detection Youngbin Kim 2026-02-12 17:13:34 -05:00
  • 31f61078b1 docs(runtime-fallback): document retry classes and timeout behavior Youngbin Kim 2026-02-12 13:11:06 -05:00
  • 6a97f00a22 feat(runtime-fallback): add configurable session timeout controls Youngbin Kim 2026-02-12 13:10:55 -05:00
  • ff230df47c fix(runtime-fallback): harden fallback progression and success detection Youngbin Kim 2026-02-12 13:10:47 -05:00
  • 5a406cab9e refactor(runtime-fallback): extract auto-retry helper and fix provider constraint inconsistency Youngbin Kim 2026-02-11 17:14:18 -05:00
  • fbafb8cf67 fix(runtime-fallback): 9 critical bug fixes for auto-retry, agent preservation, and model override Youngbin Kim 2026-02-11 16:59:26 -05:00
  • 708b9ce9ff fix(runtime-fallback): sort agent names by length to fix hyphenated agent detection youming.tang 2026-02-10 14:37:23 +09:00
  • d9072b4a98 fix(runtime-fallback): address cubic AI review issues um1ng 2026-02-10 00:25:47 +09:00
  • e9ec4f44e2 feat(runtime-fallback): automatic model switching on API errors um1ng 2026-02-10 00:08:52 +09:00
  • 067c8010be fix: resolve merge conflicts in PR #1408 youming.tang 2026-02-09 17:47:06 +09:00
  • 17d43672ad refactor(shared): add normalizeFallbackModels utility function um1ng 2026-02-05 23:15:31 +09:00
  • 8873896432 fix(runtime-fallback): use precise regex patterns for status code matching um1ng 2026-02-05 23:15:05 +09:00
  • a206daa437 test(agents): update Atlas uiSelectedModel expectation youming.tang 2026-02-04 15:26:02 +09:00
  • 538a92ab12 test(delegate-task): stabilize browserProvider and default variant cases youming.tang 2026-02-04 15:25:50 +09:00
  • cd3e0ca124 fix(session-category-registry): cleanup entries for task sessions youming.tang 2026-02-04 15:25:41 +09:00
  • d5643fbce1 Merge branch 'pr-1917' into dev YeonGyu-Kim 2026-02-21 02:31:14 +09:00
  • ebf0f0ad20 Merge branch 'pr-1868' into dev YeonGyu-Kim 2026-02-21 02:31:10 +09:00
  • d947743932 fix(runtime-fallback): per-model cooldown and stricter retry patterns youming.tang 2026-02-04 15:25:25 +09:00
  • 0ef17aa6c9 docs: add runtime-fallback and fallback_models documentation youming.tang 2026-02-03 15:52:35 +09:00
  • 7aafa13b21 feat(fallback_models): complete init-time and runtime integration Ultrawork Bot 2026-02-03 12:18:52 +09:00
  • 4c7b81986a fix: add google provider model transform across all resolution paths fix/google-provider-model-transform feelsodev 2026-02-17 22:18:56 +09:00
  • fec75535ba refactor: move transformModelForProvider to shared for runtime access feelsodev 2026-02-17 22:18:47 +09:00
  • e5a0ab4034 fix: add google provider model transform for gemini-3-flash/pro preview suffix once 2026-02-17 21:15:38 +09:00
  • 95491675e8 fix: correct spread order in spawner.ts for tool restrictions fix/background-agent-tool-permissions YeonGyu-Kim 2026-02-21 02:26:02 +09:00
  • 03f7643ee1 fix(background-agent): respect agent tool restrictions in background task launch sjawhar 2026-02-17 01:02:04 +00:00
  • 6dc1aff698 fix(runtime-fallback): add Category support and expand test coverage Rebase Bot 2026-02-03 12:09:04 +09:00
  • 632570f7ec feat(config): add runtime_fallback and fallback_models schema Rebase Bot 2026-02-03 11:28:22 +09:00
  • 31dc65e9ac
    Merge pull request #1981 from VespianRex/fix/fallback-sync-model-ui YeonGyu-Kim 2026-02-21 02:28:18 +09:00
  • 2bb211c979 fix: add max retry protection and session cleanup for model fallback fix/fallback-sync-model-ui YeonGyu-Kim 2026-02-21 02:27:27 +09:00
  • 86cfa06aef
    Merge pull request #1983 from Pantoria/fix/background-output-full-session-default YeonGyu-Kim 2026-02-21 02:24:17 +09:00
  • 3c2ccba62b
    Merge pull request #1952 from gustavosmendes/codex/fix-write-existing-file-guard-1871 YeonGyu-Kim 2026-02-21 02:17:11 +09:00
  • e0f2952659 remove slops YeonGyu-Kim 2026-02-20 20:42:41 +09:00
  • bf51919a79 Address review feedback for fallback fixes VespianRex 2026-02-20 00:02:17 +02:00
  • f5f1d1d4c2 Fix model fallback across main/background/sync agents VespianRex 2026-02-19 04:41:00 +02:00
  • b94b193c21 fix(doctor): point fix messages to actual cache directory IYODA Atsushi 2026-02-20 03:37:01 +09:00
  • d8da89fd5b
    @FFFergie has signed the CLA in code-yeongyu/oh-my-opencode#1996 github-actions[bot] 2026-02-20 13:03:46 +00:00
  • 1a5672ab6c feat(sisyphus): add intent_verbalization Step 0 to Phase 0 prompt YeonGyu-Kim 2026-02-20 18:08:36 +09:00
  • 0832505e13 fix(hashline-edit): do not restore indentation for replace_lines YeonGyu-Kim 2026-02-20 17:47:37 +09:00
  • 4bbc55bb02 fix(variant): respect TUI variant and enforce max in ultrawork mode YeonGyu-Kim 2026-02-20 17:47:21 +09:00
  • 42b34fb5d2 chore(deps): add codex dependency YeonGyu-Kim 2026-02-20 17:47:07 +09:00
  • 41f2050cf0 chore: changes by sisyphus-dev-ai sisyphus-dev-ai 2026-02-20 04:11:41 +00:00
  • 0397470f02
    @CloudWaddie has signed the CLA in code-yeongyu/oh-my-opencode#1988 github-actions[bot] 2026-02-20 04:06:17 +00:00
  • 2021080e7c
    Merge pull request #1844 from liu-qingyuan/fix/tmux-split-defer-fifo YeonGyu-Kim 2026-02-20 11:55:32 +09:00
  • 27f60fb4d2
    Merge pull request #1956 from codeg-dev/fix/prometheus-table-restoration-and-cancel-consistency YeonGyu-Kim 2026-02-20 11:54:41 +09:00
  • 51204f2b67
    @code-yeongyu has signed the CLA in code-yeongyu/oh-my-opencode#1813 github-actions[bot] 2026-02-20 02:54:16 +00:00
  • c672a2beed
    Merge pull request #1813 from GyuminJack/fix/custom-agent-empty-response YeonGyu-Kim 2026-02-20 11:54:04 +09:00
  • 6ec6642e13
    Merge pull request #1953 from maximharizanov/fix/copilot-initiator-attribution YeonGyu-Kim 2026-02-20 11:54:01 +09:00
  • 4462124eee
    Merge pull request #1964 from code-yeongyu/fix/remove-antigravity-auto-install YeonGyu-Kim 2026-02-20 11:53:33 +09:00
  • 0f46e5b71a docs(readme): add hash-anchored Edit Tool to ko/ja/zh-cn feature lists YeonGyu-Kim 2026-02-20 11:47:13 +09:00
  • 39542330c6 docs(readme): add hash-anchored Edit Tool to feature lists YeonGyu-Kim 2026-02-20 11:29:30 +09:00
  • 9d731f59ad docs: document hashline_edit as top-level flag YeonGyu-Kim 2026-02-20 11:20:45 +09:00
  • 52b2afb6b0 fix(config): promote hashline_edit to top-level flag YeonGyu-Kim 2026-02-20 11:12:33 +09:00
  • b8a6f10f70 refactor(hashline-edit): redesign hashline format with CID-based hashing YeonGyu-Kim 2026-02-20 11:07:42 +09:00
  • f4aeee18a4 fix(schema): add no-hephaestus-non-gpt and disable_omo_env configuration options YeonGyu-Kim 2026-02-20 11:07:34 +09:00
  • 40dccd6118 fix(hashline): add autocorrect, batch mismatch reporting, and write anchors YeonGyu-Kim 2026-02-20 11:02:07 +09:00
  • f3e6cab2f8 fix(no-hephaestus-non-gpt): make toast message more blunt YeonGyu-Kim 2026-02-20 10:55:49 +09:00
  • 3dba1c49d4 feat(hooks): add no-hephaestus-non-gpt hook to enforce GPT-only for Hephaestus YeonGyu-Kim 2026-02-20 10:49:04 +09:00
  • ac1eb30fda fix(no-sisyphus-gpt): translate toast message to English YeonGyu-Kim 2026-02-20 10:44:23 +09:00
  • d556937c8e
    fix(background-output): stop defaulting full_session=true for running tasks Ze-Xuan Liu 2026-02-19 19:30:45 -06:00
  • 5f78c07189 fix(tmux): align deferred attach behavior after rebase liu-qingyuan 2026-02-20 07:13:33 +08:00
  • d2dc25e567 fix(tmux): address review feedback for split/defer reliability liu-qingyuan 2026-02-19 00:18:39 +08:00
  • 541f0d354d fix(tmux): prefer split-or-defer with FIFO deferred attach liu-qingyuan 2026-02-15 03:26:39 +08:00
  • f3c8b0d098
    @VespianRex has signed the CLA in code-yeongyu/oh-my-opencode#1957 github-actions[bot] 2026-02-19 22:02:34 +00:00
  • e758623a2e
    Merge pull request #1974 from ControlNet/dev Nguyen Khac Trung Kien 2026-02-19 23:15:41 +07:00
  • 3bcbd12e2a test(config-handler): update tests for disable_omo_env behavior ControlNet 2026-02-20 03:03:57 +11:00
  • 39a3e39b6b
    Update docs/configurations.md ControlNet 2026-02-20 02:50:11 +11:00
  • 44a1604656
    Update src/config/schema/experimental.ts ControlNet 2026-02-20 02:49:47 +11:00
  • 13fa8bccf9
    @ControlNet has signed the CLA in code-yeongyu/oh-my-opencode#1974 github-actions[bot] 2026-02-19 15:43:44 +00:00
  • ddc2edfa0a feat(environment): introduce disable_omo_env configuration option ControlNet 2026-02-20 02:31:18 +11:00
  • 6e82ef2384 fix(types): restore CI compatibility for plugin hooks and tool context Maxim Harizanov 2026-02-19 13:40:38 +02:00
  • 850fb0378e fix(copilot): mark internal hook injections as agent-initiated Maxim Harizanov 2026-02-18 21:54:20 +02:00
  • a85f7efb1d fix(copilot): keep notifications visible and detect marker via message lookup Maxim Harizanov 2026-02-18 20:15:23 +02:00
  • 64e8e164aa fix(copilot): mark internal background notifications as agent-initiated Maxim Harizanov 2026-02-18 19:55:36 +02:00
  • ca655a7deb fix(readme): swap 'For Humans' and 'For LLM Agents' installation sections YeonGyu-Kim 2026-02-19 18:46:10 +09:00
  • d4e7ddc9b9 update docs YeonGyu-Kim 2026-02-19 18:41:37 +09:00
  • c995c5b2c3 fix(hashline-edit): improve hash computation and tool description clarity YeonGyu-Kim 2026-02-19 18:19:16 +09:00
  • 0a58debd92 refactor(agents): remove dead code and update to compact skill format YeonGyu-Kim 2026-02-19 17:41:29 +09:00
  • acc28a89c1 feat(skill): merge skills and commands into unified available_items with priority sorting YeonGyu-Kim 2026-02-19 17:40:59 +09:00
  • 3adade46e3 fix(hashline-edit): stabilize TUI diff metadata and output flow YeonGyu-Kim 2026-02-19 17:09:46 +09:00
  • e14a4cfc77 feat(hephaestus): add proactive intent detection and verbalization YeonGyu-Kim 2026-02-19 16:38:24 +09:00
  • dda5bfa3b9 test(models): sync librarian fallback expectation YeonGyu-Kim 2026-02-19 16:26:10 +09:00
  • eb0931ed6d fix(ultrawork): use session agent fallback and skip same-model override YeonGyu-Kim 2026-02-19 16:26:06 +09:00
  • 5647cf83cd feat(hashline-read-enhancer): add write tool support and fix early termination YeonGyu-Kim 2026-02-19 15:54:15 +09:00
  • 09f62b1d40 feat(hashline-edit-diff-enhancer): add unified diff output and write tool support YeonGyu-Kim 2026-02-19 15:54:11 +09:00
  • 5f9b6cf176 docs(readme): remove table of contents section YeonGyu-Kim 2026-02-19 15:54:07 +09:00
  • 7c71a2dbbf fix(ultrawork): respect variant-only schema overrides YeonGyu-Kim 2026-02-19 15:43:32 +09:00
  • 35d071b1be test(hashline-read-enhancer): add hash consistency and content isolation tests YeonGyu-Kim 2026-02-19 15:24:47 +09:00
  • 64b2d69036 feat(ultrawork): implement per-message model override with deferred DB retry strategy YeonGyu-Kim 2026-02-19 15:20:53 +09:00
  • 50de1a18f2 feat(hooks): add hashline-edit-diff-enhancer for TUI inline diff display YeonGyu-Kim 2026-02-19 14:56:54 +09:00
  • 02bb5d43cc refactor(models): expand provider listings for robust fuzzy matching YeonGyu-Kim 2026-02-19 14:49:51 +09:00
  • 8c19a7b7f8 refactor(atlas): remove gemini-3-pro from fallback chain YeonGyu-Kim 2026-02-19 14:39:09 +09:00
  • da561118ce refactor(multimodal-looker): reorder fallback to k2p5 → kimi-free → gemini-flash → gpt-5.2 → glm-4.6v YeonGyu-Kim 2026-02-19 14:38:43 +09:00
  • 29d85bb63d refactor(explore): add minimax-m2.5-free as #2 fallback after grok-code-fast-1 YeonGyu-Kim 2026-02-19 14:38:09 +09:00
  • b7c6391bd5 refactor(librarian): switch fallback to minimax-m2.5-free → gemini-3-flash → big-pickle YeonGyu-Kim 2026-02-19 14:37:27 +09:00
  • c8eb0dbae3 refactor(models): upgrade zai-coding-plan default from glm-4.7 to glm-5 YeonGyu-Kim 2026-02-19 14:29:05 +09:00
  • 86a1bfa493 feat(prometheus): add GPT-5.2 optimized prompt with model-based routing YeonGyu-Kim 2026-02-19 14:04:14 +09:00
  • b86489ac92
    @itstanner5216 has signed the CLA in code-yeongyu/oh-my-opencode#1958 github-actions[bot] 2026-02-19 08:13:53 +00:00