Skip to content

Claude Code v2.1.170: advisor tool + scheduled deployments + vault env vars #377

@claude-yolo

Description

@claude-yolo

WHY users should care

Advisor tool: Claude can now consult a stronger model mid-task. This is a big deal for agents doing complex work — Claude can escalate to a more capable model when it hits a hard problem without breaking the session.

Scheduled deployments: New /beta/deployments API lets you run managed agents on a cron schedule. Full CRUD: create, pause, unpause, archive, run-on-demand. This unlocks persistent background agent workflows.

Vault env var credentials: Vaults can now store environment_variable type credentials. Agents can use any env-var-authenticated service without the secret being exposed in the prompt.

Key new API surfaces

  • POST/GET /v1/beta/deployments — scheduled agent deployments
  • GET /v1/beta/deployment_runs — track deployment execution history
  • environment_variable credential type in vault

🚀 Advisor tool is the sleeper hit here — Claude escalating to a stronger model mid-task changes how you think about agent reliability.

Ref: thevibeworks/claude-code-docs#1029

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions