@lijuneleven/iris 0.2.60 → 0.2.61

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
@@ -16,7 +16,7 @@ iris --config-dir /data/iris
16
16
 
17
17
  Use `iris status` to list running services. `iris stop` stops the only running service or opens a port selector when several are active; `iris stop <port>` and `iris stop all` select targets directly. Login auto-start is enabled by default and can be disabled in Settings.
18
18
 
19
- Iris always uses `~/.iris` as its runtime working directory and stores its database, uploads, and logs there, regardless of the directory it was launched from. `--config-dir` only selects an alternate configuration file directory. Set `IRIS_HOME` explicitly when an isolated runtime directory is required for tests or advanced deployments.
19
+ Port `8080` keeps its configuration and runtime data in `~/.iris`. Other explicitly selected ports are isolated automatically under `~/.iris/instances/<port>/`, including configuration, database, uploads, session recovery data, and logs. `--config-dir` only overrides the configuration directory, while `IRIS_HOME` changes the instance root.
20
20
 
21
21
  After the service is ready, Iris opens the local configuration page automatically. First launch uses a dedicated password-setup page with password confirmation; later visits use a dedicated login page, with a secure browser session retained for thirty days.
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lijuneleven/iris",
3
- "version": "0.2.60",
3
+ "version": "0.2.61",
4
4
  "description": "Feishu-first personal AI assistant powered by local Agents.",
5
5
  "license": "MIT",
6
6
  "bin": {
Binary file
Binary file
Binary file
Binary file
Binary file