Skip to content

Release v0.2

Choose a tag to compare

@github-actions github-actions released this 03 Feb 02:40
· 211 commits to main since this release
e73fd1b

Release v0.2 โ€” Summary

๐Ÿ“ฆ Docker Images

  • Backend: ghcr.io/shipsecai/studio-backend:0.2
  • Worker: ghcr.io/shipsecai/studio-worker:0.2
  • Frontend: ghcr.io/shipsecai/studio-frontend:0.2

๐Ÿš€ Whatโ€™s New & Improved

๐Ÿง  Agent, Tool Mode & MCP Platform

  • Fully implemented Tool Mode with contract-based tool schemas
  • Introduced MCP Gateway with secure, session-scoped authentication and isolation
  • Added OpenCode Agent and AWS MCP server components
  • Gateway-based tool discovery, scoping, and execution (multi-agent aware)
  • Tool registry service for managing agent tool credentials
  • Support for stdio MCP proxy and internal/external MCP servers

๐Ÿ” Workflow Engine & Execution

  • Stable undo/redo, conditional execution, and dynamic port resolution
  • Unified port & parameter system across frontend, backend, worker, and SDK
  • Substantial refactors for type-safe, Zod-first schemas and contracts
  • Improved handling of entry points, secrets, and runtime parameter resolution

๐Ÿ“Š Observability, Tracing & Large Payloads

  • End-to-end Node I/O persistence and inspection
  • DevTools-style HTTP observability with timing, HAR traces, and network views
  • Large payload spilling to object storage with preview support
  • Improved execution tracing, summaries, and race-condition fixes

๐ŸŽจ UX, UI & Developer Experience

  • Polished workflow canvas, execution tab, sidebars, and inspector layouts
  • Artifact library revamp with download, delete, and dynamic naming support
  • Unified selection UI and improved secret visibility
  • Fixed multiple canvas, rerun, spotlight, and layout issues

๐Ÿ›  Reliability, Performance & Testing

  • Major stabilization of AI agent, MCP, and OpenCode tests
  • Improved test isolation, flaky-test handling, and E2E coverage
  • Kafka startup optimizations and worker performance improvements
  • ARM64 builds, CI hardening, and Docker reliability fixes

๐Ÿ” Security & Infrastructure

  • Secure secret resolution across worker, backend, and components
  • Timeout protection and cleanup for tool execution
  • Improved authentication, OAuth handling, and gateway security

๐Ÿงน Quality, Tooling & Docs

  • Comprehensive linting, strict TypeScript rules, and pre-commit hooks
  • Fast type-checking across the monorepo
  • Documentation overhauls, investigation reports, and RFCs
  • Cleaned up legacy files, debug logs, and interim artifacts

๐Ÿ‘ฅ Community