Skip to content

Commit 65296f6

Browse files
committed
changelog: record the skills tool in 1.5.27
#1230 (add a skills tool and slim the execute description) landed on main without a changeset, so it shipped in 1.5.27 with no changelog entry. Add it to @executor-js/execution's 1.5.27 section so the changelog reflects what the release actually contains.
1 parent 296d6fb commit 65296f6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/core/execution/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
### Patch Changes
66

7+
- Add a `skills` tool and slim the always-loaded `execute` description. The execute tool's calling-convention guide now lives behind `skills({ name: "execute" })`, so a session loads it on demand instead of carrying it up front. The `execute` description keeps a one-line intro, a pointer to the skill, and a names-only list of the integrations the user has connected (deduped across connections, no per-connection prefixes).
8+
79
- Updated dependencies []:
810
- @executor-js/sdk@1.5.27
911
- @executor-js/codemode-core@1.5.27

0 commit comments

Comments
 (0)