You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,14 @@ The format follows Keep a Changelog and uses semantic version tags (`vMAJOR.MINO
15
15
- API/code-review integration and logging coverage were refined so review calls are visible and traceable in API logs.
16
16
- Settings and documentation were expanded with code-review endpoint usage details and cURL examples.
17
17
- GitHub Actions code-review and autofix automation are now consolidated into a single workflow file for simpler maintenance.
18
+
- GitHub code-review workflow now supports manual run from Actions (`workflow_dispatch`) with optional base/head SHA and PR comment target.
19
+
- Release and code-review workflows now use Node 24-ready artifact action (`actions/upload-artifact@v7`), and release publishing was migrated from `softprops/action-gh-release` to `gh release` CLI.
20
+
- Fixed Linux installer cleanup trap to avoid `bash: line 1: tmp: unbound variable` after package install in strict shell mode (`set -u`).
21
+
- Installer now prints default auth credentials (`admin / hijilabs`) and password change command (`codexsess --changepassword`) after install.
22
+
- Server-mode installer now verifies `codexsess.service` active state and prints status check command (`systemctl status codexsess`).
23
+
- Default bind address is now `0.0.0.0:<PORT>` (with `CODEXSESS_BIND_ADDR` override support), and server service unit sets `CODEXSESS_BIND_ADDR=0.0.0.0:3061`.
24
+
- Installer terminal output now uses clearer colored status lines for info, success, and error messages.
25
+
- README now documents `CODEXSESS_BIND_ADDR` and includes GUI-mode `~/.bashrc` bind override example for `0.0.0.0`.
0 commit comments