Skip to main content

v1.2.4

Revamped Integration Experiences

We’ve significantly improved the agent experience across Slack, GitHub, and Linear for a more seamless and responsive workflow.

Improved Slack Agent Behavior

  • Enhanced Agent Interactions - Revamped the Slack agent experience with better usage of native Slack UI components

Improved GitHub Agent Behavior

  • Permanent Session Links - GitHub comments now include a permanent link to the Session for easy reference and follow-up
  • User Message Relay - Follow-up messages sent from the dashboard are now relayed in the GitHub thread, keeping all participants in sync

Improved Linear Agent Behavior

  • Permanent Session Links - Linear comments now include a permanent link to the Session
  • User Message Relay - Follow-up messages from the dashboard are relayed in Linear threads
  • Native Agent Session Experience - Now utilizing Linear’s agent session behavior for a more streamlined and native-feeling experience

v1.2.3

Claude Opus 4.6 Support

  • Claude Code - Added support for Claude Opus 4.6, the latest flagship model with enhanced reasoning capabilities
  • Cursor - Claude Opus 4.6 is now available in the Cursor CLI Agent
  • OpenCode - OpenCode now supports Claude Opus 4.6 for advanced code generation and analysis
  • Sisyphus - Sisyphus orchestration system can now leverage Claude Opus 4.6 for complex multi-agent workflows

v1.2.2

Cursor CLI Agent

  • Premium Models - Access Composer, GPT-5.2-codex, Claude 4.5 (Sonnet/Opus), and Gemini 3 Pro through a single subscription
  • Subscription Model - Requires Cursor Pro or Team subscription with API key
  • Invoke via Slash Command - Use /cursor to invoke (cannot be set as default agent)

Support for PR Skills & Hooks

  • Agent PR Creation Skills - Define custom agent skills for pull request creation with personalized templates and workflows
  • PR Hooks Support - Configure hooks to customize pull request templates and defaults
  • Draft Mode Control - Set default draft mode and other PR settings through custom skills or hooks
.claude/skills/SKILL.md
---
name: create-pr
description: Generate and open a pull request using the repository PR template and GitHub CLI. Use when asked to create a PR, open a pull request, or submit changes for review.
---

# Open Pull Request

Generate a pull request that conforms to organization standards.

...

v1.2.1

Sisyphus Agent

  • Multi-Agent Orchestration - Introducing Sisyphus (Oh My OpenCode), a sophisticated orchestration system that coordinates multiple specialized agents
  • Specialized Agent Team - Main Conductor (Claude Opus 4.5), Oracle (GPT-5), and Backend Specialist (Claude Sonnet 4.5) work together on complex tasks
  • Complex Workflows - Ideal for full-stack feature implementation, large-scale refactoring, and multi-file changes requiring domain expertise
  • Claude Code Compatibility - Built with compatibility layer for seamless integration
  • API Key Configuration - Supports both Anthropic and OpenAI API keys for full capabilities
  • Experimental Status - Available now as an experimental agent via /sisyphus slash command

v1.2.0

OpenCode

  • You can now use OpenCode in Blocks!
  • OpenAI and Anthropic API Key Support - Configure OpenCode with your OpenAI or Anthropic API keys

Database Integration

  • Postgres Support - Connect a Postgres database to your Blocks workspace
  • Bastion Connection - Secure database connections through SSH bastion hosts with support for private keys and credentials

Linear Integration

  • Default Assign Mode - Configure the default mode (Edit or Plan) when assigning Linear tickets to agents, streamlining your workflow

Infrastructure

  • GitHub Token Refresh - Improved GitHub token refresh mechanism in agent sandboxes for more reliable authentication

v1.1.0

Plan Mode

Now you can create a plan before implementation happens:
  • Mode Switching - Toggle between Plan and Edit mode when creating a new session from the dashboard, Slack, GitHub, and Linear
  • Plan Visualization - See your implementation plan displayed clearly in the session
  • Make Changes - Work with the agent to update the plan
  • One-Click Implementation - Implement planned changes with a single button
  • Use Anywhere - Run plan mode from the Dashboard, GitHub, Slack, and Linear

Post-Clone Scripts

  • Add a .blocks/post-clone or .blocks/post-clone.sh with one or more shell commands directly in your repository:
#!/bin/bash
npm run i

Claude Code Hook and Skills Support

  • Read directly from .claude folders in cloned repositories

Enhanced File Viewer

  • Inline File Viewing - View files directly in chat conversations
  • Full-Screen Mode - Dedicated full-screen viewer for focused file review

Enhanced TODOs

  • Collapsible TODO List - View all in-progress TODOs directly above your message box in a session
  • Reduce Clutter - TODO updates no longer clutter your main chat history

AWS Integration

  • Credential Configuration - Set up AWS access keys and secrets from the settings page
  • OIDC Support Coming Soon
  • Bedrock API Keys - Claude Code can now be configured to use an AWS Bedrock API key

Linear Integration

  • Default Team Configuration - Set a default Linear team for new issue creation, overwrite by specifying a specific team

Other Improvements

  • Session Details - View creation dates for all your sessions in the sidebar
  • Unarchive Sessions - Restore archived sessions when needed
  • GitHub Branches - Quick access to branches from the GitHub menu in message box command menus
  • Preserved Redirects - Return to your intended page after signing in when visiting an unauthenticated link
  • Improved User Management - Filtered non-human users from the Linear claim user dialog