psycgod-sage 1.0.22 → 1.0.24

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,7 +12,7 @@ npm install -g psycgod-sage
12
12
  npx -y psycgod-sage activate
13
13
  ```
14
14
 
15
- `activate` is compulsory before you expect Claude, Codex, Cursor, Windsurf, OpenCode, Cline, or other AI agents to use SAGE automatically. It writes/repairs local AI-agent memory files and supported hooks/MCP config, then prints a verification report. Restart open AI-agent sessions after activation.
15
+ `activate` is compulsory before you expect Claude, Codex, Cursor, Windsurf, OpenCode, Cline, or other AI agents to use SAGE automatically. It writes/repairs local AI-agent memory files and supported shell-wrapper hooks, then prints a verification report. It does **not** auto-enable SAGE MCP. Restart open AI-agent sessions after activation.
16
16
 
17
17
  One-shot npx usage:
18
18
 
@@ -59,6 +59,7 @@ npx -y psycgod-sage run -- <command>
59
59
  - There is no separate JS database, runner, compressor, or ML implementation in the active CLI path.
60
60
  - ML V1 is included through PyPI SAGE.
61
61
  - Optional ML V2 can be installed later with `npx -y psycgod-sage ml setup`.
62
+ - Optional MCP tools are manual: use `npx -y psycgod-sage mcp install` only if you explicitly want an MCP server.
62
63
 
63
64
  Links:
64
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "psycgod-sage",
3
- "version": "1.0.22",
3
+ "version": "1.0.24",
4
4
  "mcpName": "io.github.PsYcGoD/sage",
5
5
  "description": "npm/npx launcher for the canonical PyPI SAGE CLI wrapper for AI coding agents",
6
6
  "author": "PsYcGoD",