Skip to content

0.3.63

Choose a tag to compare

@github-actions github-actions released this 12 Feb 00:49
92d4950

Merged PRs

dolt-workbench

  • 805: Make workbench update itself
  • 804: Agent mode quality of life improvements
    Makes sure the agent is using Opus 4.6. Also fixes #802 and #796
  • 803: Interrupt the agent and cancel tool calls
    This PR makes it so you can send messages while the agent is still responding to some previous message. This will cause the current message it's sending to be interrupted and any in-flight tool calls to be cancelled. Also, added a button on the tool call component to cancel an individual tool call:
    tool-call-cancel
  • 801: Update win build version to 0.3.66
    Increment version
  • 800: fix file path for claude CLI on windows
  • 794: Update mas build version to 0.3.92
    Increment version
  • 793: Update dmg build version to 0.3.92
    Increment version
  • 792: Remove ripgrep dependency
  • 791: Update versions for release 0.3.62
    Increment versions
  • 790: bump electron-builder, remove glob res

Closed Issues

  • 802: Rejecting dolt action should trigger user prompt
  • 563: Add agent mode
  • 795: Interrupt in Agent Mode
  • 798: Timeout long call in agent mode