Commit Graph

  • 97be23dd69 feat(hooks): add hook error propagation and execution ordering tests YeonGyu-Kim 2026-04-02 18:16:00 +09:00
  • 46853a17df feat(plugins): add plugin loading error handling and manifest validation YeonGyu-Kim 2026-04-02 18:15:37 +09:00
  • 485b25a6b4 fix: resolve merge conflicts between commands-parity and stub-commands branches YeonGyu-Kim 2026-04-02 18:14:09 +09:00
  • cad4dc3a51 Merge remote-tracking branch 'origin/dori/integration-tests' YeonGyu-Kim 2026-04-02 18:12:34 +09:00
  • ece246b7f9 Merge remote-tracking branch 'origin/dori/stub-commands' YeonGyu-Kim 2026-04-02 18:12:34 +09:00
  • 23c8b42175 Merge remote-tracking branch 'origin/dori/commands-parity' YeonGyu-Kim 2026-04-02 18:12:10 +09:00
  • cb72eb1bf8 Merge remote-tracking branch 'origin/dori/tools-parity' YeonGyu-Kim 2026-04-02 18:12:10 +09:00
  • 65064c01db test(cli): expand integration tests for CLI args, config, and slash command dispatch YeonGyu-Kim 2026-04-02 18:11:25 +09:00
  • 6c5ee95fa2 feat(cli): implement stub slash commands with proper scaffolding YeonGyu-Kim 2026-04-02 18:10:32 +09:00
  • 54fa43307c feat(runtime): add tests and improve error handling across runtime crate YeonGyu-Kim 2026-04-02 18:10:12 +09:00
  • 731ba9843b feat(commands): add slash command argument validation with clear error messages YeonGyu-Kim 2026-04-02 18:09:48 +09:00
  • f5fa3e26c8 refactor(tools): replace panic paths with proper error handling YeonGyu-Kim 2026-04-02 18:04:55 +09:00
  • f49b39f469 refactor(runtime): replace unwrap panics with proper error propagation in session.rs YeonGyu-Kim 2026-04-02 18:02:40 +09:00
  • 6e4b0123a6 fix: resolve clippy warnings, apply cargo fmt, skip env-dependent test YeonGyu-Kim 2026-04-02 17:52:31 +09:00
  • 8f1f65dd98 Preserve explicit resume paths while parsing slash command arguments Yeachan-Heo 2026-04-02 08:40:34 +00:00
  • 9fb79d07ee Merge remote-tracking branch 'origin/omx-issue-9203-release-binary' Yeachan-Heo 2026-04-02 08:37:36 +00:00
  • c0be23b4f6 Merge remote-tracking branch 'origin/omx-issue-9202-release-harness' Yeachan-Heo 2026-04-02 08:35:56 +00:00
  • 3c73f0ffb3 Merge remote-tracking branch 'origin/omx-issue-9201-release-ci' Yeachan-Heo 2026-04-02 08:32:15 +00:00
  • 769435665a Merge remote-tracking branch 'origin/omx-issue-9103-clawcode-ux-enhance' Yeachan-Heo 2026-04-02 08:30:05 +00:00
  • 7858fc86a1 merge: omx-issue-9102-opencode-ux-compare into main Yeachan-Heo 2026-04-02 08:23:21 +00:00
  • 04b7e41a3c merge: omx-issue-9101-codex-ux-compare into main Yeachan-Heo 2026-04-02 08:16:42 +00:00
  • 9cad6d2de3 merge: gaebal/cli-dispatch-top5 into main Yeachan-Heo 2026-04-02 08:16:42 +00:00
  • 07aae875e5 Prevent command-shaped claw invocations from silently becoming prompts Yeachan-Heo 2026-04-02 07:44:39 +00:00
  • 346a2919ff ci: add rust github actions workflow Yeachan-Heo 2026-04-02 07:40:01 +00:00
  • b3b14cff79 Prevent resumed slash commands from dropping release-critical arguments Yeachan-Heo 2026-04-02 07:37:25 +00:00
  • aea6b9162f Keep Rust PRs green with a minimal CI gate Yeachan-Heo 2026-04-02 07:31:56 +00:00
  • 79da7c0adf Make claw's REPL feel self-explanatory from analysis through commit Yeachan-Heo 2026-04-02 07:20:35 +00:00
  • 8f737b13d2 Reduce REPL overhead for orchestration-heavy workflows Yeachan-Heo 2026-04-02 07:19:14 +00:00
  • a127ad7878 Reduce CLI dead-ends around help and session recovery Yeachan-Heo 2026-04-02 07:15:03 +00:00
  • fd0a299e19 test: cover new CLI slash command handlers Yeachan-Heo 2026-04-02 06:05:24 +00:00
  • d26fa889c0 feat: wire top CLI slash command handlers Yeachan-Heo 2026-04-02 06:00:00 +00:00
  • 765635b312 chore: clean up post-merge compiler warnings YeonGyu-Kim 2026-04-02 14:00:07 +09:00
  • de228ee5a6 fix: forward prompt cache events through clients YeonGyu-Kim 2026-04-02 11:38:24 +09:00
  • 0bd0914347 fix: stabilize merge fallout test fixtures YeonGyu-Kim 2026-04-02 11:31:53 +09:00
  • 12c364da34 fix: align session tests with jsonl persistence YeonGyu-Kim 2026-04-02 11:31:53 +09:00
  • ffb133851e fix: cover merged prompt cache behavior YeonGyu-Kim 2026-04-02 11:31:53 +09:00
  • de589d47a5 fix: restore anthropic request profile integration YeonGyu-Kim 2026-04-02 11:31:53 +09:00
  • 8476d713a8 Merge remote-tracking branch 'origin/rcc/cache-tracking' into integration/dori-cleanroom YeonGyu-Kim 2026-04-02 11:17:13 +09:00
  • 416c8e89b9 fix: restore telemetry merge build compatibility YeonGyu-Kim 2026-04-02 11:16:56 +09:00
  • 164bd518a1 Merge remote-tracking branch 'origin/rcc/telemetry' into integration/dori-cleanroom YeonGyu-Kim 2026-04-02 11:13:56 +09:00
  • 2c51b17207 Merge remote-tracking branch 'origin/rcc/parity-fix' into integration/dori-cleanroom YeonGyu-Kim 2026-04-02 11:11:42 +09:00
  • 9ce259451c Merge remote-tracking branch 'origin/rcc/jsonl-session' into integration/dori-cleanroom YeonGyu-Kim 2026-04-02 11:10:48 +09:00
  • 9e06ea58f0 Merge remote-tracking branch 'origin/rcc/hook-pipeline' into integration/dori-cleanroom YeonGyu-Kim 2026-04-02 11:05:03 +09:00
  • 32f482e79a Merge remote-tracking branch 'origin/rcc/ant-tools' into integration/dori-cleanroom YeonGyu-Kim 2026-04-02 10:56:41 +09:00
  • 3790c5319a fix: adjust post-merge Rust CLI tests YeonGyu-Kim 2026-04-02 10:46:51 +09:00
  • 522c1ff7fb Merge remote-tracking branch 'origin/rcc/grok' into integration/dori-cleanroom YeonGyu-Kim 2026-04-02 10:45:15 +09:00
  • 3eff3c4f51 fix: resolve post-sandbox merge import duplication YeonGyu-Kim 2026-04-02 10:43:04 +09:00
  • 1d4c8a8f50 Merge remote-tracking branch 'origin/rcc/sandbox' into integration/dori-cleanroom YeonGyu-Kim 2026-04-02 10:42:15 +09:00
  • 3bca74d446 Merge remote-tracking branch 'origin/rcc/git' into integration/dori-cleanroom YeonGyu-Kim 2026-04-02 10:38:55 +09:00
  • ac3bc539dd Merge remote-tracking branch 'origin/rcc/cost' into integration/dori-cleanroom YeonGyu-Kim 2026-04-02 10:36:30 +09:00
  • fa81684707 docs: replace WSJ README section with related projects cards fix/ui-parity Yeachan-Heo 2026-04-02 00:06:06 +00:00
  • b8d78c9a53 feat: add honest plugin inspection reporting Yeachan-Heo 2026-04-02 00:04:23 +00:00
  • a2f22b1ece feat: add hooks inspection report Yeachan-Heo 2026-04-01 23:47:18 +00:00
  • 05bcf6751b docs: add crypto affiliation disclaimer Yeachan-Heo 2026-04-01 23:41:05 +00:00
  • fdd06e814b feat(rust): surface workspace skill discovery in /skills Yeachan-Heo 2026-04-01 23:34:38 +00:00
  • 8599bac67b docs(readme): add philosophy section Yeachan-Heo 2026-04-01 23:21:05 +00:00
  • 06ee5a2dc4 test(parity): lock clean JSON prompt transport output Yeachan-Heo 2026-04-01 23:15:15 +00:00
  • ded9057ed9 Align Rust plugin skill and agent loading with upstream routing semantics fix/plugin-loading-parity Yeachan-Heo 2026-04-01 22:07:17 +00:00
  • bcaf6e0771 Bring slash-command UX closer to the TypeScript terminal UI Yeachan-Heo 2026-04-01 21:57:13 +00:00
  • 685d5fef9f Restore slash skill invocation parity after the main merge fix/skill-invoke Yeachan-Heo 2026-04-01 21:25:00 +00:00
  • 95e1290d23 merge: release/0.1.0 Yeachan-Heo 2026-04-01 21:05:52 +00:00
  • 9415d9c9af Converge the release REPL hardening onto the redesigned CLI release/0.1.0 Yeachan-Heo 2026-04-01 20:11:13 +00:00
  • a121285a0e Make the CLI feel guided and navigable before release Yeachan-Heo 2026-04-01 13:36:17 +00:00
  • c0d30934e7 Present Claw Code as the current Rust product Yeachan-Heo 2026-04-01 16:46:27 +00:00
  • 83bbf5c7cb Present Claw Code as the current Rust product feat/release-0.1.0-readme Yeachan-Heo 2026-04-01 16:46:27 +00:00
  • 85f0e892c5 Clarify the Rust 0.1.0 public release surface Yeachan-Heo 2026-04-01 16:15:31 +00:00
  • 864a9124fc Make the CLI feel guided and navigable before release feat/uiux-redesign Yeachan-Heo 2026-04-01 13:36:17 +00:00
  • 7030d26e7a docs: rebalance OmX and OmO README credit Yeachan-Heo 2026-04-01 13:28:36 +00:00
  • cf0047207f docs: fix OmO hyperlink target in README Yeachan-Heo 2026-04-01 13:27:25 +00:00
  • 16c6d23e19 docs: keep minimal OmO hyperlink in README Yeachan-Heo 2026-04-01 13:26:01 +00:00
  • 8947e382e1 docs: remove remaining OMO README promo block Yeachan-Heo 2026-04-01 13:22:13 +00:00
  • 3220db2d6f docs: remove OpenClaw mention from credits YeonGyu-Kim 2026-04-01 22:16:53 +09:00
  • 54ac89e9f8 docs: restore oh-my-opencode credits — DO NOT REMOVE YeonGyu-Kim 2026-04-01 22:14:45 +09:00
  • a3e1002b7f docs: make OmX primary and reduce OmO credit Yeachan-Heo 2026-04-01 13:10:34 +00:00
  • 2b1ccb7768 docs: remove oh-my-opencode promo section (legal risk) Sisyphus 2026-04-01 22:05:58 +09:00
  • a13b1c2825 Make the REPL feel more reliable and discoverable feat/ui-hardening Yeachan-Heo 2026-04-01 13:05:32 +00:00
  • 92b784077f docs: restore oh-my-opencode credits — owner approved, DO NOT REMOVE Sisyphus 2026-04-01 22:05:02 +09:00
  • b293f37734 docs: remove oh-my-opencode credit section from README Yeachan-Heo 2026-04-01 13:03:36 +00:00
  • cdd60faf86 docs: expand oh-my-opencode section with agent details, quotes, and install command Sisyphus 2026-04-01 22:02:57 +09:00
  • ab109f698c docs: restore oh-my-opencode + Jobdori credits (DO NOT REMOVE) Sisyphus 2026-04-01 21:59:33 +09:00
  • e45e6d1eb0 docs: remove re-added OMO promo block from README Yeachan-Heo 2026-04-01 12:57:29 +00:00
  • 5a5ff07af2 docs: restore oh-my-opencode section with OMO preview image Sisyphus 2026-04-01 21:55:59 +09:00
  • dc12238d4a docs: note OmX scaffolding and architecture in Rust port credit Yeachan-Heo 2026-04-01 12:47:17 +00:00
  • dbb461efd2 docs: reclaim main README credit and remove OpenClaw slop Yeachan-Heo 2026-04-01 12:45:53 +00:00
  • 5579d8faf9 docs: use Sisyphus character image instead of banner Sisyphus 2026-04-01 21:44:46 +09:00
  • e173c4ec74 feat: git slash commands (/branch, /commit, /commit-push-pr, /worktree) Sisyphus 2026-04-01 21:39:42 +09:00
  • 9113c87594 feat: vim keybinding mode with normal/insert/visual/command modes Sisyphus 2026-04-01 21:38:46 +09:00
  • 94e6748552 docs: add LSP integration to README Sisyphus 2026-04-01 21:35:10 +09:00
  • 12182d8b3c feat: LSP client integration with diagnostics, definitions, and references Sisyphus 2026-04-01 21:34:36 +09:00
  • 821199640a docs: reorder README — oh-my-opencode section above Sisyphus banner Sisyphus 2026-04-01 21:32:16 +09:00
  • f02b21197d docs: add Sisyphus Labs banner and quotes to README Sisyphus 2026-04-01 21:31:02 +09:00
  • d27c8b3ca6 docs: rebalance README build credits around OmX and OmO Yeachan-Heo 2026-04-01 12:28:42 +00:00
  • 2ae61f356c docs: add HTTP/SSE server to README feature list Sisyphus 2026-04-01 21:26:25 +09:00
  • 49151afe69 fix: minor compatibility adjustments for server crate integration Sisyphus 2026-04-01 21:26:06 +09:00
  • 48e36d422a feat: HTTP/SSE server crate with axum (session management, event streaming) Sisyphus 2026-04-01 21:26:06 +09:00
  • 12e935b30f docs: credit Jobdori (OpenClaw) for orchestration and QA Sisyphus 2026-04-01 21:05:16 +09:00
  • 405bf0efa4 docs: add code-yeongyu credit to oh-my-opencode mentions Sisyphus 2026-04-01 21:04:26 +09:00
  • c0929aaab5 docs: credit oh-my-opencode for Rust port in README Sisyphus 2026-04-01 21:02:57 +09:00
  • 27e46d7ea6 ci: Rust workspace GitHub Actions (check, test, release build) Sisyphus 2026-04-01 20:36:48 +09:00
  • 2f54a3c11b ci: Rust workspace GitHub Actions (check, test, release build) Sisyphus 2026-04-01 20:36:48 +09:00