refactor: Improve code structure and logging

- Update Github Actions security step to include retry logic
- Refactor symlink handling in find function
- Add `delete_blobs` option to `rm` function
- Update `MimeType` enum and related functions
- Improve session management in `HeroServer`
- Streamline TypeScript client generation process
This commit is contained in:
Mahmoud-Emad
2025-10-12 13:00:21 +03:00
parent 80206c942d
commit de8f390f4b
12 changed files with 344 additions and 347 deletions

View File

@@ -1,6 +1,5 @@
module codetools
// Helper function to extract code blocks from the response
pub fn extract_code_block(response string, identifier string, language string) string {
// Find the start marker for the code block