Conversation
- Remove orphaned api/schemas.py entirely (unused schema layer) - Remove aiservice.py: optimize_python_code, get_jit_rewritten_code, optimize_python_code_refinement alias - Remove CodeNormalizer ABC tombstone from normalizer.py - Remove TestFiles.get_by_type, TestResults.get_all_ids from models.py - Remove create_pyproject_toml from config_writer.py - Remove markdown_pattern_python_only from models.py - Remove LOGGING_FORMAT from logging_config.py - Fix self-referential import in treesitter.extract_calling_function_source - Add # noqa: F401 to side-effect support imports in registry.py Co-Authored-By: Oz <oz-agent@warp.dev>
inquirer_wrapper, inquirer_wrapper_path, split_string_to_cli_width, and split_string_to_fit_width were replaced by direct inquirer usage with CodeflashTheme and rich.prompt.Confirm. Only apologize_and_exit remains. Co-Authored-By: Oz <oz-agent@warp.dev>
Function now lives alongside the console/logger it depends on. Updated all 8 callers to import from cli_cmds.console instead. Co-Authored-By: Oz <oz-agent@warp.dev>
|
tbh it wasn't very good and I did most of this with warp. |
|
Claude finished @KRRT7's task in 9m 18s —— View job PR Review Summary
Prek Checks7 ruff issues auto-fixed and pushed (
No mypy errors were introduced by this PR (all 46 errors across 7 files were pre-existing). Code ReviewBug fixed: broken test import (pushed as
Other observations (no action required):
Duplicate DetectionNo duplicates detected. The only added code ( Test Coverage
Bot PRMerged open |
- Merge duplicate `from codeflash.cli_cmds.console import` lines (I001) - Remove unused `# noqa: F401` from `support as _` imports in registry.py (RUF100) Co-authored-by: Kevin Turcios <undefined@users.noreply.github.com> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The function was removed in the dead code cleanup but the test file still imported it and had a TestCreatePyprojectToml class, causing ImportError. Co-authored-by: Kevin Turcios <undefined@users.noreply.github.com> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
@claude fix the mypy issue |
|
Claude finished @KRRT7's task in 2m 37s —— View job Fixed mypy issue in
|
Replace three `from X import support as _` patterns with a loop using `importlib.import_module()`, eliminating the duplicate name binding. Co-authored-by: Kevin Turcios <KRRT7@users.noreply.github.com>
|
@claude fix mypy issue |
|
Claude finished @KRRT7's task in 4m 5s —— View job Fixed mypy CI failure
Root cause: Fix: Removed the deleted file from |
Co-authored-by: Kevin Turcios <KRRT7@users.noreply.github.com>
No description provided.