Daily Logs
A running journal of your day, always in context.
How It Works
As you chat throughout the day, your agent automatically logs significant events, completed tasks, decisions, and anything noteworthy. Each entry is timestamped and appended to that day's log.
The last 3 days of logs are always loaded into the agent's context. This gives it continuity across conversations without you needing to repeat yourself. After 3 days, older logs rotate out of active context but remain stored locally.
What Gets Logged
- What you worked on or talked about (brief summary)
- Tasks completed or progress made
- Decisions made and plans set
- Mood or energy if notable
- Outcomes of routines (weather alerts, news summaries, etc.)
Entries are kept concise — one line per event. These are log entries, not transcripts.
Example
Feb 23, 2026
[09:15 AM] Morning briefing routine ran — 3 emails, 2 meetings
[10:30 AM] Worked on API integration for new dashboard
[12:00 PM] Decided to use WebSocket instead of polling
[03:45 PM] Finished PR review for auth module
[05:00 PM] Wrapped up — planning to continue dashboard work tomorrow
Feb 22, 2026
[08:30 AM] Started investigating login bug
[11:00 AM] Root cause found — session token expiry
[02:15 PM] Fix deployed to staging
3-Day Rolling Window
| In context | Last 3 calendar days — automatically injected into every conversation |
| Older logs | Stored locally in the database — viewable but not in active context |
| Scope | Global across all sessions — the same daily log is shared across every conversation |
Note: All daily logs are stored locally on your machine. Nothing is sent externally beyond what you share with your LLM provider during conversations.