|
|
vor 1 Monat | |
|---|---|---|
| .. | ||
| src | vor 2 Monaten | |
| tests | vor 2 Monaten | |
| README.md | vor 1 Monat | |
| package.json | vor 2 Monaten | |
| tsconfig.json | vor 2 Monaten | |
@deepseek-ai/dsh-home is the single owner of DeepSeek Harness home-directory resolution. resolveDshHome(configured?) returns an absolute path using this precedence:
configured path.DSH_HOME environment variable..dsh directory under the current user's home directory.The resolver reads its inputs at call time. It does not cache a result, create the directory, or mutate process.env; consumers keep ownership of their own configuration fields and pass the configured value when resolving the shared home.
Indirectly, through dsh-tool-bash, which exposes the resolved path to model bash as DSH_HOME without adding a prompt section.
No direct invalidation; the named consumer owns any request-prefix changes.