You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: Consolidate configuration subcommands for LLM and JIRA settings
* feat(hook_commands): enhance post-commit hook to automatically generate documentation for changed files
* feat: Rename and restructure documentation generation commands for clarity and consistency
* feat: Enhance CLI tool description and help messages for improved user guidance
* feat: Remove obsolete snorkell-auto-documentation workflow
* feat: Update README and enhance CLI command descriptions for clarity and usability
* feat: Simplify argument names in documentation generation CLI for clarity
* feat: Simplify argument names and improve documentation generation command for clarity
* feat: Enhance 'docgen' command description and improve help messages for clarity
* feat: Refactor documentation generation logic to support file and folder inputs, enhancing error handling and improving git folder detection
* feat: Implement logging in GitDocGenHook for better error tracking and process visibility
* feat: Improve documentation generation process with enhanced logging and error handling
* feat: Enhance documentation with detailed function descriptions and argument explanations
* feat: Add colored terminal output for improved visibility in doc_gen_hook processing
* feat: Remove unnecessary print statements in documentation generation and add colorama as a dependency
* feat: Enhance file processing with logging, progress bar, and colored output
* feat: Refactor doc_gen_hook for improved UI output and progress tracking
* feat: Integrate tqdm for enhanced progress tracking in file processing
* feat: Update progress tracking in file analysis stages for improved clarity
* feat: Improve error handling and progress tracking in file processing
* feat: Enhance error reporting in API client and improve error handling in file analyzer
* feat: Add repository details retrieval and refactor git folder search utility
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Penify CLI
2
2
3
-
Penify CLI is a command-line tool for managing Git hooks, generating documentation, and streamlining the development workflow. It provides functionality to install and uninstall Git post-commit hooks, generate documentation for files or folders, perform Git commits with automated message generation, and manage authentication.
3
+
Penify CLI is a command-line tool for managing Git commits, generating documentation, and streamlining the development workflow. It provides AI-powered commit message generation, JIRA integration, and documentation tools.
0 commit comments