@rubytech/create-maxy-code 0.1.565 → 0.1.566

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rubytech/create-maxy-code",
3
- "version": "0.1.565",
3
+ "version": "0.1.566",
4
4
  "description": "Install Maxy — AI for Productive People",
5
5
  "bin": {
6
6
  "create-maxy-code": "./dist/index.js"
@@ -6,7 +6,7 @@
6
6
  "vncDisplay": 99,
7
7
  "rfbPort": 5900,
8
8
  "websockifyPort": 6080,
9
- "cdpPort": 9222
9
+ "cdpPort": 9322
10
10
  },
11
11
  {
12
12
  "hostname": "property-administrators",
@@ -12,7 +12,7 @@
12
12
  "vncDisplay": 99,
13
13
  "rfbPort": 5900,
14
14
  "websockifyPort": 6080,
15
- "cdpPort": 9222,
15
+ "cdpPort": 9322,
16
16
  "claudeSessionManagerPort": 19400,
17
17
  "outlookClientId": "",
18
18
  "googleClientId": "",
@@ -9,6 +9,10 @@ Invoked by the admin agent directly.
9
9
 
10
10
  This is the platform's release timeline, newest first. Each entry shows the date it shipped and the version it shipped in, so you can tell the operator how current their install is. To compare, read the installed version from `capabilities-here` and match it against the versions below. Keep answers high level and in plain English; this is a summary, not a full commit log.
11
11
 
12
+ ## 2026-08-05 (0.1.566)
13
+
14
+ - Installing or upgrading Maxy on a machine that also runs another Maxy-family product no longer fails because a browser is in the way. Maxy's browser-automation port was the one every browser tool picks by default when nothing tells it otherwise, so an assistant on the other product could take it and the install would stop rather than write over a port in use. Maxy now uses a port outside that range.
15
+
12
16
  ## 2026-08-05 (0.1.565)
13
17
 
14
18
  - Every channel now delivers the assistant's answer the same way the admin webchat does: the answer is taken from the conversation record and sent. Previously WhatsApp, Telegram and the public webchat asked the assistant to call a send tool, so an answer was suppressed when it called and lost entirely when it did not. Long answers arrive as ordered segments, and an answer meant for you fans out to every channel you have live, naming any that could not be reached.
@@ -21,12 +21,21 @@
21
21
  # rfbport, websockify port, and CDP port are all brand-scoped so any number
22
22
  # of brands on the same device run their full VNC stacks concurrently
23
23
  # without sharing session cookies, extensions, local storage, or display
24
- # binding. Defaults: Maxy=:99/5900/6080/9222, Real Agent=:100/5901/6081/
24
+ # binding. Defaults: Maxy=:99/5900/6080/9322, Real Agent=:100/5901/6081/
25
25
  # 9223, Maxy-2=:101/5902/6082/9224, Maxy-3=:102/5903/6083/9225,
26
26
  # Maxy-4=:103/5904/6084/9226. Each brand's port set is stamped in
27
27
  # brand.json at install time and re-read at runtime; missing fields are
28
28
  # derived from `vncDisplay` via the ordinal offset rule.
29
29
  #
30
+ # Maxy's CDP port is the one deliberate break from that rule. The ordinal
31
+ # value for display :99 is 9222, which is Chrome's own universal default,
32
+ # so any agent-side browser tool that launches Chromium without being told
33
+ # a port lands on it. On a box where Maxy co-resides with another brand,
34
+ # that brand's account agents kept taking 9222 and the installer's
35
+ # UNRELATED-holder preflight then refused to write Maxy's service files.
36
+ # 9322 sits outside the 922x block, which the offset rule cannot reach
37
+ # until display :199, so no future brand can derive onto it either.
38
+ #
30
39
  # retired the admin-UI terminal surface entirely. This script
31
40
  # no longer spawns GUI terminal emulators of any kind; upgrades and
32
41
  # cloudflare-setup actions run via the detached action runner