• Joined on 2025-03-07
eeymoo synced and deleted reference refs/tags/docs/roadmap-808-control-plane-json-hangs at eeymoo/claw-code from mirror 2026-05-28 10:14:13 +08:00
eeymoo synced commits to main at eeymoo/claw-code from mirror 2026-05-28 02:04:12 +08:00
86f45a11ef docs(roadmap): add #807 model json hang (#3163)
87b7e74770 fix(#806): plugins show <not-found> in text mode returned empty success instead of error
ae6a207d4e fix(#3129): handle trailing json format for diff errors (#3161)
efd34c151a fix(#805): skills show <not-found> in text mode silently returned empty success instead of error
2c3c0f60e7 fix(#804): agents/skills show <name> <extra> in text mode returned wrong error instead of unexpected_extra_args
Compare 7 commits »
eeymoo synced new reference fix/issue-3129-diff-arg-json-hang to eeymoo/claw-code from mirror 2026-05-28 02:04:11 +08:00
eeymoo synced commits to fix/issue-3129-diff-arg-json-hang at eeymoo/claw-code from mirror 2026-05-28 02:04:11 +08:00
eeymoo synced new reference docs/roadmap-808-control-plane-json-hangs to eeymoo/claw-code from mirror 2026-05-28 02:04:11 +08:00
eeymoo synced commits to docs/roadmap-808-control-plane-json-hangs at eeymoo/claw-code from mirror 2026-05-28 02:04:11 +08:00
eeymoo synced commits to main at eeymoo/claw-code from mirror 2026-05-27 17:54:11 +08:00
53953a8157 fix(#801): diff non-git-dir error envelope now includes error_kind, hint, and message fields
1201dc60ef docs(roadmap): add deferred entries #798-#800 (plugins extra-arg, empty-prompt, classifier coverage)
23d7761e50 docs(roadmap): add #786 installed binary provenance gap (#3126)
6ee67d6c61 test: add unit test coverage for invalid_history_count and unknown_option classifier arms
efb1542a39 fix: empty-prompt error now returns non-null hint via newline-delimited usage string
Compare 12 commits »
eeymoo synced commits to main at eeymoo/claw-code from mirror 2026-05-27 09:44:11 +08:00
9968a27e92 fix(#790): system-prompt unknown-option errors now return typed unknown_option kind + non-null hint
e4c3c1aa80 fix(#789): agents show and plugins show not-found now exit 1; parity with skills (#788) and mcp (#68)
abdbf61acf fix(#788): skills show not-found emitted duplicate JSON error envelope; use exit(1) instead of Err propagation
113145a42a fix(#787): --resume with directory path returns session_path_is_directory kind + hint; wire fallback_hint_for_error_kind into both resume error emission sites
22b423b651 fix(#786): dump-manifests --manifests-dir missing-value errors now return typed missing_flag_value kind + non-null hint
Compare 19 commits »
eeymoo synced commits to fix/roadmap-693-695-preflight at eeymoo/claw-code from mirror 2026-05-27 09:44:11 +08:00
eeymoo synced new reference fix/roadmap-785-dump-manifests-missing-dir to eeymoo/claw-code from mirror 2026-05-27 09:44:11 +08:00
eeymoo synced new reference fix/roadmap-693-695-preflight to eeymoo/claw-code from mirror 2026-05-27 09:44:11 +08:00
eeymoo synced commits to fix/roadmap-785-dump-manifests-missing-dir at eeymoo/claw-code from mirror 2026-05-27 09:44:11 +08:00
eeymoo synced commits to main at eeymoo/claw-code from mirror 2026-05-27 01:34:10 +08:00
bf212b986d fix(#771): init rejects extra args; usage/stats/fork return interactive_only instead of credential check
3a1d88386c fix(#770): cost/clear/memory/ultraplan/model with args now return interactive_only instead of falling to credential check
9e1be05634 fix(#769): claw session <arg> now returns interactive_only instead of falling to credential check
b778d4e3d4 fix(#768): --resume non-slash trailing arg now has error_kind:invalid_resume_argument + hint
89735dbd33 fix(#766): claw diff extra args now classified as unexpected_extra_args with hint; track #767 session subcommand gap
Compare 26 commits »
eeymoo synced commits to main at eeymoo/claw-code from mirror 2026-05-26 17:24:11 +08:00
92e053a133 test(#744): regression guard for #741 config unsupported-section hint contract
1d5db5f77d fix(#743): plugins help --output-format json now emits usage envelope matching agents/mcp/skills help shape; resolves #420
2036f0bd4c test(#742): add git-fixture test for diff changed_file_count dedup; fixes unreachable branch in #740 coverage
6e78c1fc8b fix(#741): config unsupported_config_section error now populates hint field; list/show/help verbs get usage hint
5d072d21e9 test(#740): diff JSON contract test now asserts changed_file_count field behavior per #733
Compare 19 commits »
eeymoo synced commits to fix/issue-726-roadmap-missing-test at eeymoo/claw-code from mirror 2026-05-26 09:14:10 +08:00
eeymoo synced new reference fix/issue-726-roadmap-missing-test to eeymoo/claw-code from mirror 2026-05-26 09:14:10 +08:00
eeymoo synced commits to main at eeymoo/claw-code from mirror 2026-05-26 09:14:10 +08:00
a0c6c8ba53 fix(#726): classify legacy_session_no_workspace_binding error_kind in export path
49d5b3fcdc Prevent poisoned ROADMAP ids before allocation (#3116)
25ee5f3d30 Prevent helper-era ROADMAP id collisions before review (#3115)
922c239863 fix(#723): add scripts/roadmap-next-id.sh to prevent concurrent ROADMAP id collision; document optimistic-append pattern
d8a6109085 docs(#721/#722): re-add ROADMAP entry for config section expansion after rebase conflict
Compare 28 commits »
eeymoo synced commits to main at eeymoo/claw-code from mirror 2026-05-26 01:04:10 +08:00
8f8eb41e0f fix(#709): remove duplicate status:ok keys from render_agents_report_json and render_skill_install_report_json; silent overwrite risk in serde_json json! macro
47c0226a61 fix(#708): skills show/info/describe responses now emit action:show instead of action:list; remove duplicate status key from render_skills_report_json
26a50d918b Merge pull request #3107 from Yeachan-Heo/fix/issue-698-config-warning-dedup
401f6b152c fix(#707): init test temp_dir combines AtomicU64 counter+nanos to prevent same-process parallel test collisions
1b5a9b02c2 test: cover config warning dedup for inventory commands
Compare 26 commits »
eeymoo synced commits to docs/roadmap-324-resume-stats-zero at eeymoo/claw-code from mirror 2026-05-25 16:54:13 +08:00
8806e62a9f docs(roadmap): add #330 — resume mode stats/cost always zero
78a0ff615a Merge pull request #3014 from wangguan1995/fix_qwen
706ac0f8e1 Merge pull request #3097 from ultraworkers/fix-683-unsupported-skills-action
bd8a27b100 Merge pull request #3096 from ultraworkers/fix-160-session-store-lifecycle
60108dfbf6 fix(test): update client_integration version string 0.1.0 -> 0.1.3
Compare 378 commits »
eeymoo synced commits to docs/roadmap-691-system-prompt-help-schema at eeymoo/claw-code from mirror 2026-05-25 16:54:13 +08:00