@lijuneleven/iris 0.2.58 → 0.2.60

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
@@ -21,7 +21,7 @@ Iris always uses `~/.iris` as its runtime working directory and stores its datab
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
 
23
23
  The installer downloads the platform binary from GitHub Release first, then falls back to Gitee Release.
24
- 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.
24
+ It also installs the Codex `notify` and Claude Code `Stop` completion hooks together with the Iris Feishu-context Skill for both Agents, and forces Codex `check_for_update_on_startup = false` without replacing other user settings. The CLI retries Agent integration setup on every service start, and `iris --install-agent-hooks` can run it manually.
25
25
  When a question lacks enough conversation context, that Skill requires the Agent to read the current group's latest messages before asking the user to repeat information.
26
26
 
27
27
  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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lijuneleven/iris",
3
- "version": "0.2.58",
3
+ "version": "0.2.60",
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