How to Use Recall — The Butler Brings Back What You Said Before

"That decision last month" "the direction we settled on" — just ask the butler. Recall pulls past conversations, decisions, and files back into view.

Working with myDoo's butler, you'll notice it already knows things from past conversations. That's Recall. The butler uses it automatically when context from the past is relevant — but you can invoke it directly too.

What Is Recall

myDoo stores everything — conversations with the butler, DooDesk work sessions, saved files — in a vector database. Recall retrieves relevant pieces from that store when they're needed.

Every LLM starts fresh each session. Past context, decisions, reasoning — gone unless retrieved. Recall brings that back. When the butler has pulled your past conversations, it already knows "why we went in that direction last time" without you re-explaining.

How to Ask

Natural language is enough:

  • "Remember that API design discussion we had?" → relevant conversation surfaces
  • "What was the pricing policy we settled on last month?" → surfaces that decision
  • "Recall anything about Doopyrus" → keyword search across all memory
  • "What decisions did I make last week?" → date-scoped memory search

Phrases like "remember", "recall", "that thing from last time" act as triggers. The butler translates them into memory searches automatically.

Recall searches three layers simultaneously:

  • Memory fragments: raw conversation chunks — the actual words exchanged at the time
  • Lore nodes: distilled knowledge — "X was decided because Y" summaries
  • DooFolder documents: saved files searched for relevant content

Results from all three are merged and ranked by relevance.

In Team Mode

Team accounts search teammates' memories too. What was decided, by whom, when — even from conversations you weren't part of. Your memories and others' are distinguished visually in results.

Memory Accumulates

At first there's not much to recall. As you work with the butler and use DooDesk, memory builds. After a few weeks, Recall starts saving you the time you'd otherwise spend re-explaining "why we decided this" every single session.

Read more

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

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

By myDoo

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

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

By myDoo