Add Logger for command history (#435)

This commit is contained in:
Seth Troisi
2025-05-21 07:36:22 +00:00
committed by GitHub
parent bda472f147
commit cd13c5881b
9 changed files with 1777 additions and 26 deletions

3
.gitignore vendored
View File

@@ -2,6 +2,9 @@
.env
.env~
# gemini-code settings
.gemini/
# Dependency directory
node_modules
bower_components