-
Notifications
You must be signed in to change notification settings - Fork 0
chore: update Claude settings and fish function, remove README-nix #511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,9 +3,9 @@ function _clxe_function --description "Run Claude Code with a free-form prompt w | |
| # Usage: clxe [<prompt words...>] | ||
|
|
||
| if test (count $argv) -eq 0 | ||
| claude code --dangerously-skip-permissions | ||
| claude --dangerously-skip-permissions | ||
| else | ||
| set -l prompt (string join " " -- $argv) | ||
| claude code --dangerously-skip-permissions --print -- "$prompt" | ||
| claude --dangerously-skip-permissions --print -- "$prompt" | ||
| end | ||
|
Comment on lines
5
to
10
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Since the command has been updated from For example:
|
||
| end | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change from
claude codetoclaudemay be a breaking change if these commands have different behaviors. Thecodesubcommand might provide specific context or features tailored for code-related tasks. Before merging, please verify: 1) Doesclaude(without subcommand) provide identical functionality toclaude code? 2) Have existing workflows usingclxebeen tested with this change? 3) Is this change documented anywhere for users who might be affected? Consider testing this in isolation or documenting the behavioral differences if any exist.Agent: 🏛 Architecture •
• 
Prompt for Agent