[PR #48] added local support for ollama #49

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/48
Author: @saxil
Created: 1/28/2026
Status: 🔄 Open

Base: mainHead: main


📝 Commits (1)

  • e898d6a added local support for ollama

📊 Changes

7 files changed (+136 additions, -26 deletions)

View changed files

📝 package-lock.json (+18 -0)
📝 src/main/agent/runtime.ts (+38 -11)
📝 src/main/agent/system-prompt.ts (+6 -0)
📝 src/main/ipc/models.ts (+43 -3)
📝 src/main/services/workspace-watcher.ts (+17 -8)
📝 src/renderer/src/components/chat/ModelSwitcher.tsx (+11 -2)
📝 src/renderer/src/components/panels/FilesystemPanel.tsx (+3 -2)

📄 Description

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/48 **Author:** [@saxil](https://github.com/saxil) **Created:** 1/28/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`e898d6a`](https://github.com/langchain-ai/openwork/commit/e898d6aaed89b11966e91a35d1d1367a6b32113e) added local support for ollama ### 📊 Changes **7 files changed** (+136 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+18 -0) 📝 `src/main/agent/runtime.ts` (+38 -11) 📝 `src/main/agent/system-prompt.ts` (+6 -0) 📝 `src/main/ipc/models.ts` (+43 -3) 📝 `src/main/services/workspace-watcher.ts` (+17 -8) 📝 `src/renderer/src/components/chat/ModelSwitcher.tsx` (+11 -2) 📝 `src/renderer/src/components/panels/FilesystemPanel.tsx` (+3 -2) </details> ### 📄 Description ## 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](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#49