@jaato/web-coder-ui 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -77,6 +77,11 @@ offer, which the page renders as one card: which model, whether to save
|
|
|
77
77
|
the provider and model to the workspace `.env`, open the session or not.
|
|
78
78
|
Accepting makes the daemon create the session itself.
|
|
79
79
|
|
|
80
|
+
A session that is already open resolved its credentials when its runner
|
|
81
|
+
booted. Storing a key afterwards (`zhipuai-auth key …`) refreshes that
|
|
82
|
+
session automatically when it runs the same provider; after editing a
|
|
83
|
+
workspace `.env` by hand, type `session reload_env` to do the same.
|
|
84
|
+
|
|
80
85
|
On a daemon with `--workspace-root`, the workspace list comes first; picking
|
|
81
86
|
a workspace goes straight to that card whether or not the workspace already
|
|
82
87
|
names a provider. The daemon's manual provider / model / API-key form is one
|