mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[PR #892] [MERGED] feat: 增加记忆功能,支持对话或自定义记忆 #804
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#804
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/codexu/note-gen/pull/892
Author: @codexu
Created: 2/4/2026
Status: ✅ Merged
Merged: 2/4/2026
Merged by: @codexu
Base:
dev← Head:memory📝 Commits (6)
39b342afeat: 支持长期记忆管理7098552feat: 优化记忆管理布局9eb80eafeat: Agent 读取记忆a51a268refactor: Agent 需要更加准确的行为才调用15fc071feat: 偏好和记忆说明7c0f6b6i18n: 补全缺失翻译📊 Changes
35 files changed (+2682 additions, -667 deletions)
View changed files
📝
messages/en.json(+149 -20)📝
messages/ja.json(+381 -22)📝
messages/pt-BR.json(+118 -5)📝
messages/zh-TW.json(+393 -14)📝
messages/zh.json(+50 -0)📝
src/app/core/record/chat/chat-input.tsx(+2 -5)➖
src/app/core/record/chat/chat-language.tsx(+0 -130)📝
src/app/core/setting/chat/toolbar-settings.tsx(+1 -7)📝
src/app/core/setting/config.tsx(+5 -0)➕
src/app/core/setting/memories/page.tsx(+21 -0)📝
src/app/mobile/chat/components/chat-settings-drawer.tsx(+0 -4)➖
src/app/mobile/chat/components/language-selector.tsx(+0 -90)➕
src/components/memories/memory-form.tsx(+94 -0)➕
src/components/memories/memory-item.tsx(+35 -0)➕
src/components/memories/memory-list.tsx(+124 -0)➕
src/components/memories/memory-stats.tsx(+50 -0)📝
src/db/index.ts(+2 -0)➕
src/db/memories.ts(+345 -0)📝
src/lib/agent/react.ts(+200 -123)📝
src/lib/agent/tools/chat-tools.ts(+24 -24)...and 15 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.