Skip to content

Commit fa8eba0

Browse files
enoreyesfactory-droid[bot]factory-davidgu
authored
docs: add CLI v0.53.0-v0.55.2 changelog entries (#620)
* docs: add CLI v0.53.0-v0.55.2 changelog entries Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> * chore(docs): improve changelog 0.53-0.55 --------- Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> Co-authored-by: factory-davidgu <davidgu@factory.ai>
1 parent 52a5263 commit fa8eba0

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed

docs/changelog/cli-updates.mdx

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,79 @@ description: "Recent features and improvements to Factory CLI"
44
rss: true
55
---
66

7+
<Update label="January 23" rss={{ title: "CLI Updates", description: "Marketplace auto-updates and background processes flag" }}>
8+
`v0.55.2`
9+
10+
## New features
11+
12+
* **Marketplace auto-updates** - New management UI with auto-update setting and silent auto-installation of missing marketplaces on startup
13+
* **`--allow-background-processes` flag** - Added flag support for interactive and resumed sessions
14+
15+
## Bug fixes
16+
17+
* **AskUser tool parsing** - Improved parsing logic for questionnaire formatting
18+
19+
</Update>
20+
21+
<Update label="January 22" rss={{ title: "CLI Updates", description: "OTEL tracing, bug reporting improvements, and review command fixes" }}>
22+
`v0.55.1`
23+
24+
## New features
25+
26+
* **OpenTelemetry tracing** - Implemented OTEL tracing for the CLI to improve observability and debugging
27+
* **Mandatory bug report titles** - Added title requirement for `/bug` reporting to ensure clearer issue tracking
28+
29+
## Bug fixes
30+
31+
* **`/review` default branch** - Fixed the `/review` command to correctly identify and use the repository's default branch
32+
* **Authentication** - Fixed several issues around authentication persistence and stability
33+
34+
</Update>
35+
36+
<Update label="January 21" rss={{ title: "CLI Updates", description: "Autonomy mode reskin and agent-browser integration" }}>
37+
`v0.55.0`
38+
39+
## New features
40+
41+
* **Autonomy mode reskin** - Refreshed UI for autonomy mode indicators and transitions for better clarity
42+
* **Agent-browser integration** - CLI now uses the `agent-browser` CLI for browser automations, providing more reliable and token-efficient interactions
43+
44+
</Update>
45+
46+
<Update label="January 20" rss={{ title: "CLI Updates", description: "Readiness report improvements and AskUser fixes" }}>
47+
`v0.54.0`
48+
49+
## New features
50+
51+
* **OTEL metrics for hooks and slash commands** - Customer metrics for `droid.hook.invocations` and `droid.slash_command.invocations`
52+
* **Optional `/readiness-report` model switching** - Users can now continue with their current model while seeing a recommendation, instead of being forced to switch
53+
54+
## Improvements
55+
56+
* **Autonomy indicator format** - Updated format to show `Spec | Auto (X)` when spec mode is active; `Medium` shortened to `Med`
57+
58+
## Bug fixes
59+
60+
* **AskUser tool improvements** - Questionnaire parsing now supports bullets/`1)` numbering, ignores headers/code fences, normalizes multi-word topics. AskUser can now run alongside TodoWrite with other tools deferred properly. Fixed TUI input handling via `KeypressProvider` subscription
61+
* **Windows UI** - Improved autonomy/spec mode status text rendering on Windows terminals
62+
63+
</Update>
64+
65+
<Update label="January 16" rss={{ title: "CLI Updates", description: "Readiness report in exec mode and settings stability" }}>
66+
`v0.53.0`
67+
68+
## New features
69+
70+
* **`/readiness-report` in exec mode** - Support for `/readiness-report` slash command in droid exec mode with optional custom instructions
71+
72+
## Bug fixes
73+
74+
* **Settings.json corruption prevention** - Settings file now uses atomic writes to prevent corruption
75+
* **Terminal info disabled** - Disabled getTerminalInfo to prevent issues
76+
* **Authentication stability** - Bundled keychain dependency in packaged builds to reduce flaky sign-in setups
77+
78+
</Update>
79+
780
<Update label="January 15" rss={{ title: "CLI Updates", description: "Session sharing, ctrl+z suspend, and bug fixes" }}>
881
`v0.52.0`
982

0 commit comments

Comments
 (0)