Skip to content

Releases: director-run/director

@director.run/sdk@1.1.1

31 Oct 11:41
feb1c09

Choose a tag to compare

Patch Changes

@director.run/sdk@1.1.0

31 Oct 11:26
7864d4f

Choose a tag to compare

Minor Changes

@director.run/sdk@1.0.2

31 Oct 10:46
4ba2db7

Choose a tag to compare

Patch Changes

@director.run/cli@1.1.1

31 Oct 11:42
feb1c09

Choose a tag to compare

Patch Changes

@director.run/cli@1.1.0

31 Oct 11:26
7864d4f

Choose a tag to compare

@director.run/cli@1.1.0

@director.run/cli@1.0.2

31 Oct 10:46
4ba2db7

Choose a tag to compare

Patch Changes

@director.run/sdk@1.0.1

28 Oct 12:36
32eb73f

Choose a tag to compare

@director.run/sdk@1.0.1

@director.run/sdk@1.0.0

28 Oct 10:38
6c00bf7

Choose a tag to compare

Major Changes

  • #405 df0305f Thanks @barnaby! - Introducing Director V1: Playbooks for AI Agents.

    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.

    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.

    If you'd like to see it in action, head over to the home page to watch the demo video

    Release Notes

    • Playbooks group MCP tools, prompts and configuration into a single entity
    • Full OAuth support for MCP servers (currently supported by Notion and Sentry)
    • Tool filtering & prefixing, allowing you to add only the tools you need to a playbook / context
    • 1-click Claude Code integration
    • Move config from JSON to YAML for better readability and editing experience
    • Ability to maintain playbook to client mapping in config, which is enforced at startup
    • 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)
    • MCP server connection status / lifecycle management
    • Bundle the Studio with the CLI, which makes it work in Safari and Brave
    • Basic MCP debugging capabilities in the CLI (director mcp)
    • Added Sentry and Postgres MCP servers to the registry

@director.run/cli@1.0.1

28 Oct 12:36
32eb73f

Choose a tag to compare

Patch Changes

@director.run/cli@1.0.0

28 Oct 10:38
6c00bf7

Choose a tag to compare

Major Changes

  • #405 df0305f Thanks @barnaby! - Introducing Director V1: Playbooks for AI Agents.

    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.

    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.

    If you'd like to see it in action, head over to the home page to watch the demo video

    Release Notes

    • Playbooks group MCP tools, prompts and configuration into a single entity
    • Full OAuth support for MCP servers (currently supported by Notion and Sentry)
    • Tool filtering & prefixing, allowing you to add only the tools you need to a playbook / context
    • 1-click Claude Code integration
    • Move config from JSON to YAML for better readability and editing experience
    • Ability to maintain playbook to client mapping in config, which is enforced at startup
    • 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)
    • MCP server connection status / lifecycle management
    • Bundle the Studio with the CLI, which makes it work in Safari and Brave
    • Basic MCP debugging capabilities in the CLI (director mcp)
    • Added Sentry and Postgres MCP servers to the registry