Fix Tesla auth workflow, Improve GitHub extension #1415
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Working towards fixing the Tesla auth workflow and updating the GitHub extension. The code now has significantly improved handling for indentation-sensitive languages like Python and YAML.
Key improvements to the GitHub extension:
Indentation Structure Detection
_is_indent_sensitive_content()
method correctly identifies indentation-sensitive code patternsEnhanced Pattern Matching
_normalize_code()
method now preserves indentation structure with the addedindent_sensitive
parameterIL{level}:
prefix) for better comparisonSpecialized Small Target Handling
_find_small_target_match()
method is properly implementedImproved Aggressive Normalization
_find_pattern_with_aggressive_normalization()
method now properly handles indentation structureSmart Code Block Indentation
_indent_code_block()
method properly detects and preserves indentation stylesThis should significantly improve the file modification functionality in the "Fix GitHub Issue" command.