You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle unknown error type properly by checking if it's an Error instance
before accessing the name property.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
fix: resolve linting issues and remove unused imports
- Remove unused 'relative' import from file_info.ts and git_status.ts
- Implement custom formatBytes function instead of external dependency
- Fix prefer-const violations in git_status.ts and command.ts
- Prefix unused variable with underscore in loclist.ts
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
fix: resolve all type checking and linting issues
- Fix type errors in refiners by properly handling async iterables
- Fix type errors in grep/vimgrep sources by using type assertions
- Remove unused imports and variables
- Fix async function without await in smart_grep renderer
- Ensure all code passes type checking and linting
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
fix: format code with deno fmt
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments