@gitlab/duo-cli 8.78.0 → 8.79.0
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 +2 -2
- package/dist/index.js +836 -817
- package/dist/index.js.map +403 -394
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GitLab Duo CLI (experimental)
|
|
2
2
|
|
|
3
3
|
GitLab Duo for your command line. An AI-powered CLI tool that brings
|
|
4
|
-
[GitLab Duo Chat
|
|
4
|
+
[GitLab Duo Agentic Chat](https://docs.gitlab.com/user/gitlab_duo_chat/agentic_chat/) to your
|
|
5
5
|
terminal.
|
|
6
6
|
|
|
7
7
|
📖 **For installation, usage, and configuration see the [GitLab Duo CLI documentation](https://docs.gitlab.com/user/gitlab_duo_cli/).**
|
|
@@ -26,7 +26,7 @@ See the full [Development Guide](./docs/development.md) for prerequisites, build
|
|
|
26
26
|
|
|
27
27
|
### Packages
|
|
28
28
|
|
|
29
|
-
The Duo CLI is split across two packages:
|
|
29
|
+
The GitLab Duo CLI is split across two packages:
|
|
30
30
|
|
|
31
31
|
- **`packages/cli`** — CLI entry point, command routing, backend abstraction, and controllers for interactive and headless modes.
|
|
32
32
|
- **[`packages/tui`](../tui/)** — React-based terminal UI built on [Ink](https://github.com/vadimdemedes/ink). Pure presentation layer with zero domain logic. Renders the chat interface, messages, tool calls, diffs, and Markdown.
|