@lijuneleven/iris 0.1.0 → 0.2.0
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,6 +16,8 @@ iris --config-dir /data/iris
|
|
|
16
16
|
|
|
17
17
|
`--config-dir` controls the local config and runtime data directory.
|
|
18
18
|
|
|
19
|
+
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.
|
|
20
|
+
|
|
19
21
|
The installer downloads the platform binary from GitHub Release first, then falls back to Gitee Release.
|
|
20
22
|
It also installs the Codex `notify` and Claude Code `Stop` completion hooks together with the Iris Feishu-context Skill for both Agents. The CLI retries Agent integration setup on every service start, and `iris --install-agent-hooks` can run it manually.
|
|
21
23
|
|