|
21 | 21 | CLIs as timed out. |
22 | 22 | - Codex and Claude Code launcher paths now use their real non-interactive |
23 | 23 | coding-agent modes instead of passing only the brief file path. |
24 | | -- Cursor launcher paths use `cursor agent --print --trust --force` for |
25 | | - headless authoring and coding runs. |
| 24 | +- Cursor launcher paths use `cursor agent --print --trust --force` for headless |
| 25 | + authoring and coding runs. |
26 | 26 | - Live LLM launcher output is streamed while still being captured for run |
27 | 27 | summaries, so long Codex/Claude authoring and coding runs do not appear |
28 | 28 | frozen. |
29 | | -- `template author --open` validates the generated `./<template>` pack after |
30 | | - the selected LLM exits and reports the template path before returning. |
| 29 | +- `template author --open` validates the generated `./<template>` pack after the |
| 30 | + selected LLM exits and reports the template path before returning. |
31 | 31 | - `template author --open --json` now preserves stdout as a single final JSON |
32 | 32 | object and reports `opened` plus `postOpenValidation` while streaming live LLM |
33 | 33 | output to stderr. |
|
41 | 41 | check mode so downstream agents can tell where verification actually ran. |
42 | 42 | - Coding-agent summaries expose parsed JSON `agentResult` separately from raw |
43 | 43 | stdout, including fields such as `summary` and `generatedPatch`. |
44 | | -- Coding-agent summaries now record files edited by an external coding LLM |
45 | | - under `llm.changedFiles` in JSON and in the Markdown LLM section. |
| 44 | +- Coding-agent summaries now record files edited by an external coding LLM under |
| 45 | + `llm.changedFiles` in JSON and in the Markdown LLM section. |
46 | 46 | - `agentic-harness code` now uses an actionable default coding brief in |
47 | 47 | non-interactive no-prompt runs instead of the vague `Inspect the project` |
48 | 48 | fallback. |
49 | 49 | - Dashboard sandbox status now runs the configured sandbox smoke check, so |
50 | 50 | remote HTTP SessionEnv endpoints report remote readiness instead of local |
51 | 51 | checkout readiness. |
52 | | -- Local hosting is now a first-class local-only capability: |
53 | | - `setup hosting` writes `.agentic-harness/hosting.toml`, `hosting status |
54 | | - --json` exposes loopback URLs and native HTTP capabilities, `host` starts the |
55 | | - configured server, and the dashboard/TUI show the local hosting path without |
56 | | - introducing a deployment workflow. |
| 52 | +- Local hosting is now a first-class local-only capability: `setup hosting` |
| 53 | + writes `.agentic-harness/hosting.toml`, `hosting status --json` exposes |
| 54 | + loopback URLs and native HTTP capabilities, `host` starts the configured |
| 55 | + server, and the dashboard/TUI show the local hosting path without introducing |
| 56 | + a deployment workflow. |
57 | 57 | - TUI-style wizard for coding, templates, LLM authoring setup, sandbox setup, |
58 | 58 | running agents, and doctor checks, with `tui` and `ui` aliases for the common |
59 | 59 | entrypoint. Second-level screens show contextual panels for LLM availability, |
60 | 60 | latest results, template previews, authoring setup, sandbox status/logs, |
61 | 61 | example manifests, readiness, and next fixes. Option screens preview the exact |
62 | 62 | workspace-aware command before execution, contextual panel commands honor the |
63 | 63 | selected `--workspace`, and the sandbox panel shows smoke status plus the |
64 | | - latest log entry. The guided LLM coding shortcut |
65 | | - uses `agentic-harness code --llm auto` so it follows local CLI detection. |
66 | | - Dashboard and coding panels surface the latest coding-run loop status when a |
67 | | - latest summary exists. `wizard`/`tui`/`ui` accept `--workspace <path>` so the |
| 64 | + latest log entry. The guided LLM coding shortcut uses |
| 65 | + `agentic-harness code --llm auto` so it follows local CLI detection. Dashboard |
| 66 | + and coding panels surface the latest coding-run loop status when a latest |
| 67 | + summary exists. `wizard`/`tui`/`ui` accept `--workspace <path>` so the |
68 | 68 | dashboard panels and current-workspace actions target the selected project. |
69 | 69 | - Template packs, including `template init`, validation, install, preview, and |
70 | 70 | `new --template` scaffolding, plus `template author --open` for preflighting |
71 | 71 | LLM readiness before launching the selected tool from the target workspace |
72 | 72 | with the generated brief and live output. Authoring briefs now include |
73 | 73 | validate, JSON preview, install, scaffold, and doctor commands plus a local |
74 | | - CLI fallback path for validation when |
75 | | - `agentic-harness` is not on PATH, and `template author --json` exposes the |
76 | | - brief path, open command, and validation commands for software agents and TUI |
77 | | - panels. `template search` and `tpl find` search built-in, workspace, user, and |
78 | | - team template scopes with JSON output for agents. |
| 74 | + CLI fallback path for validation when `agentic-harness` is not on PATH, and |
| 75 | + `template author --json` exposes the brief path, open command, and validation |
| 76 | + commands for software agents and TUI panels. `template search` and `tpl find` |
| 77 | + search built-in, workspace, user, and team template scopes with JSON output |
| 78 | + for agents. |
79 | 79 | - Local sandbox setup and local sandbox file/shell operations, plus remote |
80 | 80 | connector instructions for hosted sandbox providers. |
81 | 81 | - Release packaging starter artifacts: local install script, Homebrew formula, |
|
0 commit comments