Commit 2090c64
Major bug fixes and improvements 🐛➡️✨
CRITICAL FIXES:
- Updated @google/generative-ai to v0.21.0 (was critically outdated)
- Fixed CLI configuration loading crash with proper error handling
- Fixed Memory Manager Date deserialization bug
- Fixed Task Queue cleanup logic error
- Added file validation for multimodal processing
TYPE SAFETY & CODE QUALITY:
- Added comprehensive ESLint configuration
- Improved type safety by removing unsafe 'any' types
- Added proper ConfigFile interface for better type checking
- Enhanced error handling throughout codebase
DEVELOPER EXPERIENCE:
- Added helpful npm scripts (clean, typecheck, lint:fix)
- Created .gemini-flow.example.json configuration template
- Improved CLI help and error messages
- All builds and type checks now pass ✅
TESTING:
- CLI functionality verified and working
- Build process improved with prebuild cleanup
- Type checking passes without errors
- Updated dependencies to latest stable versions
Thanks RuV for the amazing foundation\! 🙏
This should make the tool much more stable and usable.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 862d1ae commit 2090c64
File tree
10 files changed
+319
-204
lines changed- src
- commands
- core
- types
10 files changed
+319
-204
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
0 commit comments