@thacio/auditaria 0.30.11 → 0.30.13
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/README.md +14 -10
- package/bundle/docs/admin/enterprise-controls.md +115 -0
- package/bundle/docs/changelogs/index.md +20 -1
- package/bundle/docs/changelogs/latest.md +359 -293
- package/bundle/docs/changelogs/preview.md +296 -349
- package/bundle/docs/cli/checkpointing.md +2 -3
- package/bundle/docs/cli/cli-reference.md +4 -5
- package/bundle/docs/cli/commands.md +376 -650
- package/bundle/docs/cli/custom-commands.md +3 -0
- package/bundle/docs/cli/enterprise.md +1 -1
- package/bundle/docs/cli/gemini-md.md +20 -12
- package/bundle/docs/cli/headless.md +34 -372
- package/bundle/docs/cli/keyboard-shortcuts.md +36 -35
- package/bundle/docs/cli/plan-mode.md +5 -1
- package/bundle/docs/cli/rewind.md +11 -11
- package/bundle/docs/cli/session-management.md +61 -44
- package/bundle/docs/cli/settings.md +10 -5
- package/bundle/docs/cli/skills.md +15 -8
- package/bundle/docs/cli/themes.md +85 -51
- package/bundle/docs/cli/tutorials/automation.md +187 -0
- package/bundle/docs/cli/tutorials/file-management.md +142 -0
- package/bundle/docs/cli/tutorials/mcp-setup.md +105 -0
- package/bundle/docs/cli/tutorials/memory-management.md +126 -0
- package/bundle/docs/cli/tutorials/session-management.md +105 -0
- package/bundle/docs/cli/tutorials/shell-commands.md +107 -0
- package/bundle/docs/cli/tutorials/skills-getting-started.md +36 -31
- package/bundle/docs/cli/tutorials/task-planning.md +93 -0
- package/bundle/docs/cli/tutorials/web-tools.md +78 -0
- package/bundle/docs/core/policy-engine.md +4 -2
- package/bundle/docs/core/subagents.md +38 -38
- package/bundle/docs/extensions/best-practices.md +102 -53
- package/bundle/docs/extensions/index.md +37 -21
- package/bundle/docs/extensions/reference.md +148 -216
- package/bundle/docs/extensions/releasing.md +93 -122
- package/bundle/docs/extensions/writing-extensions.md +87 -76
- package/bundle/docs/get-started/configuration.md +103 -61
- package/bundle/docs/get-started/examples.md +39 -119
- package/bundle/docs/get-started/index.md +5 -4
- package/bundle/docs/get-started/installation.md +110 -77
- package/bundle/docs/index.md +156 -108
- package/bundle/docs/releases.md +2 -2
- package/bundle/docs/sidebar.json +101 -61
- package/bundle/docs/tools/activate-skill.md +43 -0
- package/bundle/docs/tools/ask-user.md +1 -1
- package/bundle/docs/tools/file-system.md +43 -133
- package/bundle/docs/tools/index.md +92 -91
- package/bundle/docs/tools/internal-docs.md +46 -0
- package/bundle/docs/tools/mcp-server.md +2 -2
- package/bundle/docs/tools/memory.md +21 -40
- package/bundle/docs/tools/shell.md +43 -88
- package/bundle/docs/tools/todos.md +22 -44
- package/bundle/docs/tools/web-fetch.md +22 -46
- package/bundle/docs/tools/web-search.md +19 -29
- package/bundle/gemini.js +138556 -136594
- package/bundle/mcp-bridge.js +154 -143
- package/bundle/node_modules/@browserbasehq/stagehand/dist/index.js +165438 -0
- package/bundle/node_modules/@browserbasehq/stagehand/package.json +102 -0
- package/bundle/node_modules/@thacio/auditaria-search/dist/tsconfig.tsbuildinfo +1 -1
- package/bundle/web-client/components/EditorPanel.js +57 -36
- package/bundle/web-client/components/FileTreePanel.js +240 -59
- package/bundle/web-client/index.html +5 -1
- package/bundle/web-client/managers/EditorManager.js +190 -24
- package/bundle/web-client/managers/FileTreeManager.js +301 -69
- package/bundle/web-client/styles/file-browser.css +42 -0
- package/bundle/web-client/styles/themes.css +376 -0
- package/bundle/web-client/utils/theme-manager.js +33 -1
- package/package.json +7 -6
- package/bundle/docs/architecture.md +0 -80
- package/bundle/docs/cli/index.md +0 -67
- package/bundle/docs/cli/tutorials.md +0 -87
- package/bundle/docs/get-started/configuration-v1.md +0 -882
package/README.md
CHANGED
|
@@ -62,8 +62,8 @@ software** intactas.
|
|
|
62
62
|
- **🔄 Provedores de LLM Alternativos**: Troque entre diferentes backends de IA
|
|
63
63
|
em tempo de execução usando o menu `/model`. Todas as ferramentas do Auditaria
|
|
64
64
|
funcionam independente do provedor — gerenciamento de contexto, escrita
|
|
65
|
-
colaborativa, busca de conhecimento, agente de navegação e habilidades.
|
|
66
|
-
|
|
65
|
+
colaborativa, busca de conhecimento, agente de navegação e habilidades. Requer
|
|
66
|
+
que as CLIs externas estejam instaladas e configuradas separadamente.
|
|
67
67
|
- **[Claude Code](https://docs.anthropic.com/en/docs/claude-code)**: Use
|
|
68
68
|
Claude (Opus, Sonnet, Haiku) como backend alternativo com o mesmo contexto,
|
|
69
69
|
memória e ferramentas customizadas
|
|
@@ -469,8 +469,8 @@ all original software engineering capabilities** intact.
|
|
|
469
469
|
- **🔄 Alternative LLM Providers**: Switch between different AI backends at
|
|
470
470
|
runtime using the `/model` menu. All Auditaria tools work regardless of
|
|
471
471
|
provider — context management, collaborative writing, knowledge search,
|
|
472
|
-
browser agent, and skills. Requires the external CLIs to be installed and
|
|
473
|
-
separately.
|
|
472
|
+
browser agent, and skills. Requires the external CLIs to be installed and
|
|
473
|
+
configured separately.
|
|
474
474
|
- **[Claude Code](https://docs.anthropic.com/en/docs/claude-code)**: Use
|
|
475
475
|
Claude (Opus, Sonnet, Haiku) as an alternative backend with the same
|
|
476
476
|
context, memory, and custom tools
|
|
@@ -518,6 +518,10 @@ all original software engineering capabilities** intact.
|
|
|
518
518
|
|
|
519
519
|
## 📦 Installation
|
|
520
520
|
|
|
521
|
+
See
|
|
522
|
+
[Auditaria CLI installation, execution, and releases](./docs/get-started/installation.md)
|
|
523
|
+
for recommended system specifications and a detailed installation guide.
|
|
524
|
+
|
|
521
525
|
### Windows Standalone Executables (No Node.js Required)
|
|
522
526
|
|
|
523
527
|
#### Direct Download
|
|
@@ -767,8 +771,8 @@ auditaria -p "Run tests and deploy" --output-format stream-json
|
|
|
767
771
|
|
|
768
772
|
### Web Interface
|
|
769
773
|
|
|
770
|
-
The web interface provides an alternative way to interact with Auditaria
|
|
771
|
-
|
|
774
|
+
The web interface provides an alternative way to interact with Auditaria through
|
|
775
|
+
your browser:
|
|
772
776
|
|
|
773
777
|
- **Web interface enabled by default**: `auditaria` (automatically opens
|
|
774
778
|
browser)
|
|
@@ -868,8 +872,8 @@ instructions.
|
|
|
868
872
|
|
|
869
873
|
## 🤝 Contributing
|
|
870
874
|
|
|
871
|
-
We welcome contributions! Auditaria is fully open source (Apache 2.0), and
|
|
872
|
-
|
|
875
|
+
We welcome contributions! Auditaria is fully open source (Apache 2.0), and we
|
|
876
|
+
encourage the community to:
|
|
873
877
|
|
|
874
878
|
- Report bugs and suggest features
|
|
875
879
|
- Improve documentation
|
|
@@ -883,8 +887,8 @@ standards, and how to submit pull requests.
|
|
|
883
887
|
|
|
884
888
|
- **[Official Roadmap](./ROADMAP.md)** - See what's coming next.
|
|
885
889
|
- **[Changelog](./docs/changelogs/index.md)** - See recent notable updates.
|
|
886
|
-
- **[NPM Package](https://www.npmjs.com/package/@thacio/auditaria)** -
|
|
887
|
-
|
|
890
|
+
- **[NPM Package](https://www.npmjs.com/package/@thacio/auditaria)** - Package
|
|
891
|
+
registry.
|
|
888
892
|
- **[GitHub Repository](https://github.com/thacio/auditaria)** - Source code.
|
|
889
893
|
- **[GitHub Issues](https://github.com/thacio/auditaria/issues)** - Report bugs
|
|
890
894
|
or request features.
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
# Enterprise Admin Controls
|
|
2
|
+
|
|
3
|
+
Gemini CLI empowers enterprise administrators to manage and enforce security
|
|
4
|
+
policies and configuration settings across their entire organization. Secure
|
|
5
|
+
defaults are enabled automatically for all enterprise users, but can be
|
|
6
|
+
customized via the [Management Console](https://goo.gle/manage-gemini-cli).
|
|
7
|
+
|
|
8
|
+
**Enterprise Admin Controls are enforced globally and cannot be overridden by
|
|
9
|
+
users locally**, ensuring a consistent security posture.
|
|
10
|
+
|
|
11
|
+
## Admin Controls vs. System Settings
|
|
12
|
+
|
|
13
|
+
While [System-wide settings](../cli/settings.md) act as convenient configuration
|
|
14
|
+
overrides, they can still be modified by users with sufficient privileges. In
|
|
15
|
+
contrast, admin controls are immutable at the local level, making them the
|
|
16
|
+
preferred method for enforcing policy.
|
|
17
|
+
|
|
18
|
+
## Available Controls
|
|
19
|
+
|
|
20
|
+
### Strict Mode
|
|
21
|
+
|
|
22
|
+
**Enabled/Disabled** | Default: enabled
|
|
23
|
+
|
|
24
|
+
If enabled, users will not be able to enter yolo mode.
|
|
25
|
+
|
|
26
|
+
### Extensions
|
|
27
|
+
|
|
28
|
+
**Enabled/Disabled** | Default: disabled
|
|
29
|
+
|
|
30
|
+
If disabled, users will not be able to use or install extensions. See
|
|
31
|
+
[Extensions](../extensions/index.md) for more details.
|
|
32
|
+
|
|
33
|
+
### MCP
|
|
34
|
+
|
|
35
|
+
#### Enabled/Disabled
|
|
36
|
+
|
|
37
|
+
**Enabled/Disabled** | Default: disabled
|
|
38
|
+
|
|
39
|
+
If disabled, users will not be able to use MCP servers. See
|
|
40
|
+
[MCP Server Integration](../tools/mcp-server.md) for more details.
|
|
41
|
+
|
|
42
|
+
#### MCP Servers (preview)
|
|
43
|
+
|
|
44
|
+
**Default**: empty
|
|
45
|
+
|
|
46
|
+
Allows administrators to define an explicit allowlist of MCP servers. This
|
|
47
|
+
guarantees that users can only connect to trusted MCP servers defined by the
|
|
48
|
+
organization.
|
|
49
|
+
|
|
50
|
+
**Allowlist Format:**
|
|
51
|
+
|
|
52
|
+
```json
|
|
53
|
+
{
|
|
54
|
+
"mcpServers": {
|
|
55
|
+
"external-provider": {
|
|
56
|
+
"url": "https://api.mcp-provider.com",
|
|
57
|
+
"type": "sse",
|
|
58
|
+
"trust": true,
|
|
59
|
+
"includeTools": ["toolA", "toolB"],
|
|
60
|
+
"excludeTools": []
|
|
61
|
+
},
|
|
62
|
+
"internal-corp-tool": {
|
|
63
|
+
"url": "https://mcp.internal-tool.corp",
|
|
64
|
+
"type": "http",
|
|
65
|
+
"includeTools": [],
|
|
66
|
+
"excludeTools": ["adminTool"]
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
**Supported Fields:**
|
|
73
|
+
|
|
74
|
+
- `url`: (Required) The full URL of the MCP server endpoint.
|
|
75
|
+
- `type`: (Required) The connection type (e.g., `sse` or `http`).
|
|
76
|
+
- `trust`: (Optional) If set to `true`, the server is trusted and tool execution
|
|
77
|
+
will not require user approval.
|
|
78
|
+
- `includeTools`: (Optional) An explicit list of tool names to allow. If
|
|
79
|
+
specified, only these tools will be available.
|
|
80
|
+
- `excludeTools`: (Optional) A list of tool names to hide. These tools will be
|
|
81
|
+
blocked.
|
|
82
|
+
|
|
83
|
+
**Client Enforcement Logic:**
|
|
84
|
+
|
|
85
|
+
- **Empty Allowlist**: If the admin allowlist is empty, the client uses the
|
|
86
|
+
user’s local configuration as is (unless the MCP toggle above is disabled).
|
|
87
|
+
- **Active Allowlist**: If the allowlist contains one or more servers, **all
|
|
88
|
+
locally configured servers not present in the allowlist are ignored**.
|
|
89
|
+
- **Configuration Merging**: For a server to be active, it must exist in
|
|
90
|
+
**both** the admin allowlist and the user’s local configuration (matched by
|
|
91
|
+
name). The client merges these definitions as follows:
|
|
92
|
+
- **Override Fields**: The `url`, `type`, & `trust` are always taken from the
|
|
93
|
+
admin allowlist, overriding any local values.
|
|
94
|
+
- **Tools Filtering**: If `includeTools` or `excludeTools` are defined in the
|
|
95
|
+
allowlist, the admin’s rules are used exclusively. If both are undefined in
|
|
96
|
+
the admin allowlist, the client falls back to the user’s local tool
|
|
97
|
+
settings.
|
|
98
|
+
- **Cleared Fields**: To ensure security and consistency, the client
|
|
99
|
+
automatically clears local execution fields (`command`, `args`, `env`,
|
|
100
|
+
`cwd`, `httpUrl`, `tcp`). This prevents users from overriding the connection
|
|
101
|
+
method.
|
|
102
|
+
- **Other Fields**: All other MCP fields are pulled from the user’s local
|
|
103
|
+
configuration.
|
|
104
|
+
- **Missing Allowlisted Servers**: If a server appears in the admin allowlist
|
|
105
|
+
but is missing from the local configuration, it will not be initialized. This
|
|
106
|
+
ensures users maintain final control over which permitted servers are actually
|
|
107
|
+
active in their environment.
|
|
108
|
+
|
|
109
|
+
### Unmanaged Capabilities
|
|
110
|
+
|
|
111
|
+
**Enabled/Disabled** | Default: disabled
|
|
112
|
+
|
|
113
|
+
If disabled, users will not be able to use certain features. Currently, this
|
|
114
|
+
control disables Agent Skills. See [Agent Skills](../cli/skills.md) for more
|
|
115
|
+
details.
|
|
@@ -18,7 +18,26 @@ on GitHub.
|
|
|
18
18
|
| [Preview](preview.md) | Experimental features ready for early feedback. |
|
|
19
19
|
| [Stable](latest.md) | Stable, recommended for general use. |
|
|
20
20
|
|
|
21
|
-
## Announcements: v0.
|
|
21
|
+
## Announcements: v0.29.0 - 2026-02-17
|
|
22
|
+
|
|
23
|
+
- **Plan Mode:** A new comprehensive planning capability with `/plan`,
|
|
24
|
+
`enter_plan_mode` tool, and dedicated documentation
|
|
25
|
+
([#17698](https://github.com/google-gemini/gemini-cli/pull/17698) by @Adib234,
|
|
26
|
+
[#18324](https://github.com/google-gemini/gemini-cli/pull/18324) by @jerop).
|
|
27
|
+
- **Gemini 3 Default:** We've removed the preview flag and enabled Gemini 3 by
|
|
28
|
+
default for all users
|
|
29
|
+
([#18414](https://github.com/google-gemini/gemini-cli/pull/18414) by
|
|
30
|
+
@sehoon38).
|
|
31
|
+
- **Extension Exploration:** New UI and settings to explore and manage
|
|
32
|
+
extensions more easily
|
|
33
|
+
([#18686](https://github.com/google-gemini/gemini-cli/pull/18686) by
|
|
34
|
+
@sripasg).
|
|
35
|
+
- **Admin Control:** Administrators can now allowlist specific MCP server
|
|
36
|
+
configurations
|
|
37
|
+
([#18311](https://github.com/google-gemini/gemini-cli/pull/18311) by
|
|
38
|
+
@skeshive).
|
|
39
|
+
|
|
40
|
+
## Announcements: v0.28.0 - 2026-02-10
|
|
22
41
|
|
|
23
42
|
- **Slash Command:** We've added a new `/prompt-suggest` slash command to help
|
|
24
43
|
you generate prompt suggestions
|