Skip to content

Commit a948cc1

Browse files
committed
docs(ai-chat): changelog entry for 0.0.0-chat-prerelease-20260419173457
Covers Agent Skills Phase 1 — skills.define, chat.skills.set, auto-wired loadSkill/readFile/bash tools, and CLI bundling into /app/.trigger/skills/ at deploy time.
1 parent 4c025d6 commit a948cc1

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/ai-chat/changelog.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ sidebarTitle: "Changelog"
44
description: "Pre-release updates for AI chat agents."
55
---
66

7+
<Update label="April 19, 2026" description="0.0.0-chat-prerelease-20260419173457" tags={["SDK", "CLI"]}>
8+
9+
## Agent Skills (Phase 1)
10+
11+
Ship reusable capabilities as folders — a `SKILL.md` plus optional scripts, references, and assets. The agent sees short descriptions in its system prompt, loads full instructions on demand via `loadSkill`, and invokes bundled scripts via `bash` — no manual wiring.
12+
13+
`skills.define({ id, path })` registers the skill; the CLI bundles the folder into the deploy image. `chat.skills.set([...])` activates skills for the run; `chat.toStreamTextOptions()` auto-injects the preamble and tools.
14+
15+
See the new [Agent Skills guide](/ai-chat/patterns/skills).
16+
17+
</Update>
18+
719
<Update label="April 18, 2026" description="0.0.0-chat-prerelease-20260418174118" tags={["SDK"]}>
820

921
## `chat.endRun()` — exit on your own terms

0 commit comments

Comments
 (0)