Skip to content

Commit b8dffc1

Browse files
authored
Merge pull request #1962 from dgageot/rename-cagent
A few more renames from cagent
2 parents 477cff7 + 0da881a commit b8dffc1

16 files changed

Lines changed: 17 additions & 26 deletions

File tree

.agents/skills/bump-go-dependencies/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ task test
5353
- **If both pass**: stage and commit the changes:
5454
```sh
5555
git add -A
56-
git commit -m "bump <module_path> from <old_version> to <new_version>" -m "" -m "Assisted-By: cagent"
56+
git commit -m "bump <module_path> from <old_version> to <new_version>" -m "" -m "Assisted-By: docker-agent"
5757
```
5858
Record the dependency as **bumped** in your tracking table.
5959

.github/SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Security Policy
22

3-
The maintainers of `cagent` take security seriously. If you discover
3+
The maintainers of `docker agent` take security seriously. If you discover
44
a security issue, please bring it to their attention right away!
55

66
## Reporting a Vulnerability

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ dist
44
.DS_Store
55
evals
66
*.db*
7-
/cagent
87
.crush
98
.vscode
109
.idea/

agent-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://github.com/cagent/cagent/blob/main/agent-schema.json",
3+
"$id": "https://github.com/docker/docker-agent/blob/main/agent-schema.json",
44
"title": "Cagent Configuration",
55
"description": "Configuration schema for Cagent v5",
66
"type": "object",

docs/_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"/></svg>
2424
</button>
2525

26-
<a href="https://github.com/docker/cagent" target="_blank" rel="noopener" class="github-link" title="GitHub" aria-label="View Docker Agent on GitHub">
26+
<a href="https://github.com/docker/docker-agent" target="_blank" rel="noopener" class="github-link" title="GitHub" aria-label="View Docker Agent on GitHub">
2727
<svg viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0 0 24 12c0-6.63-5.37-12-12-12z"/></svg>
2828
</a>
2929
</div>

docs/community/contributing/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ _docker-agent is open source. Here's how to set up your development environment
2828

2929
```bash
3030
# Clone and build
31-
git clone https://github.com/docker/cagent.git
32-
cd cagent
31+
git clone https://github.com/docker/docker-agent.git
32+
cd docker-agent
3333
task build
3434

3535
# Set API keys

docs/getting-started/installation/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ For the latest features, or to contribute, build from source:
7777

7878
```bash
7979
# Clone the repository
80-
git clone https://github.com/docker/cagent.git
81-
cd cagent
80+
git clone https://github.com/docker/docker-agent.git
81+
cd docker-agent
8282

8383
# Build the binary
8484
task build

docs/guides/tips/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ permissions:
229229

230230
```bash
231231
# Run with sandbox enabled
232-
cagent run --sandbox agent.yaml
232+
docker-agent run --sandbox agent.yaml
233233
```
234234

235235
### Use Hooks for Audit Logging

docs/recordings/gifs/pirate.tape

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
Output pirate.gif
55

6-
Require cagent
7-
86
Set Shell "zsh"
97
Set FontSize 24
108
Set Width 1800
@@ -14,7 +12,7 @@ Set Padding 0
1412
Set WindowBar Colorful
1513
Set BorderRadius 10
1614

17-
Type "cagent run ./examples/pirate.yaml" Sleep 3s Enter
15+
Type "docker agent run ./examples/pirate.yaml" Sleep 3s Enter
1816
Sleep 1s
1917

2018
Type "Hello, my name is Jean-Laurent! How are you today?" Sleep 1s Enter

examples/elicitation/server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
This server provides tools that use MCP elicitation to request additional
66
information from the user during tool execution.
77
8-
Usage with cagent:
9-
./bin/cagent run examples/elicitation/agent.yaml
8+
Usage with docker-agent:
9+
docker agent run examples/elicitation/agent.yaml
1010
1111
Usage standalone:
1212
uvx --with "mcp[cli]" mcp run examples/elicitation/server.py

0 commit comments

Comments
 (0)