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
- Enterprise auto-detect mode respects the configured quiet setting instead of overriding it.
16
+
- Release now produces a single universal macOS binary (amd64 + arm64).
17
+
10
18
## [1.9.0] - 2026-04-03
11
19
12
20
Migrated from shell script to a compiled Go binary. All existing scanning features, detection logic, CLI flags, output formats, and enterprise telemetry are preserved — this release changes the implementation, not the functionality.
13
21
14
22
### Added
23
+
15
24
-**Go binary**: Single compiled binary (`stepsecurity-dev-machine-guard`) replaces the shell script. Zero external dependencies, no runtime required.
16
25
-**`configure` / `configure show` commands**: Interactive setup and display of enterprise credentials, search directories, and preferences. Saved to `~/.stepsecurity/config.json`.
17
26
18
27
## [1.8.2] - 2026-03-17
19
28
20
29
### Added
30
+
21
31
-`--search-dirs DIR [DIR...]` flag to scan specific directories instead of `$HOME` (replaces default; repeatable)
22
32
- Accepts multiple directories in a single flag: `--search-dirs /tmp /opt /var`
@@ -28,6 +38,7 @@ Migrated from shell script to a compiled Go binary. All existing scanning featur
28
38
First open-source release. The scanning engine was previously an internal enterprise tool (v1.0.0-v1.8.1) running in production. This release adds community mode for local-only scanning while keeping the enterprise codebase intact.
29
39
30
40
### Added
41
+
31
42
-**Community mode** with three output formats: pretty terminal, JSON, and HTML report
32
43
-**AI agent and CLI tool detection**: Claude Code, Codex, Gemini CLI, Kiro, Aider, OpenCode, and more
33
44
-**General-purpose AI agent detection**: OpenClaw, ClawdBot, GPT-Engineer, Claude Cowork
@@ -41,17 +52,20 @@ First open-source release. The scanning engine was previously an internal enterp
41
52
- ShellCheck CI workflow with Harden-Runner
42
53
43
54
### Changed
55
+
44
56
- Enterprise config variables are now clearly labeled and placed below the community-facing header
45
57
- Progress messages suppressed by default in community mode (enable with `--verbose`)
46
58
- Node.js scanning off by default in community mode (enable with `--enable-npm-scan`)
47
59
48
60
### Enterprise (unchanged from v1.8.1)
61
+
49
62
-`install`, `uninstall`, and `send-telemetry` commands
50
63
- Launchd scheduling (LaunchDaemon for root, LaunchAgent for user)
51
64
- S3 presigned URL upload with backend notification
0 commit comments