Commit Graph

  • 4ac0fa7bb0 fix(background-agent): preserve external concurrency keys Jeremy Gollehon 2026-01-14 22:40:16 -08:00
  • de9e9dbe68 feat(background-agent): add concurrency group field Jeremy Gollehon 2026-01-14 22:40:14 -08:00
  • c1246f61d1 feat(background-agent): add concurrency group field Jeremy Gollehon 2026-01-14 22:40:14 -08:00
  • fef272a529 fix(look-at): add path alias and validation for LLM compatibility justsisyphus 2026-01-15 14:49:56 +09:00
  • 89fa9ff167 fix(look-at): add path alias and validation for LLM compatibility justsisyphus 2026-01-15 14:49:56 +09:00
  • 09e8546d3a feat(concurrency): prevent background task races and leaks Jeremy Gollehon 2026-01-14 15:09:32 -08:00
  • 03871262b2 feat(concurrency): prevent background task races and leaks Jeremy Gollehon 2026-01-14 15:09:32 -08:00
  • 7ab7eaf2a7 fix(todo-continuation): preserve model when injecting continuation prompt justsisyphus 2026-01-15 14:30:48 +09:00
  • 4c22d6de76 fix(todo-continuation): preserve model when injecting continuation prompt justsisyphus 2026-01-15 14:30:48 +09:00
  • 366b9c0d7f perf(comment-checker): lazy init for CLI path resolution justsisyphus 2026-01-15 14:23:15 +09:00
  • 1dd369fda5 perf(comment-checker): lazy init for CLI path resolution justsisyphus 2026-01-15 14:23:15 +09:00
  • a88a76ab26 Merge pull request #801 from stranger2904/fix/session-cursor-output Kenny 2026-01-14 21:25:40 -05:00
  • 84e97ba900 Merge pull request #801 from stranger2904/fix/session-cursor-output Kenny 2026-01-14 21:25:40 -05:00
  • b96e5b6a2d fix: clean up session cursor state on session deletion Kenny 2026-01-14 21:17:41 -05:00
  • ef65f405e8 fix: clean up session cursor state on session deletion Kenny 2026-01-14 21:17:41 -05:00
  • c8486f90ba refactor: rename getNewMessages to consumeNewMessages Kenny 2026-01-14 21:06:26 -05:00
  • 3de559ff87 refactor: rename getNewMessages to consumeNewMessages Kenny 2026-01-14 21:06:26 -05:00
  • 3ee14f9ba6 fix: reset cursor when history changes Aleksey Bragin 2026-01-14 19:58:56 -05:00
  • acb16bcb27 fix: reset cursor when history changes Aleksey Bragin 2026-01-14 19:58:56 -05:00
  • d351f16c57 fix: add session cursor for tool output Aleksey Bragin 2026-01-14 19:42:27 -05:00
  • 9995b680f7 fix: add session cursor for tool output Aleksey Bragin 2026-01-14 19:42:27 -05:00
  • 4a63c834b0 Merge pull request #800 from jkoelker/fix_cli_install Kenny 2026-01-14 19:38:41 -05:00
  • 41fa37eb11 Merge pull request #800 from jkoelker/fix_cli_install Kenny 2026-01-14 19:38:41 -05:00
  • 5bf490b824 fix(cli): add copilot install flag Jason Kölker 2026-01-15 00:00:57 +00:00
  • 70bca4a7a6 fix(cli): add copilot install flag Jason Kölker 2026-01-15 00:00:57 +00:00
  • 66cf9b198d Merge pull request #681 from aw338WoWmUI/fix/installer-version-pinning Kenny 2026-01-14 17:26:03 -05:00
  • b1f19cbfbd Merge pull request #681 from aw338WoWmUI/fix/installer-version-pinning Kenny 2026-01-14 17:26:03 -05:00
  • 8be1863ed4 fix: address PR review feedback aw338WoWmUI 2026-01-15 06:02:25 +08:00
  • 8395a6eaac fix: address PR review feedback aw338WoWmUI 2026-01-15 06:02:25 +08:00
  • 45ddfdbaa2 Merge pull request #790 from stranger2904/feat/http-mcp-transport Kenny 2026-01-14 15:35:38 -05:00
  • abd1ec1092 Merge pull request #790 from stranger2904/feat/http-mcp-transport Kenny 2026-01-14 15:35:38 -05:00
  • 6c77d8f0f0 @stranger29 has signed the CLA in code-yeongyu/oh-my-opencode#795 github-actions[bot] 2026-01-14 20:31:45 +00:00
  • 5a8d9f09d9 @stranger29 has signed the CLA in code-yeongyu/oh-my-opencode#795 github-actions[bot] 2026-01-14 20:31:45 +00:00
  • 4d6935f129 Delete clean_pr_body.txt Kenny 2026-01-14 15:27:48 -05:00
  • 2c4730f094 Delete clean_pr_body.txt Kenny 2026-01-14 15:27:48 -05:00
  • a90adf6e7f fix: correct test syntax for headers verification stranger2904 2026-01-14 15:10:45 -05:00
  • 951df07c0f fix: correct test syntax for headers verification stranger2904 2026-01-14 15:10:45 -05:00
  • 5fdbad0892 Merge pull request #736 from Gladdonilli/fix/background-agent-edge-cases Kenny 2026-01-14 15:05:09 -05:00
  • 4c49299a93 Merge pull request #736 from Gladdonilli/fix/background-agent-edge-cases Kenny 2026-01-14 15:05:09 -05:00
  • aae089ffcc Merge pull request #770 from KNN-07/fix/agent-model-inheritance Kenny 2026-01-14 15:01:18 -05:00
  • 00508e9959 Merge pull request #770 from KNN-07/fix/agent-model-inheritance Kenny 2026-01-14 15:01:18 -05:00
  • 0169035f0f test: mock StreamableHTTPClientTransport for faster, deterministic tests stranger2904 2026-01-14 00:57:38 -05:00
  • c9ef648c60 test: mock StreamableHTTPClientTransport for faster, deterministic tests stranger2904 2026-01-14 00:57:38 -05:00
  • 3f0fe3b29b refactor(sisyphus-task): use dynamic model fallback from OpenCode config Kenny 2026-01-14 14:45:01 -05:00
  • 8a9ebe1012 refactor(sisyphus-task): use dynamic model fallback from OpenCode config Kenny 2026-01-14 14:45:01 -05:00
  • 371b81a3a0 @stranger2904 has signed the CLA in code-yeongyu/oh-my-opencode#788 github-actions[bot] 2026-01-14 17:06:22 +00:00
  • 014bdaeec2 @stranger2904 has signed the CLA in code-yeongyu/oh-my-opencode#788 github-actions[bot] 2026-01-14 17:06:22 +00:00
  • 7ec6d202ee feat(skill-mcp): add HTTP transport support for remote MCP servers stranger2904 2026-01-14 00:39:31 -05:00
  • 570b51d07b feat(skill-mcp): add HTTP transport support for remote MCP servers stranger2904 2026-01-14 00:39:31 -05:00
  • 28fc823486 Merge pull request #751 from Momentum96/feat/sisyphus-task-retry Kenny 2026-01-14 10:57:59 -05:00
  • a91b05d9c6 Merge pull request #751 from Momentum96/feat/sisyphus-task-retry Kenny 2026-01-14 10:57:59 -05:00
  • 68e63badbd fix(sisyphus-task): correct modelInfo.type detection to compare actual resolved model Nguyen Khac Trung Kien 2026-01-14 22:15:05 +07:00
  • 4a892a9809 fix(sisyphus-task): correct modelInfo.type detection to compare actual resolved model Nguyen Khac Trung Kien 2026-01-14 22:15:05 +07:00
  • 16c38d7230 feat(sisyphus-task): inherit parent model for categories and show fallback warning Nguyen Khac Trung Kien 2026-01-13 08:58:47 +07:00
  • 4d4966362f feat(sisyphus-task): inherit parent model for categories and show fallback warning Nguyen Khac Trung Kien 2026-01-13 08:58:47 +07:00
  • dbe51e4253 Merge pull request #776 from MotorwaySouth9/fix/config-migration-do-not-prune-agent-overrides Kenny 2026-01-14 10:02:26 -05:00
  • 0c21c72e05 Merge pull request #776 from MotorwaySouth9/fix/config-migration-do-not-prune-agent-overrides Kenny 2026-01-14 10:02:26 -05:00
  • 4a71bd8b7b Merge pull request #783 from popododo0720/fix/ulw-boundary-and-skill-mcp-args Kenny 2026-01-14 09:40:36 -05:00
  • caf50fc4c9 Merge pull request #783 from popododo0720/fix/ulw-boundary-and-skill-mcp-args Kenny 2026-01-14 09:40:36 -05:00
  • 530a825250 fix: restore mock in keyword-detector tests Kenny 2026-01-14 09:32:05 -05:00
  • 3801e42ccb fix: restore mock in keyword-detector tests Kenny 2026-01-14 09:32:05 -05:00
  • 1478845c13 Merge pull request #774 from 0Jaeyoung0/fix/bun-installation-requirement Kenny 2026-01-14 09:28:40 -05:00
  • 306dab41ad Merge pull request #774 from 0Jaeyoung0/fix/bun-installation-requirement Kenny 2026-01-14 09:28:40 -05:00
  • 55ba4b7fc8 Merge branch 'dev' into fix/ulw-boundary-and-skill-mcp-args Kenny 2026-01-14 09:27:59 -05:00
  • 9f040e020f Merge branch 'dev' into fix/ulw-boundary-and-skill-mcp-args Kenny 2026-01-14 09:27:59 -05:00
  • 1645e5f6ec @devkade has signed the CLA in code-yeongyu/oh-my-opencode#784 github-actions[bot] 2026-01-14 14:25:37 +00:00
  • 25dbcfe200 @devkade has signed the CLA in code-yeongyu/oh-my-opencode#784 github-actions[bot] 2026-01-14 14:25:37 +00:00
  • c39424a76c feat(lsp): add kotlin-ls LSP server support (#782) YeonGyu-Kim 2026-01-14 22:59:18 +09:00
  • 47a641c415 feat(lsp): add kotlin-ls LSP server support (#782) YeonGyu-Kim 2026-01-14 22:59:18 +09:00
  • 4b524b072b fix: ulw keyword word boundary and skill_mcp parseArguments object handling popododo0720 2026-01-14 21:36:32 +09:00
  • 5c4f4fc655 fix: ulw keyword word boundary and skill_mcp parseArguments object handling popododo0720 2026-01-14 21:36:32 +09:00
  • 90601d8446 release: v3.0.0-beta.7 github-actions[bot] 2026-01-14 10:16:01 +00:00
  • 2e1b467de4 release: v3.0.0-beta.7 github-actions[bot] 2026-01-14 10:16:01 +00:00
  • dbcc90a005 feat(installer): add GitHub Copilot fallback for visual/frontend agents justsisyphus 2026-01-14 19:11:28 +09:00
  • e180d295bb feat(installer): add GitHub Copilot fallback for visual/frontend agents justsisyphus 2026-01-14 19:11:28 +09:00
  • 9e94b3ffa9 docs: simplify Claude subscription Q&A in OAuth notice justsisyphus 2026-01-14 19:07:03 +09:00
  • 93e59da9d6 docs: simplify Claude subscription Q&A in OAuth notice justsisyphus 2026-01-14 19:07:03 +09:00
  • 827c8826a2 docs: add TL;DR section to English README justsisyphus 2026-01-14 19:03:59 +09:00
  • 358bd8d7fa docs: add TL;DR section to English README justsisyphus 2026-01-14 19:03:59 +09:00
  • c77ec54de0 docs: add TL;DR section to Japanese and Chinese README justsisyphus 2026-01-14 19:02:01 +09:00
  • 78d67582d6 docs: add TL;DR section to Japanese and Chinese README justsisyphus 2026-01-14 19:02:01 +09:00
  • d86917de04 fix: use dynamic message lookup for model/agent context in prompts justsisyphus 2026-01-14 18:55:46 +09:00
  • 54575ad259 fix: use dynamic message lookup for model/agent context in prompts justsisyphus 2026-01-14 18:55:46 +09:00
  • acdb0d8f2b docs: add Claude OAuth access notice and ToS disclaimer justsisyphus 2026-01-14 18:54:10 +09:00
  • 045fa79d92 docs: add Claude OAuth access notice and ToS disclaimer justsisyphus 2026-01-14 18:54:10 +09:00
  • f0ac51d4b9 refactor(background-agent): extract cleanupPendingByParent helper Gladdonilli 2026-01-14 14:08:53 +08:00
  • 4d966ec99b refactor(background-agent): extract cleanupPendingByParent helper Gladdonilli 2026-01-14 14:08:53 +08:00
  • 6f071c172f fix: address remaining PR review feedback Gladdonilli 2026-01-13 14:48:43 +08:00
  • 5d99e9ab64 fix: address remaining PR review feedback Gladdonilli 2026-01-13 14:48:43 +08:00
  • f1c05f47a3 fix: address PR review feedback Gladdonilli 2026-01-13 14:40:50 +08:00
  • 129388387b fix: address PR review feedback Gladdonilli 2026-01-13 14:40:50 +08:00
  • 0b250f9110 fix(background-agent): address 3 edge cases in task lifecycle Gladdonilli 2026-01-13 14:32:24 +08:00
  • c196db2a0e fix(background-agent): address 3 edge cases in task lifecycle Gladdonilli 2026-01-13 14:32:24 +08:00
  • 85a6f3568b fix(background-agent): omit model field to use session's lastModel justsisyphus 2026-01-14 18:02:20 +09:00
  • 6ded689d08 fix(background-agent): omit model field to use session's lastModel justsisyphus 2026-01-14 18:02:20 +09:00
  • 72fa8f2c65 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 justsisyphus 2026-01-14 17:30:04 +09:00
  • 45d660176e 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 justsisyphus 2026-01-14 17:30:04 +09:00
  • 0cfce83a63 @dang232 has signed the CLA in code-yeongyu/oh-my-opencode#777 github-actions[bot] 2026-01-14 07:42:01 +00:00
  • ffbab8f316 @dang232 has signed the CLA in code-yeongyu/oh-my-opencode#777 github-actions[bot] 2026-01-14 07:42:01 +00:00
  • 126274fa2c refactor(cli): remove OpenAI codex auth plugin setup justsisyphus 2026-01-14 15:34:20 +09:00