Development#8
Merged
Merged
Conversation
…e packaging Multi-provider rewrite of the CtrlNode Bridge with full support for Claude (SDK + Code CLI), GitHub Copilot (ACP), Gemini (ACP), Codex (SDK), Cursor (SDK), and OpenClaw (gateway). Providers are selected per-task at dispatch time via a unified IProvider interface and factory. Key changes: - src/providers/: new provider implementations for all six AI backends (ClaudeAgentSdkProvider, ClaudeCodeProvider, CopilotAcpProvider, GeminiAcpProvider, CodexSdkProvider, CursorSdkProvider, OpenClawProvider, MultiProvider) with shared providerFileUtils and IProvider contract - src/config.ts: expanded config resolution covering all provider env vars and modes (subscription CLI vs API key) - src/intentHandlers.ts, pipelineTaskHandler.ts, agentRegistrationHandlers.ts: rewritten intent dispatch, pipeline step activation, and agent registration - src/sessionHistoryPoller.ts, sessionLogParser.ts: live output streaming refactored for per-provider session formats - Cursor SDK runner bundled inline (cursorSdkRunnerEmbedded.ts) to allow cross-compilation to a single binary - Test coverage added for all major modules (claudeCodeProvider, configResolution, fileSystem, filesystemConfigHandlers, intentHandlers, openClawProvider, sessionHistoryPoller, watcher) - doc/: old setup/ guides replaced by per-provider reference docs (claude-sdk.md, copilot.md, gemini.md, codex.md, cursor.md, openclaw.md) - Releases/v2026.2.0/: prebuilt binaries for Windows x64, Linux x64, Linux x64-baseline, macOS ARM64; install.ps1 and install.sh updated to prompt for install directory and remove legacy token prompts
Co-authored-by: Your Name <you@example.com>
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.
No description provided.