Ask "What Did I Do Last Week" — Recall's New Time Filter

Ask the butler about a specific time window and it searches only that range. Natural language time expressions are automatically converted into date filters.

When searching memory, when matters as much as what. "The API design conversation" means something different depending on whether it happened yesterday or three months ago. Now you can include a time window when you ask, and Recall searches only within it.

How to Ask

No new commands to learn. Just include a time expression in your request:

  • "What decisions did I make last week?" → searches within the past 7 days
  • "That API design conversation from yesterday" → scoped to yesterday
  • "The direction we set at the start of last month" → since/until resolved automatically
  • "Feedback from the last 3 days" → date window set, relevant memory extracted

No time expression? Recall works exactly as before — full memory search, no change.

How It Works

The butler converts natural-language time expressions ("last week", "yesterday") into absolute dates based on today, then passes since and until parameters to the Recall search automatically.

  • since only: everything from that date forward
  • since + until: exactly that range

Works in Both Modes

Time-scoped search works in cloud team accounts and in personal mode (local SQLite). Same behavior either way.

v2.1 · June 2026

Read more

v2.2.0 — 두홈이 새로워졌습니다

일을 시작하려면, 어디를 열어야 할지부터 헤매지 않아야 합니다. v2.2.0은 그 첫 자리 — 두홈을 다시 지었습니다. 일 · 대화 · 결과물, 한 자리에 두홈 왼쪽엔 이제 칸반 보드가 있습니다. 오늘 할 일, 밀린 일, 나중으로 미룬 일이 칸으로 갈려 있고, 카드를 끌어 옮기면 그대로 상태가 바뀝니다. 카드마다 소속 프로젝트와 마감이 붙어

By myDoo

클로드 코드를 협업하게 하는 방법 — 두레와 컨덕터링

클로드 코드를 좀 굴려본 사람이라면 이 하소연을 안다. "서브에이전트를 병렬로 돌렸는데, 하다가 끊겼어요." "시켜놨더니 이상한 걸 만들어놨어요." 세션 하나로는 성이 안 차서 여럿을 돌리기 시작하는 순간, 누구나 이 벽을 만난다. 왜 그런지 아는가. 서브에이전트한테는 물을 방법이 없기 때문이다. 구조를 보면 답이 나온다. 에이전트가 오더를 내리고, 서브에이전트는

By myDoo