- e180d29 feat(installer): add GitHub Copilot fallback for visual/frontend agents
- 93e59da docs: simplify Claude subscription Q&A in OAuth notice
- 358bd8d docs: add TL;DR section to English README
- 78d6758 docs: add TL;DR section to Japanese and Chinese README
- 54575ad fix: use dynamic message lookup for model/agent context in prompts
- 045fa79 docs: add Claude OAuth access notice and ToS disclaimer
- 6ded689 fix(background-agent): omit model field to use session's lastModel
- 45d6601 refactor(lsp): consolidate LSP tools - remove lsp_hover, lsp_code_actions, lsp_code_action_resolve - merge lsp_document_symbols + lsp_workspace_symbols into lsp_symbols with scope parameter - update all references in hooks, templates, and documentation
- ffbab8f @dang232 has signed the CLA in #777
- e203130 refactor(cli): remove OpenAI codex auth plugin setup
- 0631865 style(agents): add green color to Orchestrator Sisyphus
- 2b036e7 @MotorwaySouth9 has signed the CLA in #776
- 84e1ee0 @0Jaeyoung0 has signed the CLA in #774
- 3d5319a fix(agents): block call_omo_agent from Prometheus planner (#772)
- 325ce12 fix(config): remove hidden flag from demoted plan agent
- 66f8946 fix(background-agent): preserve parent model in notifyParentSession
- 22619d1 fix(migration): remove auto model-to-category conversion (#764)
- 000a61c docs: replace Codex references with GitHub Copilot documentation
- 9f07aae feat(config): implement Copilot fallback in model assignment logic
- d7326e1 feat(installer): add GitHub Copilot support with priority-based fallback
- 34863a7 @justsisyphus has signed the CLA in #760
- a1b881f @abhijit360 has signed the CLA in #759
- 2b556e0 Merge pull request #754 from code-yeongyu/fix/sisyphus-task-sync-mode-tests
- 444b7ce fix(sisyphus-task): guard client.session.get and update sync mode tests
- 31c5951 Merge pull request #731 from oussamadouhou/fix/background-task-directory-inheritance
- 84dcb32 @kdcokenny has signed the CLA in #731
- f2dc61f Merge pull request #750 from code-yeongyu/refactor/remove-builtin-google-auth
- 1f47ea9 Merge pull request #753 from code-yeongyu/fix/todo-continuation-abort
- 3920f84 fix(todo-continuation): implement hybrid abort detection
- 42de7c3 Merge pull request #749 from Momentum96/fix/categories-deep-merge
- 1a3fb00 Merge pull request #745 from LTS2/test/deep-merge-unit-tests
- 6d4cebd Fix categories not being deep merged in mergeConfigs
- 3afdaad refactor: remove built-in Google auth in favor of external plugin
- 2042a29 test(shared): add unit tests for deep-merge utility
- c6fb5e5 @haal-laah has signed the CLA in #739
- 2dd9cf7 @LTS2 has signed the CLA in #745
- d68f90f feat(agents): enable call_omo_agent for Sisyphus-Junior subagents
- e6e25e6 fix(agents): enable call_omo_agent for background agents while restricting recursive calls
- 0c99666 Revert "fix(agents): use createAgentToolRestrictions for Sisyphus call_omo_agent deny"
- 8916a32 fix(agents): use createAgentToolRestrictions for Sisyphus call_omo_agent deny
- cddbd0d refactor(agents): move question permission from orchestrator to prometheus
- 9e81735 fix(background-agent): improve task completion detection and concurrency release
- d9ab6ab docs: update AGENTS.md hierarchy with latest structure and line counts
- cf53b2b feat(agents): enable question tool permission for Sisyphus agents
- cf66a86 Merge pull request #560 from code-yeongyu/fix/install-preserve-config
- d2a5f47 Merge pull request #677 from jkoelker/fix/add-variant-support
- 9e98cef fix(background-agent): inherit parent session directory for background tasks
- 2b8853c feat(config): add model variant support
- f9fce50 Merge pull request #728 from code-yeongyu/fix/sisyphus-orchestrator-test-assertion
- d1ffecd fix(test): update sisyphus-orchestrator test to expect preserved subagent response
- d9aabb3 Merge pull request #709 from Momentum96/fix/skill-lazy-loading
- 79bd75b refactor(skill-loader): eager loading with atomic file reads
- 14dc8ee Merge pull request #698 from chilipvlmer/fix/preserve-subagent-response
- 6ea6370 Merge pull request #726 from code-yeongyu/fix/todowrite-agent-friendly-errors
- 8646564 fix: only append ellipsis when string exceeds 100 chars
- 9048b61 Merge pull request #727 from code-yeongyu/feat/disable-call-omo-agent-default
- 4fe4fb1 feat(tools): disable call_omo_agent by default, enable via sisyphus_task
- 04ae364 fix(hooks): throw agent-friendly errors when todowrite receives invalid input
- 70d604e fix(sisyphus-junior): use categoryConfig.model instead of hardcoded sonnet-4.5 (#718)
- 8d65748 fix(prometheus): prevent agent fallback to build in background tasks (#695)
- 2314a0d fix(glob): default hidden=true and follow=true to align with OpenCode (#720)
- e620b54 @dante01yoon has signed the CLA in #710
- 0fada4d fix(config): allow Sisyphus-Junior agent customization via oh-my-opencode.json (#648)
- c792357 @Momentum96 has signed the CLA in #709
- 6bbe69a fix(skill-loader): implement eager loading to resolve empty slash commands
- 5b8c6c7 docs: add localized Chinese translation for oh-my-opencode README (#696)
- 179f57f fix(sisyphus_task): resolve sync mode JSON parse error (#708)
- f83b22c fix(cli/run): properly serialize error objects to prevent [object Object] output
- 965bb2d chore(ci): remove pinned OpenCode version in sisyphus-agent workflow
- f9dca8d fix(config): resolve category to model for Prometheus (Planner) agent (#652)
- 91c490a @chilipvlmer has signed the CLA in #698
- aa44c54 fix(sisyphus-orchestrator): preserve subagent response in output transformation
- 945b090 @Sanyue0v0 has signed the CLA in #696
- 05cd133 fix(git-master): inject user config into skill prompt (#656)
- 8ed3f7e fix: LSP tools Windows compatibility - use pathToFileURL for proper URI generation (#689)
- 42e5b5b @yimingll has signed the CLA in #689
- 8320c7c fix(cli): integrate channel-based updates in doctor and get-local-version
- 612e9b3 fix(auto-update): implement channel-based version fetching
- f27e93b fix(agents): relax Momus input validation and tighten Prometheus Momus calls to avoid false rejections (#659)
- 10a5bab fix: use version-aware zip extraction on Windows (#563)
- f615b01 fix: run build before npm publish to include correct version (#653)
- 0809de8 fix(skill-mcp): handle pre-parsed object arguments in parseArguments (#675)
- 24bdc7e fix(prompts): add missing opening tag to Sisyphus system prompt (#682)
- 49b0b5e fix(prometheus-md-only): allow nested project paths with .sisyphus directory
- 1132be3 @Coaspe has signed the CLA in #682
- 571810f fix(sisyphus-orchestrator): add cross-platform path validation for Windows support
- 83d9585 librarian notice
- f1e7b6a @aw338WoWmUI has signed the CLA in #681
- 1bbb61b fix(context-injector): inject via chat.message after claudeCodeHooks
- 2a95c91 fix(context-injector): inject only via messages.transform to preserve UI
- 307d583 fix(prometheus-md-only): cross-platform path validation for Windows support (#630) (#649)
- ce5315f refactor(keyword-detector): decouple from claude-code-hooks via ContextCollector pipeline
- 1c262a6 feat: add OPENCODE_CONFIG_DIR environment variable support (#629)
- 0c12787 fix(lsp): cleanup orphaned LSP servers on session.deleted (#676)
- 65a6a70 Fix flowchart syntax in orchestration guide (#679)
- e35a488 fix(test): extend timeout for resume sync test
- adb1a9f docs: fix model names in config examples to use valid antigravity models
- 9bfed23 docs: update agent model catalog - librarian now uses GLM-4.7 Free
- 61abd55 fix wrong merge.
- 6425d9d @KNN-07 has signed the CLA in #679
- d577449 @arthur404dev has signed the CLA in #676
- c7ae2d7 @ashir6892 has signed the CLA in #675
- 358f7f4 @kargnas has signed the CLA in #653
- 4fde139 @GollyJer has signed the CLA in #649
- b10703e @imarshallwidjaja has signed the CLA in #648
- 8b12257 fix: remove author name from agent system prompts (#634)
- 7536a12 @Luodian has signed the CLA in #634
- 0fb7657 fix: improve background task completion detection and message extraction (#638)
- d4c8ec6 @ElwinLiu has signed the CLA in #645
- d641608 @kdcokenny has signed the CLA in #629
- e6aaf57 @SJY0917032 has signed the CLA in #625
- 5242f3d fix(docs): correct plan invocation syntax from /plan to @plan
- 3f2ded5 fix(docs): escape special chars in Mermaid diagram
- aa50185 docs(orchestration): add TL;DR section for quick reference
- 185d4e1 test(ralph-loop): add tests for loop restart scenarios
- 79e9fd8 fix(background-agent): preserve parent agent context in completion notifications
- a2c2922 fix(publish): add --tag for prerelease versions
- 0581793 fix(auto-update): prevent downgrade from prerelease to stable
- afdc257 refactor(agents): unify Metis/Momus to use factory pattern
- e9aa805 fix(orchestrator-sisyphus): allow model override via config
- 751ac64 feat(librarian): add documentation discovery workflow for targeted doc investigation (#377)
- 6ef1029 fix: prevent auto-update from downgrading prerelease/dist-tag versions (#615)
- ace2098 docs: update beta install command to specific version 3.0.0-beta.1
- a975b23 @xLillium has signed the CLA in #603
- ef0220e fix: add orchestrator-sisyphus and Momus to schema
- 29cee62 docs: optimize images in readme
- 157ed64 INTRODUCING SISYPHUS LABS
- 768ecd9 THE ORCHESTRATOR (#600)
- 8394926 [ORCHESTRATOR TEST] feat(auth): multi-account Google Antigravity auth with automatic rotation (#579)
- 500dfaf docs: update opencode-antigravity-auth to 1.2.8 (#593)
- 69e542c @Gladdonilli has signed the CLA in #592
- c559037 @Yjason-K has signed the CLA in #590
- 3d49ee1 fix: respect disabled_hooks for keyword-detector in claude-code-hooks (#562)
- 1570e29 fix(session-notification): revert PR #543 and add proper notification plugin conflict detection (#575)
- cccd159 @sungchul2 has signed the CLA in #576
- a54d9b1 @minpeter has signed the CLA in #574
- b0cc1cd @LeonardoTrapani has signed the CLA in #570
- 7853f1f fix(cli): preserve user config on reinstall
- 13d3dc7 docs: update reviews section with new quotes
- 2cca1ca docs(i18n): sync reviews section with English README
- b23241e @starcomo has signed the CLA in #486
- 7981c86 fix: add EXA_API_KEY header support for websearch_exa MCP (#499)
- 115e465 docs(i18n): add plugins and plugins_override toggle documentation (#554)
- 02c1b6c docs: add plugins and plugins_override toggle documentation (#481)
- 677a7ae docs(contributing): update upstream branch name to
master->dev - 6f4649d fix: add missing LLM agent installation link in Japanese README (#500)
- 57bf845 docs(agents):
Model->Default Modelin agent breakdown - cc4299c docs: add background task concurrency configuration guide to all READMEs
Thank you to 26 community contributors:
- @junhoyeo:
- docs(agents):
Model->Default Modelin agent breakdown - docs(contributing): update upstream branch name to
master->dev - docs(i18n): add plugins and plugins_override toggle documentation (#554)
- INTRODUCING SISYPHUS LABS
- docs: optimize images in readme
- docs: update beta install command to specific version 3.0.0-beta.1
- docs(agents):
- @sisyphus-dev-ai:
- fix: add missing LLM agent installation link in Japanese README (#500)
- fix(cli): preserve user config on reinstall
- docs: update opencode-antigravity-auth to 1.2.8 (#593)
- fix(auto-update): implement channel-based version fetching
- fix(cli): integrate channel-based updates in doctor and get-local-version
- fix(todo-continuation): implement hybrid abort detection
- feat(installer): add GitHub Copilot support with priority-based fallback
- feat(config): implement Copilot fallback in model assignment logic
- docs: replace Codex references with GitHub Copilot documentation
- fix(background-agent): preserve parent model in notifyParentSession
- fix(config): remove hidden flag from demoted plan agent
- style(agents): add green color to Orchestrator Sisyphus
- refactor(cli): remove OpenAI codex auth plugin setup
- refactor(lsp): consolidate LSP tools - remove lsp_hover, lsp_code_actions, lsp_code_action_resolve - merge lsp_document_symbols + lsp_workspace_symbols into lsp_symbols with scope parameter - update all references in hooks, templates, and documentation
- fix(background-agent): omit model field to use session's lastModel
- docs: add Claude OAuth access notice and ToS disclaimer
- fix: use dynamic message lookup for model/agent context in prompts
- docs: add TL;DR section to Japanese and Chinese README
- docs: add TL;DR section to English README
- docs: simplify Claude subscription Q&A in OAuth notice
- feat(installer): add GitHub Copilot fallback for visual/frontend agents
- @geq1fan:
- docs: add plugins and plugins_override toggle documentation (#481)
- @raydocs:
- fix: add EXA_API_KEY header support for websearch_exa MCP (#499)
- @JohnC0de:
- @popododo0720:
- @jkoelker:
- fix: prevent auto-update from downgrading prerelease/dist-tag versions (#615)
- feat(config): add model variant support
- @gtg7784:
- feat(librarian): add documentation discovery workflow for targeted doc investigation (#377)
- @Gladdonilli:
- @Luodian:
- fix: remove author name from agent system prompts (#634)
- @KNN-07:
- @arthur404dev:
- fix(lsp): cleanup orphaned LSP servers on session.deleted (#676)
- @kdcokenny:
- feat: add OPENCODE_CONFIG_DIR environment variable support (#629)
- fix(glob): default hidden=true and follow=true to align with OpenCode (#720)
- fix(hooks): throw agent-friendly errors when todowrite receives invalid input
- fix: only append ellipsis when string exceeds 100 chars
- Merge pull request #726 from code-yeongyu/fix/todowrite-agent-friendly-errors
- Merge pull request #698 from chilipvlmer/fix/preserve-subagent-response
- refactor(skill-loader): eager loading with atomic file reads
- Merge pull request #709 from Momentum96/fix/skill-lazy-loading
- fix(test): update sisyphus-orchestrator test to expect preserved subagent response
- Merge pull request #728 from code-yeongyu/fix/sisyphus-orchestrator-test-assertion
- Merge pull request #560 from code-yeongyu/fix/install-preserve-config
- refactor: remove built-in Google auth in favor of external plugin
- Merge pull request #745 from LTS2/test/deep-merge-unit-tests
- Merge pull request #749 from Momentum96/fix/categories-deep-merge
- Merge pull request #753 from code-yeongyu/fix/todo-continuation-abort
- Merge pull request #750 from code-yeongyu/refactor/remove-builtin-google-auth
- Merge pull request #731 from oussamadouhou/fix/background-task-directory-inheritance
- fix(sisyphus-task): guard client.session.get and update sync mode tests
- Merge pull request #754 from code-yeongyu/fix/sisyphus-task-sync-mode-tests
- @GollyJer:
- @Coaspe:
- fix(prompts): add missing opening tag to Sisyphus system prompt (#682)
- @ashir6892:
- fix(skill-mcp): handle pre-parsed object arguments in parseArguments (#675)
- @kargnas:
- fix: run build before npm publish to include correct version (#653)
- @imarshallwidjaja:
- fix(agents): relax Momus input validation and tighten Prometheus Momus calls to avoid false rejections (#659)
- fix(config): resolve category to model for Prometheus (Planner) agent (#652)
- fix(sisyphus_task): resolve sync mode JSON parse error (#708)
- fix(config): allow Sisyphus-Junior agent customization via oh-my-opencode.json (#648)
- @yimingll:
- fix: LSP tools Windows compatibility - use pathToFileURL for proper URI generation (#689)
- @chilipvlmer:
- fix(sisyphus-orchestrator): preserve subagent response in output transformation
- @Sanyue0v0:
- docs: add localized Chinese translation for oh-my-opencode README (#696)
- @Momentum96:
- fix(skill-loader): implement eager loading to resolve empty slash commands
- Fix categories not being deep merged in mergeConfigs
- @vsumner:
- fix(sisyphus-junior): use categoryConfig.model instead of hardcoded sonnet-4.5 (#718)
- @oussamadouhou:
- fix(background-agent): inherit parent session directory for background tasks
- @LTS2:
- test(shared): add unit tests for deep-merge utility
- @justsisyphus: