-
8805386bea
merge: clawcode-issue-9406-commands-skill-install into main
main
Yeachan-Heo
2026-04-02 13:55:42 +00:00
-
-
c9f26013d8
merge: clawcode-issue-9405-plugins-execution-pipeline into main
Yeachan-Heo
2026-04-02 13:55:42 +00:00
-
-
703bbeef06
merge: clawcode-issue-9404-tools-plan-worktree into main
Yeachan-Heo
2026-04-02 13:55:42 +00:00
-
-
5d8e131c14
Wire plugin hooks and lifecycle into runtime startup
Yeachan-Heo
2026-04-02 10:04:54 +00:00
-
-
-
e780142886
Make /skills install reusable skill packs
Yeachan-Heo
2026-04-02 10:03:22 +00:00
-
-
-
5c845d582e
Close the plan-mode parity gap for worktree-local tool flows
Yeachan-Heo
2026-04-02 10:01:33 +00:00
-
-
93d98ab33f
fix: suppress WIP dead_code/clippy warnings in rusty-claude-cli
YeonGyu-Kim
2026-04-02 18:38:47 +09:00
-
6e642a002d
Merge branch 'dori/commands-parity' into main
YeonGyu-Kim
2026-04-02 18:37:00 +09:00
-
-
b92bd88cc8
Merge branch 'dori/tools-parity'
YeonGyu-Kim
2026-04-02 18:36:41 +09:00
-
-
ef48b7e515
Merge branch 'dori/hooks-parity' into main
YeonGyu-Kim
2026-04-02 18:36:37 +09:00
-
-
12bf23b440
Merge branch 'dori/mcp-parity'
YeonGyu-Kim
2026-04-02 18:35:38 +09:00
-
-
d88144d4a5
feat(commands): slash-command validation, help formatting, CLI wiring
YeonGyu-Kim
2026-04-02 18:24:47 +09:00
-
73187de6ea
feat(tools): error propagation, REPL timeout, edge-case validation
YeonGyu-Kim
2026-04-02 18:24:39 +09:00
-
3b18ce9f3f
feat(mcp): add toolCallTimeoutMs, timeout/reconnect/error handling
YeonGyu-Kim
2026-04-02 18:24:30 +09:00
-
-
-
f2dd6521ed
feat(hooks): add PostToolUseFailure propagation, validation, and tests
YeonGyu-Kim
2026-04-02 18:24:12 +09:00
-
29530f9210
Merge remote-tracking branch 'origin/dori/plugins-parity'
YeonGyu-Kim
2026-04-02 18:16:07 +09:00
-
-
c9ff4dd826
Merge remote-tracking branch 'origin/dori/hooks-parity'
YeonGyu-Kim
2026-04-02 18:16:07 +09:00
-
-
-
-
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
-
-
2929759ded
Merge remote-tracking branch 'origin/rcc/plugins' into integration/dori-cleanroom
YeonGyu-Kim
2026-04-01 19:13:53 +09:00
-
-
543b7725ee
fix: add env_lock guard to git discovery tests
YeonGyu-Kim
2026-04-01 19:00:28 +09:00
-
c849c0672f
fix: resolve all post-merge compile errors
YeonGyu-Kim
2026-04-01 18:57:50 +09:00
-
6f1ff24cea
fix: update prompt tests for post-plugins-merge format
YeonGyu-Kim
2026-04-01 18:52:23 +09:00
-
-
c2e41ba205
fix: post-plugins-merge cleanroom fixes and workspace deps
YeonGyu-Kim
2026-04-01 18:48:39 +09:00
-
6e8bd15154
Merge remote-tracking branch 'origin/rcc/plugins' into integration/dori-cleanroom
YeonGyu-Kim
2026-04-01 18:37:04 +09:00
-
-
d7d20c66a6
docs: update README with Claw Code branding and feature parity
YeonGyu-Kim
2026-04-01 18:34:24 +09:00
-
df6230d42e
cleanroom: apply clean-room scrub on latest codebase
YeonGyu-Kim
2026-04-01 18:00:53 +09:00
-
3812c0f192
Make agents and skills commands usable beyond placeholder parsing
Yeachan-Heo
2026-04-01 08:30:02 +00:00
-
def861bfed
Implement upstream slash command parity for plugin metadata surfaces
Yeachan-Heo
2026-04-01 08:19:25 +00:00
-
381d061e27
feat: expand slash command surface
Yeachan-Heo
2026-04-01 08:15:23 +00:00
-
5b95e0cfe5
feat: command surface follow-up integration
Yeachan-Heo
2026-04-01 08:10:23 +00:00
-
a7b77d0ec8
Clear stale enabled state during plugin loader pruning
Yeachan-Heo
2026-04-01 08:07:14 +00:00
-
-
-
f500d785e7
feat: command surface and slash completion wiring
Yeachan-Heo
2026-04-01 08:05:22 +00:00
-
37b42ba319
Prove raw tool output truncation stays display-only
Yeachan-Heo
2026-04-01 08:03:22 +00:00
-
c7ff9f5339
Preserve ILM-style conversation continuity during auto compaction
Yeachan-Heo
2026-04-01 07:55:25 +00:00
-
633faf8336
Keep CLI tool previews readable without truncating session data
Yeachan-Heo
2026-04-01 07:53:03 +00:00
-
1a09a587fc
Keep CLI tool rendering readable without dropping result fidelity
Yeachan-Heo
2026-04-01 07:49:20 +00:00
-
be2bce7f8e
Ignore reasoning blocks in runtime adapters without affecting tool/text flows
Yeachan-Heo
2026-04-01 08:06:10 +00:00
-
dc2a817360
Accept reasoning-style content blocks in the Rust API parser
Yeachan-Heo
2026-04-01 08:06:10 +00:00
-
aea2adb9c8
Allow subagent tool flows to reach plugin-provided tools
Yeachan-Heo
2026-04-01 07:36:05 +00:00
-
1d7bf685e5
Harden installed-plugin discovery against stale registry state
Yeachan-Heo
2026-04-01 07:34:55 +00:00
-
7c115d1e07
feat: plugin subsystem progress
Yeachan-Heo
2026-04-01 07:30:20 +00:00
-
884ea4962a
Tighten plugin manifest validation and installed-plugin discovery
Yeachan-Heo
2026-04-01 07:23:10 +00:00
-
b757e96c13
Keep plugin-aware CLI validation aligned with the shared registry
Yeachan-Heo
2026-04-01 07:22:41 +00:00
-
5812c9bd9e
feat: plugin system follow-up progress
Yeachan-Heo
2026-04-01 07:20:13 +00:00
-
dcd9b4f3d2
test: cover installed plugin directory scanning
Yeachan-Heo
2026-04-01 07:16:13 +00:00
-
c0a3985f89
feat: plugin subsystem final in-flight progress
Yeachan-Heo
2026-04-01 06:58:00 +00:00
-
d7c943b78f
feat: plugin hooks + tool registry + CLI integration
Yeachan-Heo
2026-04-01 06:55:39 +00:00
-
ee0c4cd097
feat: plugin subsystem progress
Yeachan-Heo
2026-04-01 06:50:18 +00:00
-
5d14ff1d5f
feat: plugin subsystem — loader, hooks, tools, bundled, CLI
Yeachan-Heo
2026-04-01 06:45:13 +00:00
-
ddbfcb4be9
feat: plugins progress
Yeachan-Heo
2026-04-01 06:25:27 +00:00
-
ed12397bbb
feat: plugin registry + validation + hooks
Yeachan-Heo
2026-04-01 06:00:49 +00:00