feat(memory): add workspace Dream prompt override
This commit is contained in:
@@ -921,6 +921,10 @@
|
||||
"title": "Restore memory",
|
||||
"description": "Revert memory to a previous Dream snapshot."
|
||||
},
|
||||
"dream_prompt": {
|
||||
"title": "Dream memory",
|
||||
"description": "Tell Dream how to organize this workspace's memory."
|
||||
},
|
||||
"goal": {
|
||||
"title": "Long-running goal",
|
||||
"description": "Tell the agent to treat this as a sustained multi-step goal."
|
||||
|
||||
@@ -911,6 +911,10 @@
|
||||
"title": "Restaurar memoria",
|
||||
"description": "Revierte la memoria a una instantánea Dream anterior."
|
||||
},
|
||||
"dream_prompt": {
|
||||
"title": "Memoria de Dream",
|
||||
"description": "Indica a Dream cómo organizar la memoria de este espacio de trabajo."
|
||||
},
|
||||
"goal": {
|
||||
"title": "Objetivo a largo plazo",
|
||||
"description": "Indica al agente que trate esto como un objetivo sostenido en varios pasos."
|
||||
|
||||
@@ -911,6 +911,10 @@
|
||||
"title": "Restaurer la mémoire",
|
||||
"description": "Revenir à un instantané Dream précédent."
|
||||
},
|
||||
"dream_prompt": {
|
||||
"title": "Mémoire Dream",
|
||||
"description": "Indiquez à Dream comment organiser la mémoire de cet espace de travail."
|
||||
},
|
||||
"goal": {
|
||||
"title": "Objectif long terme",
|
||||
"description": "Demandez à l’agent de traiter ceci comme un objectif multi‑étapes durable."
|
||||
|
||||
@@ -911,6 +911,10 @@
|
||||
"title": "Pulihkan memori",
|
||||
"description": "Kembalikan memori ke snapshot Dream sebelumnya."
|
||||
},
|
||||
"dream_prompt": {
|
||||
"title": "Memori Dream",
|
||||
"description": "Atur cara Dream menyusun memori workspace ini."
|
||||
},
|
||||
"goal": {
|
||||
"title": "Tujuan jangka panjang",
|
||||
"description": "Instruksikan agen memperlakukan ini sebagai tujuan multi-langkah yang berkelanjutan."
|
||||
|
||||
@@ -911,6 +911,10 @@
|
||||
"title": "メモリを復元",
|
||||
"description": "以前の Dream スナップショットへメモリを戻します。"
|
||||
},
|
||||
"dream_prompt": {
|
||||
"title": "Dream の記憶",
|
||||
"description": "このワークスペースの記憶を Dream がどう整理するかを設定します。"
|
||||
},
|
||||
"goal": {
|
||||
"title": "長期目標",
|
||||
"description": "持続的な複数ステップの目標として扱うようエージェントに伝えます。"
|
||||
|
||||
@@ -911,6 +911,10 @@
|
||||
"title": "메모리 복원",
|
||||
"description": "이전 Dream 스냅샷으로 메모리를 되돌립니다."
|
||||
},
|
||||
"dream_prompt": {
|
||||
"title": "Dream 메모리",
|
||||
"description": "Dream이 이 워크스페이스의 메모리를 정리하는 방식을 설정합니다."
|
||||
},
|
||||
"goal": {
|
||||
"title": "장기 목표",
|
||||
"description": "에이전트에게 지속적인 다단계 목표로 처리하도록 지시합니다."
|
||||
|
||||
@@ -911,6 +911,10 @@
|
||||
"title": "Khôi phục bộ nhớ",
|
||||
"description": "Đưa bộ nhớ về một snapshot Dream trước đó."
|
||||
},
|
||||
"dream_prompt": {
|
||||
"title": "Bộ nhớ Dream",
|
||||
"description": "Cho Dream biết cách sắp xếp bộ nhớ của workspace này."
|
||||
},
|
||||
"goal": {
|
||||
"title": "Mục tiêu dài hạn",
|
||||
"description": "Yêu cầu agent xử lý đây là mục tiêu nhiều bước kéo dài."
|
||||
|
||||
@@ -920,6 +920,10 @@
|
||||
"title": "恢复记忆",
|
||||
"description": "将记忆恢复到之前的 Dream 快照。"
|
||||
},
|
||||
"dream_prompt": {
|
||||
"title": "Dream 记忆",
|
||||
"description": "设置 Dream 如何整理当前工作区的记忆。"
|
||||
},
|
||||
"goal": {
|
||||
"title": "长期目标",
|
||||
"description": "让助手把当前请求当作需要多步骤持续推进的目标。"
|
||||
|
||||
@@ -911,6 +911,10 @@
|
||||
"title": "恢復記憶",
|
||||
"description": "將記憶恢復到之前的 Dream 快照。"
|
||||
},
|
||||
"dream_prompt": {
|
||||
"title": "Dream 記憶",
|
||||
"description": "設定 Dream 如何整理目前工作區的記憶。"
|
||||
},
|
||||
"goal": {
|
||||
"title": "長期目標",
|
||||
"description": "請助理把這則請求當成需要多步驟持續推進的目標。"
|
||||
|
||||
@@ -20,6 +20,7 @@ const SLASH_COMMAND_KEYS = [
|
||||
"dream",
|
||||
"dream_log",
|
||||
"dream_restore",
|
||||
"dream_prompt",
|
||||
"goal",
|
||||
"trigger",
|
||||
"help",
|
||||
|
||||
Reference in New Issue
Block a user