mirror of
https://github.com/codeflash-ai/codeflash-agent.git
synced 2026-05-04 18:25:19 +00:00
- _tracing.py: Add log.warning(exc_info=True) to 4 bare except blocks that previously silently swallowed errors - _state.py: Wrap ast.parse() in SyntaxError handler, return None for malformed files - _ranking.py: Wrap ast.parse() in SyntaxError handler, fall back to raw code string for dedup - _refinement.py: Add CodeStringsMarkdown.parse_markdown_code() to _parse_candidate(), matching the pattern in _candidate_gen.py - Update error-handling.md rules to reflect resolved issues |
||
|---|---|---|
| .. | ||
| .claude/rules | ||
| codeflash-api | ||
| codeflash-core | ||
| codeflash-lsp | ||
| codeflash-mcp | ||
| codeflash-python | ||
| github-app | ||