mirror of
https://github.com/langchain-ai/openwork.git
synced 2026-07-21 10:05:29 -04:00
[PR #48] added local support for ollama #49
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/openwork/pull/48
Author: @saxil
Created: 1/28/2026
Status: 🔄 Open
Base:
main← Head:main📝 Commits (1)
e898d6aadded 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
Checklist
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.