aiblueprint-cli 1.4.56 → 1.4.57
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/agents-config/codex-config/config.toml +17 -2
- package/dist/cli.js +941 -391
- package/package.json +1 -1
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
# Codex CLI defaults installed by aiblueprint-cli.
|
|
2
|
-
#
|
|
3
|
-
#
|
|
2
|
+
# Existing user config is merged, not overwritten. If you already have a
|
|
3
|
+
# [tui].status_line configured, aiblueprint keeps your own statusline.
|
|
4
4
|
|
|
5
5
|
approval_policy = "never"
|
|
6
6
|
sandbox_mode = "danger-full-access"
|
|
7
|
+
|
|
8
|
+
[tui]
|
|
9
|
+
status_line = [
|
|
10
|
+
"model-with-reasoning",
|
|
11
|
+
"run-state",
|
|
12
|
+
"project-name",
|
|
13
|
+
"git-branch",
|
|
14
|
+
"branch-changes",
|
|
15
|
+
"context-remaining",
|
|
16
|
+
"used-tokens",
|
|
17
|
+
"five-hour-limit",
|
|
18
|
+
"weekly-limit",
|
|
19
|
+
"task-progress",
|
|
20
|
+
]
|
|
21
|
+
status_line_use_colors = true
|