AI Agent Hub
Back to plugins
🖥️

dsh-habits

Client Updated 2026.08.15

Run the following command in DeepSeek Harness:

dsh plugin install DimitriLIAN/dsh-habits

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install DimitriLIAN/dsh-habits in your terminal to install the dsh-habits plugin, available at https://github.com/DimitriLIAN/dsh-habits ; restart the web profile after installation to apply.

About this plugin

Repeating personal preferences in every new session is tedious and easy to forget. dsh-habits lets you write a short habits note once in the Web General settings panel; the text is saved to AGENTS.md and automatically injected into each subsequent session by the built-in dsh-agent-instructions loader.

The implementation is deliberately minimal: the host registers two REST endpoints (describe / update) on the web server, and the browser settings row calls them. Writes are atomic with a 64 KiB cap and SHA-1 expected-revision conflict refusal, touching no DSH core code.

Ideal for developers who run many DSH sessions and have consistent style, pacing, or terminology preferences, so a single note stays in effect everywhere without re-typing.

Use Cases

  • Pin a consistent coding style and interaction tone without repeating it every session
  • Align on shared terminology, pacing, and workflow conventions in team setups
  • Keep personal workflow preferences stable across multiple parallel projects

Best For

  • Developers running frequent DSH sessions who restate preferences every round
  • Users who want to lock in code style and interaction habits without touching core
  • Plugin authors extending DSH with the standalone-bundle pattern