Skip to content

feat: AUTO-292 add Agent Run to n8n - #19

Merged
Gikoskos merged 1 commit into
mainfrom
feat/AUTO-292-n8n-agent-run
Aug 20, 2026
Merged

Gikoskos merged 1 commit into
mainfrom
feat/AUTO-292-n8n-agent-run

Conversation

@xsvfat

@xsvfat xsvfat commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add a Run Agent operation with the complete Agent Run request surface
  • return an immediate run ticket or poll the authenticated status endpoint until terminal/timeout
  • preserve every existing operation while adding offline CI and a paid live regression suite
  • update the operation list and distinguish one-shot REST Agent runs from interactive MCP sessions

Testing

  • npm test — 42/42 passed
  • npm run lint — passed with zero errors
  • npm run build — passed; no test artifacts in dist
  • npm run test:live — 7/7 passed against production-sfo, including wait/no-wait, timeout, 400/401, screenshot, and Smart Scrape
  • protected ESLint and TypeScript configs unchanged

Assumptions made

  • the plan's Markdown-corrupted status URL expression means encodeURIComponent(created.id), which is the only type-correct form of the documented /agent/run/{id} route
  • the current n8n CLI's stricter lint is authoritative for compatibility: its shared sleep utility replaces the plan's restricted global timer, and final periods were added to the two multi-sentence descriptions

Linear

AUTO-292

@xsvfat
xsvfat requested a review from andyMrtnzP August 20, 2026 08:44
@xsvfat xsvfat added the ai-generated Pull request generated by AI automation label Aug 20, 2026
@xsvfat
xsvfat marked this pull request as ready for review August 20, 2026 08:44

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@xsvfat

xsvfat commented Aug 20, 2026

Copy link
Copy Markdown
Contributor Author

Automated review summary: no reviewer threads required action or pushback. Build, Prettier, and Devin Review are green; the branch head remained unchanged across follow-up sweeps. GitHub reports the PR mergeable with a clean merge state. Human review is requested from @andyMrtnzP.

@Gikoskos
Gikoskos merged commit b6525d3 into main Aug 20, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ai-generated Pull request generated by AI automation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants