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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ All notable changes to Construct CLI will be documented in this file.
10
10
- Enabled by default, configurable via `propagate_git_identity` in `config.toml`.
11
11
- Safely injects values as `GIT_AUTHOR_NAME`, `GIT_AUTHOR_EMAIL`, etc., without mounting potentially incompatible host git configs.
12
12
-**Improved Shell Prompt**: Container hostname is now set to `sandbox` (was random ID) for a cleaner prompt experience: `construct@sandbox:/workspace$`.
13
+
-**Headless Login Bridge**: New `construct sys login-bridge` command to enable local browser login callbacks for headless-unfriendly agents (Codex, OpenCode with OpenAI GPT or Google Gemini).
14
+
- Runs until interrupted and forwards `localhost` OAuth callbacks into the container.
13
15
14
16
## [0.7.0] - 2025-12-24
15
17
@@ -44,7 +46,7 @@ All notable changes to Construct CLI will be documented in this file.
44
46
- Automatic permission fixing (0600) and matching `.pub`/`known_hosts` support.
45
47
- Smart logic to skip selection if only one key is found.
46
48
-**Config Restoration**: New `construct sys restore-config` command to immediately recover from configuration backups.
47
-
-**Shell Productivity Enhancements**:
49
+
-**Shell Productivity Enhancements**:
48
50
- Automatic management of `.bash_aliases` inside the container.
49
51
- Standard aliases included: `ll`, `la`, `l`, and color-coded `ls`/`grep`.
0 commit comments