Skip to content

feat: install command with rule/AI install and --explain (v0.1.6)#29

Merged
EXboys merged 1 commit into
mainfrom
feat/install-ai-explain-v0.1.6
May 29, 2026
Merged

feat: install command with rule/AI install and --explain (v0.1.6)#29
EXboys merged 1 commit into
mainfrom
feat/install-ai-explain-v0.1.6

Conversation

@EXboys

@EXboys EXboys commented May 29, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add agent-doctor install <runtime> for all registered runtimes
  • Rule install when lifecycle hooks exist; automatic AI repair on failure
  • Direct AI install when no rule installer is registered (Claude Code, Codex)
  • Add --explain to install, repair, and doctor
  • Per-runtime bash allowlist and install logs under ~/.config/agent-doctor/logs/
  • Bump version to 0.1.6

Closes #28

Test plan

  • cargo test (60 tests)
  • cargo clippy -- -D warnings
  • agent-doctor install openclaw (rule → AI on failure)
  • agent-doctor install claude-code (AI-only path)
  • agent-doctor doctor --explain

Made with Cursor

Introduce agent-doctor install for all registered runtimes: rule-based
official scripts when lifecycle hooks exist, automatic AI repair on
failure, and direct AI install when no rules are registered. Add --explain
to install, repair, and doctor; per-runtime bash allowlist; install logs.

Bump version to 0.1.6.

Co-authored-by: Cursor <cursoragent@cursor.com>
@EXboys EXboys merged commit 6206539 into main May 29, 2026
3 checks passed
@EXboys EXboys deleted the feat/install-ai-explain-v0.1.6 branch May 29, 2026 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

install command: rule install, AI fallback, and --explain

1 participant