chatroom-cli 1.0.82 → 1.0.83

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/dist/index.js +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -10061,7 +10061,6 @@ function ensureMachineRegistered() {
10061
10061
  config.availableHarnesses = detectAvailableHarnesses();
10062
10062
  config.harnessVersions = detectHarnessVersions(config.availableHarnesses);
10063
10063
  config.lastSyncedAt = now;
10064
- config.hostname = hostname2();
10065
10064
  saveMachineConfig(config);
10066
10065
  }
10067
10066
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chatroom-cli",
3
- "version": "1.0.82",
3
+ "version": "1.0.83",
4
4
  "description": "CLI for multi-agent chatroom collaboration",
5
5
  "type": "module",
6
6
  "bin": {