Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ sidebar: false

| Version | Date |
|---------|------|
| [v0.5.0](./v0.5.0.md) | 2026.07.03 |
| [v0.4.0](./v0.4.0.md) | 2026.06.14 |
| [v0.3.1](./v0.3.1.md) | 2026.06.04 |
| [v0.3.0](./v0.3.0.md) | 2026.06.02 |
Expand Down
277 changes: 277 additions & 0 deletions docs/changelog/v0.5.0.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/guide/digital-assistant.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The Digital Assistant is a preview feature intended for demos and early validati

AgentHub creates assistants from a CubeSandbox template. Before deployment, build the Digital Assistant template (see the command below), then copy the auto-generated `tpl-` prefixed template ID into `.env`:

```env
```bash
AGENTHUB_DS_OPENCLAW_TEMPLATE=<your-digital-assistant-template-id>
```

Expand Down
1 change: 1 addition & 0 deletions docs/zh/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ sidebar: false

| 版本 | 发布日期 |
|------|----------|
| [v0.5.0](./v0.5.0.md) | 2026.07.03 |
| [v0.4.0](./v0.4.0.md) | 2026.06.14 |
| [v0.3.1](./v0.3.1.md) | 2026.06.04 |
| [v0.3.0](./v0.3.0.md) | 2026.06.02 |
Expand Down
Loading
Loading