- Refactor logger package to use Go's slog for JSON-structured logs - Add configurable log levels (debug, info, warn, error) via config and flags - Integrate logging across commands, git operations, and API client with metrics like timing and sizes - Update README with logging documentation and usage examples - Add global --debug and --verbose flags - Enhance tests for logger initialization, levels, and structured output |
||
|---|---|---|
| .. | ||
| agent_test.go | ||
| agent.go | ||
| chat.go | ||
| commit.go | ||
| commitmsg.go | ||
| completion.go | ||
| edit_test.go | ||
| edit.go | ||
| history.go | ||
| prdescribe.go | ||
| review.go | ||
| root.go | ||