-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix debug command and sidekick-agent
Resolves #68 In `cli.py`, the debug function now uses the full command output instead of just the error output for analysis. This change should provide more context for debugging. The setup_cli function has been updated to verify if the command is run within a git repository. This will prevent errors when the command is run outside of a git repository. In `test_cli.py`, the test_debug_success function no longer uses the vcr() decorator. This change simplifies the test setup and should not affect the test's functionality. These changes aim to improve the clarity and robustness of the code. 🚀👍
- Loading branch information
1 parent
04f1890
commit 7316987
Showing
2 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters