reasonix 0.30.3 → 0.30.4

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
@@ -98,6 +98,14 @@ npx reasonix code # paste a DeepSeek API key on first run; persists after
98
98
 
99
99
  Requires Node ≥ 22. Tested on macOS · Linux · Windows (PowerShell · Git Bash · Windows Terminal). Get a [DeepSeek API key →](https://platform.deepseek.com/api_keys) · `reasonix code --help` for flags.
100
100
 
101
+ **Working in a different folder:** Reasonix scopes filesystem tools to the launch directory. To work elsewhere, pass `--dir`:
102
+
103
+ ```bash
104
+ npx reasonix code --dir /path/to/project # or use a relative path
105
+ ```
106
+
107
+ Mid-session switching isn't supported by design (the message log + memory paths get tangled with stale roots). Quit and relaunch with a new `--dir` to retarget. `/status` always shows the current pinned workspace.
108
+
101
109
  <br/>
102
110
 
103
111
  ## What makes Reasonix different
package/README.zh-CN.md CHANGED
@@ -52,6 +52,14 @@ npx reasonix code # 首次运行粘贴 DeepSeek API Key,之后会记住
52
52
 
53
53
  要求 Node ≥ 22。已在 macOS · Linux · Windows(PowerShell · Git Bash · Windows Terminal)测过。[去拿 DeepSeek API Key →](https://platform.deepseek.com/api_keys) · 完整 flag 看 `reasonix code --help`。
54
54
 
55
+ **在其他目录工作:** Reasonix 把文件系统工具作用域绑定在启动目录。要在别的目录工作,传 `--dir`:
56
+
57
+ ```bash
58
+ npx reasonix code --dir /path/to/project # 也可以用相对路径
59
+ ```
60
+
61
+ 中途切换工作区是有意不支持的(消息日志和 memory 路径会和旧的根目录混在一起,状态错乱)。退出后用新的 `--dir` 重新启动来切换。`/status` 始终显示当前锁定的工作区。
62
+
55
63
  <br/>
56
64
 
57
65
  ## Reasonix 的不同之处