Skip to content

Use git-ai d as the primary command#797

Merged
svarlamov merged 1 commit intomainfrom
feat/d-shortcut-command
Mar 25, 2026
Merged

Use git-ai d as the primary command#797
svarlamov merged 1 commit intomainfrom
feat/d-shortcut-command

Conversation

@svarlamov
Copy link
Member

@svarlamov svarlamov commented Mar 25, 2026

Summary

  • Makes git-ai d the recommended/primary command name for the background service (previously git-ai daemon)
  • Removes the word "daemon" from all user-facing strings: help text, error messages, CLI output
  • Updates internal subprocess spawns to use git-ai d instead of git-ai daemon
  • Keeps daemon as a hidden alias for backward compatibility
  • Updates all test subprocess invocations to use the new short form

Test plan

  • cargo fmt — clean
  • cargo clippy — clean
  • Integration tests (wrapper mode) — 3025 passed
  • Daemon mode tests — 43 passed
  • Async mode tests — 12 passed

🤖 Generated with Claude Code


Open with Devin

Replace user-facing "daemon" with "d" shortcut across CLI help text,
error messages, and subprocess spawns. "daemon" is kept as a hidden
alias for backward compatibility.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 3 additional findings.

Open in Devin Review

@svarlamov svarlamov changed the title Use git-ai d as the primary command, hide "daemon" from users Use git-ai d as the primary command Mar 25, 2026
@svarlamov svarlamov merged commit 4defbf8 into main Mar 25, 2026
19 of 21 checks passed
@svarlamov svarlamov deleted the feat/d-shortcut-command branch March 25, 2026 16:57
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.

1 participant