nex-code 0.3.67 → 0.3.71
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/dist/nex-code.js +600 -527
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -593,6 +593,8 @@ When `.nex/servers.json` exists, the agent automatically receives OS-aware conte
|
|
|
593
593
|
- **AlmaLinux 9**: `dnf`, `firewalld`, `systemctl`, SELinux hints
|
|
594
594
|
- **macOS**: `brew`, `launchctl`, `log show` instead of `journalctl`
|
|
595
595
|
|
|
596
|
+
If the project also has a `NEX.md` containing deployment indicators (`ssh`, `server`, `systemctl`, etc.), nex-code injects a **Deployment Context** block at the top of its system prompt. This tells the model that the application runs on the remote server — not locally — and steers debugging toward `ssh_exec`/`service_logs` instead of local `read_file` calls on server-side paths like `logs/`.
|
|
597
|
+
|
|
596
598
|
### Slash Commands
|
|
597
599
|
|
|
598
600
|
| Command | Description |
|