Skip to content

Commit 6c00bf7

Browse files
chore: release packages (#406)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent df0305f commit 6c00bf7

File tree

7 files changed

+81
-30
lines changed

7 files changed

+81
-30
lines changed

.changeset/fluffy-glasses-rule.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

apps/cli/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# @director.run/cli
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#405](https://github.com/director-run/director/pull/405) [`df0305f`](https://github.com/director-run/director/commit/df0305f88a70e70d593fa441292a332455a98c97) Thanks [@barnaby](https://github.com/barnaby)! - Introducing Director V1: Playbooks for AI Agents.
8+
9+
Playbooks are sets of MCP tools, prompts and configuration that give your agent new abilities. Director maintains playbook definitions as flat YAML files, which makes them them easy to share and edit.
10+
11+
You can think of a Playbook like a Claude Skill, but for any agent, powered by MCP. Director has 1-click integrations with Claude Code, Cursor, Claude Desktop and VSCode, making it lighting fast to switch playbooks in and out of context. And tool filtering to keep your context clean and focused.
12+
13+
If you'd like to see it in action, head over to the home page to [watch the demo video](https://director.run)
14+
15+
## Release Notes
16+
17+
- <ins>**Playbooks**</ins> group MCP tools, prompts and configuration into a single entity
18+
- Full <ins>**OAuth support**</ins> for MCP servers (currently supported by Notion and Sentry)
19+
- <ins>**Tool filtering & prefixing**</ins>, allowing you to add only the tools you need to a playbook / context
20+
- 1-click <ins>**Claude Code**</ins> integration
21+
- Move config from JSON to YAML for better readability and editing experience
22+
- Ability to maintain <ins>**playbook to client mapping in config**</ins>, which is enforced at startup
23+
- Config search pattern will look for config in current directory if available, otherwise will default to ~/.director/. (so you can commit playbooks to version control)
24+
- MCP server <ins>**connection status / lifecycle management**</ins>
25+
- Bundle the Studio with the CLI, which makes it work in Safari and Brave
26+
- Basic MCP debugging capabilities in the CLI (`director mcp`)
27+
- Added <ins>**Sentry**</ins> and <ins>**Postgres**</ins> MCP servers to the registry
28+
329
## 0.3.0
430

531
### Minor Changes

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@director.run/cli",
33
"type": "module",
4-
"version": "0.3.0",
4+
"version": "1.0.0",
55
"files": ["dist", "README.md", "package.json"],
66
"bin": {
77
"director": "./dist/cli.js"

apps/docker/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# @director.run/docker
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#405](https://github.com/director-run/director/pull/405) [`df0305f`](https://github.com/director-run/director/commit/df0305f88a70e70d593fa441292a332455a98c97) Thanks [@barnaby](https://github.com/barnaby)! - Introducing Director V1: Playbooks for AI Agents.
8+
9+
Playbooks are sets of MCP tools, prompts and configuration that give your agent new abilities. Director maintains playbook definitions as flat YAML files, which makes them them easy to share and edit.
10+
11+
You can think of a Playbook like a Claude Skill, but for any agent, powered by MCP. Director has 1-click integrations with Claude Code, Cursor, Claude Desktop and VSCode, making it lighting fast to switch playbooks in and out of context. And tool filtering to keep your context clean and focused.
12+
13+
If you'd like to see it in action, head over to the home page to [watch the demo video](https://director.run)
14+
15+
## Release Notes
16+
17+
- <ins>**Playbooks**</ins> group MCP tools, prompts and configuration into a single entity
18+
- Full <ins>**OAuth support**</ins> for MCP servers (currently supported by Notion and Sentry)
19+
- <ins>**Tool filtering & prefixing**</ins>, allowing you to add only the tools you need to a playbook / context
20+
- 1-click <ins>**Claude Code**</ins> integration
21+
- Move config from JSON to YAML for better readability and editing experience
22+
- Ability to maintain <ins>**playbook to client mapping in config**</ins>, which is enforced at startup
23+
- Config search pattern will look for config in current directory if available, otherwise will default to ~/.director/. (so you can commit playbooks to version control)
24+
- MCP server <ins>**connection status / lifecycle management**</ins>
25+
- Bundle the Studio with the CLI, which makes it work in Safari and Brave
26+
- Basic MCP debugging capabilities in the CLI (`director mcp`)
27+
- Added <ins>**Sentry**</ins> and <ins>**Postgres**</ins> MCP servers to the registry
28+
329
## 0.3.0
430

531
## 0.2.2

apps/docker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@director.run/docker",
3-
"version": "0.3.0",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "Docker image for Director",
66
"repository": {

apps/sdk/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# @director.run/sdk
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#405](https://github.com/director-run/director/pull/405) [`df0305f`](https://github.com/director-run/director/commit/df0305f88a70e70d593fa441292a332455a98c97) Thanks [@barnaby](https://github.com/barnaby)! - Introducing Director V1: Playbooks for AI Agents.
8+
9+
Playbooks are sets of MCP tools, prompts and configuration that give your agent new abilities. Director maintains playbook definitions as flat YAML files, which makes them them easy to share and edit.
10+
11+
You can think of a Playbook like a Claude Skill, but for any agent, powered by MCP. Director has 1-click integrations with Claude Code, Cursor, Claude Desktop and VSCode, making it lighting fast to switch playbooks in and out of context. And tool filtering to keep your context clean and focused.
12+
13+
If you'd like to see it in action, head over to the home page to [watch the demo video](https://director.run)
14+
15+
## Release Notes
16+
17+
- <ins>**Playbooks**</ins> group MCP tools, prompts and configuration into a single entity
18+
- Full <ins>**OAuth support**</ins> for MCP servers (currently supported by Notion and Sentry)
19+
- <ins>**Tool filtering & prefixing**</ins>, allowing you to add only the tools you need to a playbook / context
20+
- 1-click <ins>**Claude Code**</ins> integration
21+
- Move config from JSON to YAML for better readability and editing experience
22+
- Ability to maintain <ins>**playbook to client mapping in config**</ins>, which is enforced at startup
23+
- Config search pattern will look for config in current directory if available, otherwise will default to ~/.director/. (so you can commit playbooks to version control)
24+
- MCP server <ins>**connection status / lifecycle management**</ins>
25+
- Bundle the Studio with the CLI, which makes it work in Safari and Brave
26+
- Basic MCP debugging capabilities in the CLI (`director mcp`)
27+
- Added <ins>**Sentry**</ins> and <ins>**Postgres**</ins> MCP servers to the registry
28+
329
## 0.3.0
430

531
## 0.2.2

apps/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@director.run/sdk",
33
"type": "module",
4-
"version": "0.3.0",
4+
"version": "1.0.0",
55
"files": ["dist", "README.md"],
66
"main": "dist/index.js",
77
"module": "dist/index.js",

0 commit comments

Comments
 (0)