feat: fix dynamic option loaders, add device proxy control, and implement missing task parameters#6
Open
ZainUrRehmanKhan wants to merge 4 commits into
Open
Conversation
…ontinueOnFailure, memoryNamespace, stealth, subagentModel)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This pull request resolves critical dynamic loading issues, implements device level network proxy operations, adds robust stream buffer handling for task execution, and introduces missing configuration parameters for task creation.
Key Changes
1. Dynamic Option Loader Enhancements
[]). This prevents n8n from throwing crash or validation alerts when credentials are not yet saved.bundleIdandplatformproperties instead of deprecated fields.2. Device Proxy Control Operations
Connect Proxyoperation to device resources supporting SOCKS5 credentials, name based preconfigured proxies, and smart IP toggling.Disconnect Proxyoperation to disconnect active proxies on target devices.3. Task Execution & SSE Enhancements
4. Task Creation Parameter Options
Accessibility(accessibility) - Enables Android accessibility actions.Agent ID(agentId) - Runs specific agent configurations.Continue on Failure(continueOnFailure) - Enables recovery workflows.Memory Namespace(memoryNamespace) - Configures memory namespace settings.Stealth(stealth) - Mimics human touch interactions.Subagent Model Name or ID(subagentModel) - Selects subagent LLM models.runTaskandrunTaskAndWaitoperations.5. Code Quality & Formatting
undefined: undefinedto a static, readable description:Task Event Trigger..gitignoreto excludeopenapi_spec.txt,.npm-cache, and local log files.