Commit Graph

  • f10734c545 fix(publish): use batch publishing to prevent OIDC token expiration justsisyphus 2026-01-19 15:10:47 +09:00
  • 86e01b5078 docs justsisyphus 2026-01-19 14:58:11 +09:00
  • 380b946681 docs justsisyphus 2026-01-19 14:58:11 +09:00
  • 1d0a3066ea plan writing justsisyphus 2026-01-19 14:52:32 +09:00
  • f935231184 plan writing justsisyphus 2026-01-19 14:52:32 +09:00
  • 77172206bf docs update justsisyphus 2026-01-19 14:51:26 +09:00
  • b0bb4048c9 docs update justsisyphus 2026-01-19 14:51:26 +09:00
  • 692603776a fix(background-agent): prevent premature task completion when agent still running justsisyphus 2026-01-19 14:34:15 +09:00
  • bf3f8e5005 fix(background-agent): prevent premature task completion when agent still running justsisyphus 2026-01-19 14:34:15 +09:00
  • ab19ca585c feat(ultrawork): add mandatory certainty and no-compromise clauses to ultrawork prompt justsisyphus 2026-01-19 14:30:35 +09:00
  • faac9e9908 feat(ultrawork): add mandatory certainty and no-compromise clauses to ultrawork prompt justsisyphus 2026-01-19 14:30:35 +09:00
  • 598ef87761 docs: sync installation guides across language READMEs justsisyphus 2026-01-19 13:43:25 +09:00
  • d929184c1e docs: sync installation guides across language READMEs justsisyphus 2026-01-19 13:43:25 +09:00
  • f9737be4f0 docs: extract Features section to docs/features.md justsisyphus 2026-01-19 13:36:05 +09:00
  • 693c9e0daf docs: extract Features section to docs/features.md justsisyphus 2026-01-19 13:36:05 +09:00
  • 4d401bceb5 @gilbrotheraway has signed the CLA in code-yeongyu/oh-my-opencode#908 github-actions[bot] 2026-01-19 05:19:51 +00:00
  • c0ed3006c0 @gilbrotheraway has signed the CLA in code-yeongyu/oh-my-opencode#908 github-actions[bot] 2026-01-19 05:19:51 +00:00
  • 8028b9ca6a fix(skill-mcp): allow object args and strip quotes gilbrotheraway 2026-01-19 02:14:01 -03:00
  • 5c88abda7c fix(skill-mcp): allow object args and strip quotes gilbrotheraway 2026-01-19 02:14:01 -03:00
  • fc669bfea5 fix: correct config.data.model access pattern and use dynamic config paths Kenny 2026-01-18 22:08:27 -05:00
  • 6956ce0a19 fix: correct config.data.model access pattern and use dynamic config paths Kenny 2026-01-18 22:08:27 -05:00
  • 1fb772f990 refactor(agents): remove unused createSisyphusJuniorAgent function justsisyphus 2026-01-19 10:57:31 +09:00
  • 8cad7ccf91 refactor(agents): remove unused createSisyphusJuniorAgent function justsisyphus 2026-01-19 10:57:31 +09:00
  • 6eda8d3664 test: stabilize non-interactive env hook Victor Sumner 2026-01-18 20:39:02 -05:00
  • 4e8106b019 test: stabilize non-interactive env hook Victor Sumner 2026-01-18 20:39:02 -05:00
  • 512792f00e fix(types): add null checks for optional sessionID and startedAt fields justsisyphus 2026-01-19 10:35:47 +09:00
  • c6fb0c701b fix(types): add null checks for optional sessionID and startedAt fields justsisyphus 2026-01-19 10:35:47 +09:00
  • 66e1a15ebd test(background-agent): add non-blocking queue tests justsisyphus 2026-01-19 10:27:50 +09:00
  • ebaab5aa60 test(background-agent): add non-blocking queue tests justsisyphus 2026-01-19 10:27:50 +09:00
  • a4488a765e feat(ui): show pending/queued status in toast and background_output justsisyphus 2026-01-19 10:22:34 +09:00
  • 92942a562f feat(ui): show pending/queued status in toast and background_output justsisyphus 2026-01-19 10:22:34 +09:00
  • 7fefbe5f3a fix(background-agent): use queuedAt for pending task TTL justsisyphus 2026-01-19 10:19:48 +09:00
  • 9710e10aca fix(background-agent): use queuedAt for pending task TTL justsisyphus 2026-01-19 10:19:48 +09:00
  • b70b94b39f feat(background-agent): support cancelling pending tasks justsisyphus 2026-01-19 10:18:10 +09:00
  • d6723a7d11 feat(background-agent): support cancelling pending tasks justsisyphus 2026-01-19 10:18:10 +09:00
  • ca55f4b0a9 fix(background-agent): track pending tasks in pendingByParent justsisyphus 2026-01-18 14:39:11 +09:00
  • 933c0c99c5 fix(background-agent): track pending tasks in pendingByParent justsisyphus 2026-01-18 14:39:11 +09:00
  • 4093838806 feat(background-agent): implement per-key queue processor justsisyphus 2026-01-18 14:36:06 +09:00
  • 54f448583c feat(background-agent): implement per-key queue processor justsisyphus 2026-01-18 14:36:06 +09:00
  • a9d160fa39 feat(background-agent): make launch() non-blocking justsisyphus 2026-01-18 14:33:42 +09:00
  • 481770e599 feat(background-agent): make launch() non-blocking justsisyphus 2026-01-18 14:33:42 +09:00
  • 500d896344 feat(background-agent): add per-key queue structure justsisyphus 2026-01-18 14:29:46 +09:00
  • b053df42fb feat(background-agent): add per-key queue structure justsisyphus 2026-01-18 14:29:46 +09:00
  • e4f92ce425 feat(background-agent): add pending status and queuedAt field justsisyphus 2026-01-18 14:26:49 +09:00
  • 426fb36040 feat(background-agent): add pending status and queuedAt field justsisyphus 2026-01-18 14:26:49 +09:00
  • 7e70c12a44 @ikx94 has signed the CLA in code-yeongyu/oh-my-opencode#902 github-actions[bot] 2026-01-18 23:17:47 +00:00
  • fca30546f9 @ikx94 has signed the CLA in code-yeongyu/oh-my-opencode#902 github-actions[bot] 2026-01-18 23:17:47 +00:00
  • 64117a368f fix: correct error message for missing model config Kenny 2026-01-18 08:16:20 -05:00
  • f39f77d155 fix: correct error message for missing model config Kenny 2026-01-18 08:16:20 -05:00
  • 87bdd9f67b fix(ci): parallelize npm publish to prevent OIDC token expiration justsisyphus 2026-01-18 13:12:08 +09:00
  • 6a4bac9478 fix(ci): parallelize npm publish to prevent OIDC token expiration justsisyphus 2026-01-18 13:12:08 +09:00
  • 3284371467 restore gitignore Kenny 2026-01-17 12:52:07 -05:00
  • c910820cdb restore gitignore Kenny 2026-01-17 12:52:07 -05:00
  • 76508cfc7d fix: remove hardcoded model defaults from categories and agents Kenny 2026-01-17 12:51:03 -05:00
  • c698a5b888 fix: remove hardcoded model defaults from categories and agents Kenny 2026-01-17 12:51:03 -05:00
  • 8651f2d41c @G-hoon has signed the CLA in code-yeongyu/oh-my-opencode#879 github-actions[bot] 2026-01-17 15:27:53 +00:00
  • 31dfef85b8 @G-hoon has signed the CLA in code-yeongyu/oh-my-opencode#879 github-actions[bot] 2026-01-17 15:27:53 +00:00
  • be1af6d980 Merge pull request #870 from qwertystars/fix/mcp-oauth-autodetect Kenny 2026-01-17 09:39:03 -05:00
  • 0ce87085db Merge pull request #870 from qwertystars/fix/mcp-oauth-autodetect Kenny 2026-01-17 09:39:03 -05:00
  • 24f46c1638 refactor(orchestrator): enable parallel delegation by default justsisyphus 2026-01-17 22:04:55 +09:00
  • 753fd809b5 refactor(orchestrator): enable parallel delegation by default justsisyphus 2026-01-17 22:04:55 +09:00
  • f1393d3e85 docs: regenerate hierarchical AGENTS.md with deep investigation justsisyphus 2026-01-17 22:01:56 +09:00
  • 6d99b5c1fc docs: regenerate hierarchical AGENTS.md with deep investigation justsisyphus 2026-01-17 22:01:56 +09:00
  • 86af550056 refactor(delegate-task): use empty array instead of null for skills parameter justsisyphus 2026-01-17 20:40:35 +09:00
  • 255f535a50 refactor(delegate-task): use empty array instead of null for skills parameter justsisyphus 2026-01-17 20:40:35 +09:00
  • a104a05287 fix(momus): constrain reviewer to evaluate documentation, not design direction justsisyphus 2026-01-17 20:32:29 +09:00
  • 2206d68523 fix(momus): constrain reviewer to evaluate documentation, not design direction justsisyphus 2026-01-17 20:32:29 +09:00
  • db41a6fb01 chore: remove 1,152 lines of verified dead code (#874) justsisyphus 2026-01-17 21:12:55 +09:00
  • b643dd4f19 chore: remove 1,152 lines of verified dead code (#874) justsisyphus 2026-01-17 21:12:55 +09:00
  • 2940c483f4 fix(mcp): disable OAuth auto-detection for built-in MCPs qwertystars 2026-01-17 16:36:23 +05:30
  • 0ed1d183d4 fix(mcp): disable OAuth auto-detection for built-in MCPs qwertystars 2026-01-17 16:36:23 +05:30
  • 3afc8e777f Add /ulw-loop command for ultrawork mode loop (#867) YeonGyu-Kim 2026-01-17 19:56:50 +09:00
  • d13e8411f0 Add /ulw-loop command for ultrawork mode loop (#867) YeonGyu-Kim 2026-01-17 19:56:50 +09:00
  • 825d636bf2 docs(agents): regenerate hierarchical AGENTS.md with init-deep justsisyphus 2026-01-17 19:16:49 +09:00
  • 36b665ed89 docs(agents): regenerate hierarchical AGENTS.md with init-deep justsisyphus 2026-01-17 19:16:49 +09:00
  • 0aa3e31051 Merge pull request #868 from code-yeongyu/feat/deepwiki Nguyen Khac Trung Kien 2026-01-17 16:42:16 +07:00
  • 987ae46841 Merge pull request #868 from code-yeongyu/feat/deepwiki Nguyen Khac Trung Kien 2026-01-17 16:42:16 +07:00
  • d00f321101 Add DeepWiki badge to README Nguyen Khac Trung Kien 2026-01-17 16:41:49 +07:00
  • 74e9834797 Add DeepWiki badge to README Nguyen Khac Trung Kien 2026-01-17 16:41:49 +07:00
  • 98e91e508c fix(lsp): display diagnostics errors as error blocks in TUI justsisyphus 2026-01-17 18:14:50 +09:00
  • 5657c3aa28 fix(lsp): display diagnostics errors as error blocks in TUI justsisyphus 2026-01-17 18:14:50 +09:00
  • 9d815a5697 feat(skill-mcp): add auto-reconnect retry on "Not connected" errors justsisyphus 2026-01-17 18:14:48 +09:00
  • c433e7397e feat(skill-mcp): add auto-reconnect retry on "Not connected" errors justsisyphus 2026-01-17 18:14:48 +09:00
  • 0488c0b3ff fix(ci): make merge-to-master non-fatal when workflow files change justsisyphus 2026-01-17 18:05:53 +09:00
  • dec35d28a7 fix(ci): make merge-to-master non-fatal when workflow files change justsisyphus 2026-01-17 18:05:53 +09:00
  • cce62d2c5d fix(ci): add workflows permission for pushing to master justsisyphus 2026-01-17 18:05:00 +09:00
  • 1f493cc921 fix(ci): add workflows permission for pushing to master justsisyphus 2026-01-17 18:05:00 +09:00
  • 1c5fe314c8 fix(ci): stash before checkout in merge step justsisyphus 2026-01-17 17:58:48 +09:00
  • ef7276a46a fix(ci): stash before checkout in merge step justsisyphus 2026-01-17 17:58:48 +09:00
  • d44c494fd9 chore(release): bump platform packages to 3.0.0-beta.9 justsisyphus 2026-01-17 17:54:57 +09:00
  • a2f64e18f3 chore(release): bump platform packages to 3.0.0-beta.9 justsisyphus 2026-01-17 17:54:57 +09:00
  • ace7557de3 Merge pull request #846 from LTS2/fix/826-sisyphus-junior-model-override Jeremy Gollehon 2026-01-17 00:52:46 -08:00
  • e37493a6db Merge pull request #846 from LTS2/fix/826-sisyphus-junior-model-override Jeremy Gollehon 2026-01-17 00:52:46 -08:00
  • 9869e4351e Revert "ci: skip platform packages (already published manually)" justsisyphus 2026-01-17 17:46:16 +09:00
  • c0be58b2ce Revert "ci: skip platform packages (already published manually)" justsisyphus 2026-01-17 17:46:16 +09:00
  • daf3e54a6a ci: skip platform packages (already published manually) justsisyphus 2026-01-17 17:45:33 +09:00
  • beab015512 ci: skip platform packages (already published manually) justsisyphus 2026-01-17 17:45:33 +09:00
  • cee3e465ca test(background-agent): add stale detection unit tests justsisyphus 2026-01-17 17:43:16 +09:00
  • 638842966f test(background-agent): add stale detection unit tests justsisyphus 2026-01-17 17:43:16 +09:00
  • 0f30074869 feat(background-agent): add stale session detection and auto-interrupt justsisyphus 2026-01-17 17:40:58 +09:00