Tags: AltimateAI/datapilot-cli
Tags
Sync version files to 0.1.0 (#77) Updates .bumpversion.cfg, docs/conf.py, and src/datapilot/__init__.py to match the version in setup.py (0.1.0) from the Pydantic v2 upgrade. This ensures all version references are consistent for the next bump2version command. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
Update argument extraction in executor hook to include an additional … …return value - Modified the `extract_arguments` function to return an extra string, enhancing the argument handling capabilities. - This change supports future extensions and improves flexibility in argument parsing.
Refactor executor hook for improved configuration handling and logging - Introduced functions to load configuration from both file and API, enhancing error handling and user feedback. - Added new command-line arguments for better flexibility in specifying paths and configurations. - Streamlined the process of loading manifest and catalog files, with improved logging for insights generation. - Enhanced the handling of changed files for selective model testing, ensuring clarity in output and error messages.
PreviousNext