[PR #49] Add support for custom base URLs for API providers and update related… #50

Open
opened 2026-02-16 09:17:55 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/openwork/pull/49
Author: @logithvikram
Created: 2/3/2026
Status: 🔄 Open

Base: mainHead: allow_for_custom_llm_proxies


📝 Commits (1)

  • cc0095b Add support for custom base URLs for API providers and update related IPC methods

📊 Changes

8 files changed (+199 additions, -9 deletions)

View changed files

docs/PROXY_SETUP.md (+81 -0)
📝 src/main/agent/runtime.ts (+43 -8)
📝 src/main/ipc/models.ts (+17 -1)
📝 src/main/storage.ts (+37 -0)
📝 src/main/types.ts (+7 -0)
📝 src/preload/index.d.ts (+3 -0)
📝 src/preload/index.ts (+9 -0)
📝 src/renderer/src/types.ts (+2 -0)

📄 Description

… IPC methods

Description

Brief description of the changes in this PR.

Related Issue

Fixes #(issue number)

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactoring (no functional changes)

Checklist

  • I have read the Contributing Guide
  • I have tested my changes locally
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

Screenshots (if applicable)

Add screenshots to demonstrate UI changes.

Additional Notes

Any additional information reviewers should know.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/openwork/pull/49 **Author:** [@logithvikram](https://github.com/logithvikram) **Created:** 2/3/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `allow_for_custom_llm_proxies` --- ### 📝 Commits (1) - [`cc0095b`](https://github.com/langchain-ai/openwork/commit/cc0095b417d7ca628751d5307f798906050afda9) Add support for custom base URLs for API providers and update related IPC methods ### 📊 Changes **8 files changed** (+199 additions, -9 deletions) <details> <summary>View changed files</summary> ➕ `docs/PROXY_SETUP.md` (+81 -0) 📝 `src/main/agent/runtime.ts` (+43 -8) 📝 `src/main/ipc/models.ts` (+17 -1) 📝 `src/main/storage.ts` (+37 -0) 📝 `src/main/types.ts` (+7 -0) 📝 `src/preload/index.d.ts` (+3 -0) 📝 `src/preload/index.ts` (+9 -0) 📝 `src/renderer/src/types.ts` (+2 -0) </details> ### 📄 Description … IPC methods ## Description Brief description of the changes in this PR. ## Related Issue Fixes #(issue number) ## Type of Change - [ ] Bug fix (non-breaking change that fixes an issue) - [x] New feature (non-breaking change that adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [x] Documentation update - [ ] Refactoring (no functional changes) ## Checklist - [ ] I have read the [Contributing Guide](CONTRIBUTING.md) - [ ] I have tested my changes locally - [ ] My changes generate no new warnings - [ ] Any dependent changes have been merged and published ## Screenshots (if applicable) Add screenshots to demonstrate UI changes. ## Additional Notes Any additional information reviewers should know. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 09:17:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/openwork#50