SWEny AI
Version updated for https://github.com/swenyai/sweny to version v4.0.1.1.
- This action is used across all versions by 0 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
SWEny is a GitHub Action and workflow orchestration tool designed to automate AI-driven engineering tasks by executing workflows defined as Directed Acyclic Graphs (DAGs). It integrates with external services like GitHub, Sentry, Datadog, and Slack to monitor logs, analyze issues, create tickets, implement fixes, and open pull requests autonomously. Its key features include a deterministic DAG executor, built-in AI agent capabilities powered by Claude, and multiple entry points (GitHub Action, CLI, and a visual DAG editor) for streamlined development and monitoring.
Release notes
What’s new
Streaming & Live Progress (@sweny-ai/core@0.1.1)
--streamflag — All commands (triage,implement,workflow run) now support--streamwhich outputs NDJSONExecutionEventobjects to stdout. This is the foundation for Studio live visualization and automation consumers.node:progressevent — NewExecutionEventtype that surfaces Claude’s internal tool activity (tool names, elapsed times, summaries) through the observer pattern.- Live progress UX — Triage command shows a multi-line activity block with spinner, elapsed time, and last 3 tool activities — updates in-place on TTY.
- SDK streaming — ClaudeClient handles
tool_progressandtool_use_summarySDK events, piping them throughonProgresscallbacks to the executor and observer chain.
Workflow Builder (@sweny-ai/core)
buildWorkflowandrefineWorkflowrewritten to use the Claude interface instead of raw API calls.
Studio Enhancements (@sweny-ai/studio)
- AI chat panel replaces toolbox + prompt bar
- AI-assisted instruction generation
- Generate workflows from natural language prompts
- Toggleable skill pills in AI chat
- Enhanced instruction editor with AI actions
- Connection handles now visible and interactive
- New workflow button + Cmd+N shortcut
Documentation
- Complete documentation rewrite: Getting Started, Workflows, GitHub Action, CLI, Studio, Skills, and Advanced sections
- New root README
Version Bump
- Action version bumped from v3 → v4 to avoid confusion with legacy
@sweny-ai/enginev3.x tags. - Use
swenyai/sweny@v4in your GitHub Actions workflows.