Commit Graph

  • b122273c2f feat(skill-loader): parse MCP server config from skill frontmatter YeonGyu-Kim 2026-01-01 22:52:37 +09:00
  • 06dee7248b feat(skill-mcp): add MCP client manager with lazy loading and session cleanup YeonGyu-Kim 2026-01-01 22:52:20 +09:00
  • c8aed3f428 chore(deps): add @modelcontextprotocol/sdk and js-yaml for skill-embedded MCP support YeonGyu-Kim 2026-01-01 22:52:11 +09:00
  • 1d4b5dec4a feat(mcp): restrict grep_app tools to librarian agent only (#395) Sisyphus 2026-01-01 22:53:28 +09:00
  • a217610ae4 Fix Bun mock.module() leak between test files preventing ralph-loop tests from passing YeonGyu-Kim 2026-01-01 22:05:39 +09:00
  • b3775719b4 Update AGENTS.md documentation hierarchy with auth and hooks details YeonGyu-Kim 2026-01-01 21:36:37 +09:00
  • 490c0b626f Add auto-slash-command hook for intercepting and replacing slash commands YeonGyu-Kim 2026-01-01 20:59:36 +09:00
  • b30c17ac77 fix(recovery): more aggressive truncation, remove revert fallback YeonGyu-Kim 2026-01-01 16:46:48 +09:00
  • a5983f1678 fix(anthropic-context-window-limit-recovery): add revert fallback when truncation insufficient YeonGyu-Kim 2026-01-01 16:41:11 +09:00
  • 2948d94a3c Change recovery phase ordering to DCP → Truncate → Summarize YeonGyu-Kim 2026-01-01 16:18:52 +09:00
  • c66cfbb8c6 Remove invalid model reference from publish command YeonGyu-Kim 2026-01-01 16:18:35 +09:00
  • f66c886e0d feat(keyword-detector): show toast notification when ultrawork mode is activated (#393) Sisyphus 2026-01-01 20:58:02 +09:00
  • 1c55385cb5 feat(command-loader): add recursive subdirectory scanning for commands (#378) Udo 2026-01-01 12:34:40 +01:00
  • f3db564b2e fix: reduce context duplication from ~22k to ~11k tokens (#383) Sisyphus 2026-01-01 20:23:23 +09:00
  • 15b0ee80e1 feat(doctor): add GitHub CLI check (#384) Sisyphus 2026-01-01 20:17:22 +09:00
  • 2cab836a3b release: v2.9.1 github-actions[bot] 2026-01-01 06:44:05 +00:00
  • 4efa58616f Add skill support to sisyphus agent YeonGyu-Kim 2026-01-01 15:37:24 +09:00
  • fbae3aeb6b update readme YeonGyu-Kim 2026-01-01 14:03:27 +09:00
  • 74da07d584 @vsumner has signed the CLA in code-yeongyu/oh-my-opencode#388 github-actions[bot] 2025-12-31 20:40:23 +00:00
  • 7cd04a246c @eudresfs has signed the CLA in code-yeongyu/oh-my-opencode#385 github-actions[bot] 2025-12-31 18:03:41 +00:00
  • 1de7df4933 @ul8 has signed the CLA in code-yeongyu/oh-my-opencode#378 github-actions[bot] 2025-12-31 08:16:57 +00:00
  • ea6121ee1c @gtg7784 has signed the CLA in code-yeongyu/oh-my-opencode#377 github-actions[bot] 2025-12-31 08:05:36 +00:00
  • 4939f81625 THE ORCHESTRATOR IS COMING (#375) Junho Yeo 2025-12-31 16:06:14 +09:00
  • 820b339fae @junhoyeo has signed the CLA in code-yeongyu/oh-my-opencode#375 github-actions[bot] 2025-12-31 07:05:05 +00:00
  • 5412578600 docs: regenerate AGENTS.md hierarchy via init-deep YeonGyu-Kim 2025-12-31 14:07:14 +09:00
  • 502e9f504f release: v2.9.0 github-actions[bot] 2025-12-31 04:53:17 +00:00
  • 8c3d413c8a Restructure /init-deep command prompt with dynamic phases and concurrent execution YeonGyu-Kim 2025-12-31 13:40:57 +09:00
  • b51d0bdf65 Revert "feat(keyword-detector): improve ultrawork-mode prompt with LSP in main session execution" YeonGyu-Kim 2025-12-31 13:22:38 +09:00
  • b2adda6e90 feat(keyword-detector): improve ultrawork-mode prompt with LSP in main session execution YeonGyu-Kim 2025-12-31 13:17:53 +09:00
  • 0da20f21b0 feat(session-manager): add project path filtering for session listing YeonGyu-Kim 2025-12-31 12:42:22 +09:00
  • 2f1ede072f refactor(index): use migration module from shared YeonGyu-Kim 2025-12-31 12:41:22 +09:00
  • ffeb92eb13 refactor(config): extract config migration logic to testable module YeonGyu-Kim 2025-12-31 12:41:01 +09:00
  • d49c221cb1 fix(anthropic-context-window-limit-recovery): remove emergency fallback message revert logic YeonGyu-Kim 2025-12-31 12:31:24 +09:00
  • dea17dc3ba fix(command-loader): strip incompatible fields before registering with OpenCode YeonGyu-Kim 2025-12-31 03:13:29 +09:00
  • c6efe70f09 feat(agents): implement dynamic Sisyphus prompt system with agent metadata YeonGyu-Kim 2025-12-30 23:56:09 +09:00
  • 8cbdfbaf78 feat(init-deep): restructure Phase 1 to fire background explore first, then LSP codemap sisyphus-dev-ai 2025-12-31 03:55:48 +00:00
  • 7cb3f23c2b feat: make preemptive compaction enabled by default (#372) Sisyphus 2025-12-31 12:55:39 +09:00
  • 471cf868ff fix(doctor): unify version check to use same source as get-local-version (#367) Sisyphus 2025-12-31 12:11:10 +09:00
  • f890abdc11 release: v2.8.3 github-actions[bot] 2025-12-30 14:23:38 +00:00
  • a295202a81 fix(ralph-loop): generate transcript path from sessionID instead of relying on event properties (#355) Sisyphus 2025-12-30 23:08:30 +09:00
  • e3040ecb28 release: v2.8.2 github-actions[bot] 2025-12-30 13:42:51 +00:00
  • 066ab4b303 chore: changes by sisyphus-dev-ai sisyphus-dev-ai 2025-12-30 13:34:59 +00:00
  • bceeba8ca9 feat(hooks): enable tool-output-truncator by default YeonGyu-Kim 2025-12-30 22:22:50 +09:00
  • d8f10f53d4 fix(windows): resolve paths[0] TypeError crash on Windows startup (#351) Sisyphus 2025-12-30 22:14:04 +09:00
  • 45076041af fix: improve installation error handling with actionable suggestions (#343) Sisyphus 2025-12-30 22:04:56 +09:00
  • bcf1d02f13 chore: remove unused empty file (#349) Sohye Choi 2025-12-30 22:04:14 +09:00
  • a63f76107b fix: add --external @ast-grep/napi to CLI build command (#350) Sisyphus 2025-12-30 22:03:30 +09:00
  • 7b57364aa2 @purelledhand has signed the CLA in code-yeongyu/oh-my-opencode#349 github-actions[bot] 2025-12-30 12:05:09 +00:00
  • 37c92b86e6 release: v2.8.1 github-actions[bot] 2025-12-30 11:45:42 +00:00
  • 058e6adf96 revert(truncation-compaction): rollback to experimental opt-in config (#348) Sisyphus 2025-12-30 20:42:06 +09:00
  • 355f18d411 revert(dcp-for-compaction): move back to experimental config from hook (#346) Sisyphus 2025-12-30 20:27:19 +09:00
  • 048ed36120 release: v2.8.0 github-actions[bot] 2025-12-30 10:12:40 +00:00
  • ec61350664 refactor(dcp-for-compaction): migrate from experimental config to hook system YeonGyu-Kim 2025-12-30 19:08:55 +09:00
  • 61251737d4 chore: changes by sisyphus-dev-ai sisyphus-dev-ai 2025-12-30 09:29:24 +00:00
  • c11aa598d7 @lgandecki has signed the CLA in code-yeongyu/oh-my-opencode#341 github-actions[bot] 2025-12-30 09:10:56 +00:00
  • 5138c50a6a fix(think-mode): support GitHub Copilot proxy provider (#336) Marcus R. Brown 2025-12-30 01:46:16 -07:00
  • 0f0f49b823 feat: add Ralph Loop self-referential development loop (#337) YeonGyu-Kim 2025-12-30 17:41:03 +09:00
  • c401113537 feat(skill): add builtin skill infrastructure and improve tool descriptions (#340) YeonGyu-Kim 2025-12-30 15:15:43 +09:00
  • b8efd3c771 feat(cli): add doctor command for installation health checks (#334) Sisyphus 2025-12-30 15:06:41 +09:00
  • b92cd6ab68 @marcusrbrown has signed the CLA in code-yeongyu/oh-my-opencode#336 github-actions[bot] 2025-12-30 03:12:57 +00:00
  • f7696a1fbb refactor: rename anthropic-auto-compact to anthropic-context-window-limit-recovery YeonGyu-Kim 2025-12-30 11:40:02 +09:00
  • d33d60fe3b fix(cli): skip verbose logging for partial message text updates YeonGyu-Kim 2025-12-30 11:33:14 +09:00
  • 64053f1252 docs(sisyphus-agent): update workflow to report results when done YeonGyu-Kim 2025-12-30 11:33:12 +09:00
  • 15419d74c2 feat: wire skill tool to plugin with claude_code.skills toggle YeonGyu-Kim 2025-12-30 11:23:29 +09:00
  • 5e6ae77e73 feat: implement skill tool for loading and discovering skills YeonGyu-Kim 2025-12-30 11:23:03 +09:00
  • 1f1fefe8b7 feat: add skill metadata and discovery functions to opencode-skill-loader YeonGyu-Kim 2025-12-30 11:22:51 +09:00
  • 2c778d9352 fix: extend look_at MIME type support for Gemini API media formats YeonGyu-Kim 2025-12-30 10:05:54 +09:00
  • 17e8746eff feat: add opencode-skill-loader with 4-source priority system (#331) Sisyphus 2025-12-30 10:42:05 +09:00
  • 7324b6c6b5 docs: fix experimental config key typo in README examples (#329) Sisyphus 2025-12-30 00:10:14 +09:00
  • ca5dac71d9 fix(lsp): use fileURLToPath for Windows path handling (#281) adam2am 2025-12-29 06:02:04 -08:00
  • 2bdab59f22 release: v2.7.2 github-actions[bot] 2025-12-29 07:24:54 +00:00
  • 59507500ea fix(todo-continuation-enforcer): allow background task sessions to receive todo-continuation YeonGyu-Kim 2025-12-29 16:21:49 +09:00
  • 3a08dcaeb1 fix: detect opencode-desktop binary in installer (#313) Sisyphus 2025-12-29 10:34:11 +09:00
  • c01b21d0f8 fix(lsp): improve isServerInstalled for custom server configs (#282) adam2am 2025-12-28 17:22:38 -08:00
  • 6dd98254be fix: improve glob tool Windows compatibility and rg resolution (#309) Sisyphus 2025-12-29 10:10:22 +09:00
  • 55a3a6c9eb @Fguedes90 has signed the CLA in code-yeongyu/oh-my-opencode#319 github-actions[bot] 2025-12-28 23:34:29 +00:00
  • 765507648c release: v2.7.1 github-actions[bot] 2025-12-28 18:14:11 +00:00
  • c10bc5fcdf fix(todo-continuation-enforcer): simplify implementation and remove 10s throttle blocking background task completion YeonGyu-Kim 2025-12-29 03:10:43 +09:00
  • c0b28b0715 improve sanitize YeonGyu-Kim 2025-12-29 02:29:46 +09:00
  • dd60002a0d fix(sisyphus-agent): handle OpenCode installer failure with pinned version fallback YeonGyu-Kim 2025-12-29 01:09:28 +09:00
  • 25d2946b76 Update AGENTS.md with current project state (commit 122e918, 2025-12-28) YeonGyu-Kim 2025-12-28 19:42:56 +09:00
  • 122e918503 Add LSP tool integration to init-deep template for code intelligence analysis YeonGyu-Kim 2025-12-28 19:23:29 +09:00
  • aeff184e0c docs: add missing hooks, session tools, and sync sections across all READMEs YeonGyu-Kim 2025-12-28 18:15:32 +09:00
  • b995ea8595 @SyedTahirHussan has signed the CLA in code-yeongyu/oh-my-opencode#306 github-actions[bot] 2025-12-28 09:24:13 +00:00
  • 6e5edafeee release: v2.7.0 github-actions[bot] 2025-12-28 08:59:46 +00:00
  • bfb5d43bc2 Add AGENTS.md knowledge base documentation files YeonGyu-Kim 2025-12-28 17:40:51 +09:00
  • 385e8a97b0 Add builtin-commands feature with init-deep command and disabled_commands config option YeonGyu-Kim 2025-12-28 17:30:27 +09:00
  • 7daabf9617 Add ctx.metadata() calls for session navigation UI in background/subagent tasks YeonGyu-Kim 2025-12-28 17:00:32 +09:00
  • 5fbcb88a3f fix(todo-continuation-enforcer): persist errorBypass mode until user sends message YeonGyu-Kim 2025-12-28 16:38:03 +09:00
  • daa5f6ee5b fix(todo-continuation-enforcer): redesign with version-token state machine YeonGyu-Kim 2025-12-28 16:26:23 +09:00
  • 4d66ea9730 fix(lsp): improve error messages when LSP server is not installed (#305) Sisyphus 2025-12-28 17:38:23 +09:00
  • 4d4273603a chore: changes by sisyphus-dev-ai sisyphus-dev-ai 2025-12-28 07:57:05 +00:00
  • 7b7c14301e fix(dcp): correct storage path to match OpenCode's actual location YeonGyu-Kim 2025-12-28 16:13:50 +09:00
  • e3be656f86 fix: disable todo-continuation for plan mode agents (#303) Sisyphus 2025-12-28 16:02:04 +09:00
  • c11cb2e3f1 fix: defer module-level side effects to prevent Bun 1.3.5 + macOS 15 segfault (#301) Sisyphus 2025-12-28 15:55:47 +09:00
  • 195e8dcb17 refactor(todo-continuation-enforcer): improve state machine and injection logic YeonGyu-Kim 2025-12-28 15:49:13 +09:00
  • 284e7f5bc3 fix(anthropic-auto-compact): use correct MESSAGE_STORAGE path for session messages YeonGyu-Kim 2025-12-28 15:49:04 +09:00
  • 465c9e511f feat(comment-checker): pass custom_prompt to CLI YeonGyu-Kim 2025-12-28 15:01:37 +09:00
  • 18d134fa57 fix(background-agent): prevent memory leak - completed tasks now removed from Map (#302) YeonGyu-Kim 2025-12-28 14:59:06 +09:00
  • 092718f82d fix(thinking-block-validator): handle text content parts in message validation YeonGyu-Kim 2025-12-28 14:55:27 +09:00