Skip to content

Commit d7bb726

Browse files
committed
chore: version packages
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 715aef2 commit d7bb726

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# aicodeman
22

3+
## 1.8.0
4+
5+
### Minor Changes
6+
7+
- Installer: choose your network binding, with LAN access as the new guided default.
8+
9+
The install script now asks at the end of setup how the dashboard should be reachable:
10+
1. Any device on your network (0.0.0.0), the default. The installer prompts for a dashboard password (hidden input, confirmed twice); declining a password requires an explicit confirmation and the install ends with a prominent warning explaining the exposure.
11+
2. This machine only (127.0.0.1), the safer option for tunnel/Tailscale setups.
12+
13+
The choice is wired into the generated systemd unit and launchd plist (values escaped for each format), the run-now launch path, and the printed URLs, which now include the detected LAN IP for instant phone access. Non-interactive installs keep the safe loopback default unless CODEMAN_HOST is preset, and the server binary's own default binding (127.0.0.1) is unchanged, so npm and manual installs behave exactly as before. New installer env presets: CODEMAN_HOST and CODEMAN_PASSWORD skip the prompts for automation.
14+
315
## 1.7.1
416

517
### Patch Changes

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ When user says "COM":
6060
6161
CI runs `npm run check:lockfile` on every push/PR, so lockfile drift fails the build even if the `version-packages` script is bypassed.
6262
63-
**Version**: 1.7.1 (must match `package.json`)
63+
**Version**: 1.8.0 (must match `package.json`)
6464
6565
## Project Overview
6666

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aicodeman",
3-
"version": "1.7.1",
3+
"version": "1.8.0",
44
"description": "Mission control for AI coding agents - run 20 autonomous agents with real-time monitoring and session persistence",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)