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
* feat(logging): add file based logging setup and initialize logger in main
Signed-off-by: Viswaijth K S <viswajithks.pz@gmail.com>
* refactor: Centralize git command execution for logging
Replaced all direct calls to 'exec.Command' throughout the 'internal/git'
package with a single, central 'executeCommand' method.
This ensures all git operations are now consistently logged to the
application log file for easier debugging.
Signed-off-by: Viswaijth K S <viswajithks.pz@gmail.com>
* refactor: modify log.go to return command string and change respective calls in the internal/git package
* feat: Implement command history and logging
Adds a file-based logger for debugging and displays a real-time, session-based command history in the secondary panel.
* fix(tui): ensure certain commands log into the tui correctly
* add detail error logging to the history panel
---------
Signed-off-by: Viswaijth K S <viswajithks.pz@gmail.com>
0 commit comments