@lijuneleven/iris 0.2.54 → 0.2.56

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
@@ -14,6 +14,8 @@ iris --port 9090
14
14
  iris --config-dir /data/iris
15
15
  ```
16
16
 
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
+
17
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.
18
20
 
19
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.
@@ -24,3 +26,5 @@ It also installs the Codex `notify` and Claude Code `Stop` completion hooks toge
24
26
  The settings page includes an optional one-time environment check for Node.js, the headless browser, writable data storage, Feishu connectivity, and the configured Agent. The result is not saved and does not block setup.
25
27
 
26
28
  On first launch Iris automatically chooses an installed Agent in this order: Codex, then Claude Code. Scanned built-in Agents use fixed commands, while the list supports multiple editable custom Agents; developer-mode Feishu cards use the same list. Restarts resume the exact recorded Codex, Claude Code, or `aiden x codex` session when its session ID is available.
29
+
30
+ Developer-only assistant mode is off by default. When enabled for a group session, mentioning the configured developer triggers the Agent and the final Feishu card identifies itself as that developer's assistant.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lijuneleven/iris",
3
- "version": "0.2.54",
3
+ "version": "0.2.56",
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