-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Add documentation for the logging system including:
- Database schema
- Query examples
- Log maintenance
- Configuration options
Example additions:
## Logging
Logs are stored in SQLite at ~/.shell_sage/log_db/logs.db
Schema:
- timestamp: DateTime
- query: Text
- response: Text
- model: Text
Estimated time: 1-2 hours
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed