Back to home

songoao25

dsh-song-memory

A native-feeling, cross-tool memory plugin for DeepSeek Harness.

Stars
0
Language
TypeScript
Created
Aug 17, 2026
Updated
Aug 17, 2026

Introduction

dsh-song-memory

English | 中文

License: MIT Release Stars CI

A native-feeling, cross-tool memory plugin for DeepSeek Harness. It automatically沉淀s your preferences and project progress, enabling seamless handoffs to other AI agents like Work Buddy or Codex.

✨ Why dsh-song-memory?

  • Native Feel: Installs in one click, zero configuration required.
  • Cross-Tool Linkage: Uses standard Markdown files (.agents/memory.md) that other tools can read natively.
  • Local & Transparent: Your data stays on your machine. No cloud, no black boxes.
  • Self-Evolving: Automatically ages out outdated info to keep your context clean.

🚀 Quick Start

Installation

dsh plugin --profile web add dsh-song-memory

How it works

  1. Global Memory: Stored in ~/.song-memory/preferences.md (for personal habits).
  2. Project Memory: Stored in <project-root>/.agents/memory.md (for project-specific context).
  3. Management: Open DSH Settings → "Song Memory" tab to view or edit entries.

🛠️ Development

git clone https://github.com/songoao25/dsh-song-memory.git
cd dsh-song-memory
pnpm install

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.