@m4ike1/ion-server 0.1.0 → 0.85.1
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/CHANGELOG.md +0 -10
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,16 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
## [0.1.0] - 2026-09-24
|
|
6
|
-
|
|
7
|
-
### Breaking Changes
|
|
8
|
-
|
|
9
|
-
- Restarted the `@m4ike1` version line at 0.1.0. The versions inherited from upstream Pi (`0.85.1`, `0.86.1`) stay on npm and remain installable by exact version, but they are a different line: this release sorts below them, so an existing `^0.86.1` range will not pick it up, and inter-package ranges move to `^0.1.0`. The `latest` dist-tag follows ion's own line from this release onward.
|
|
10
|
-
|
|
11
|
-
## [0.86.1] - 2026-09-24
|
|
12
|
-
|
|
13
|
-
## [0.86.0] - 2026-09-24
|
|
14
|
-
|
|
15
5
|
### Breaking Changes
|
|
16
6
|
|
|
17
7
|
- Renamed product `pi` → `ion` (breaking). Package names `@m4ike1/pi-*` → `@m4ike1/ion-*` (`ionConfig` instead of `piConfig`, `@m4ike1/ion-coding-agent`, `@m4ike1/ion-ai`, etc.), binary `pi` → `ion`, config directory `.pi` → `.ion` (XDG now immediate at `~/.config/ion`, `~/.local/share/ion`, `~/.local/state/ion`, `~/.cache/ion`), environment variables `PI_*` → `ION_*` (`PI_CODING_AGENT_DIR` → `ION_CODING_AGENT_DIR`, `PI_DISABLE_SESSION_INDEX` etc., with `PI_*` fallback for one release), and `pi.dev` → `ion.dev`. Legacy `~/.pi` is migrated on first run if `~/.config/ion` is missing. `APP_TITLE` `π` → `⛬`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m4ike1/ion-server",
|
|
3
|
-
"version": "0.1
|
|
3
|
+
"version": "0.85.1",
|
|
4
4
|
"description": "experimental server package for ion",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ion",
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"prepublishOnly": "npm run clean && npm run build"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@m4ike1/chord": "^0.1
|
|
48
|
-
"@m4ike1/ion-agent-core": "^0.1
|
|
49
|
-
"@m4ike1/ion-protocol": "^0.1
|
|
47
|
+
"@m4ike1/chord": "^0.85.1",
|
|
48
|
+
"@m4ike1/ion-agent-core": "^0.85.1",
|
|
49
|
+
"@m4ike1/ion-protocol": "^0.85.1"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"shx": "0.4.0",
|