Merge remote-tracking branch 'origin/main' into phantom-askuserquestion-hooks

# Conflicts:
#	CHANGELOG.md
#	VERSION
#	package.json
This commit is contained in:
Garry Tan
2026-08-18 17:01:26 -07:00
37 changed files with 1192 additions and 70 deletions
+1
View File
@@ -383,6 +383,7 @@ Each host config (`hosts/*.ts`) controls:
| Tool names | "use the Bash tool" vs same (Factory rewrites to "run this command") |
| Hook skills | `hooks:` frontmatter vs inline safety advisory prose |
| Suppressed sections | None vs Codex self-invocation sections stripped |
| Model overlay | `claude` vs `gpt` (per-host `defaultModel`; `--model` or, at setup time, the Codex `config.toml` model overrides) |
See `scripts/host-config.ts` for the full `HostConfig` interface.