[PR #30] [CLOSED] chore:npm run format #41

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/openwork/pull/30
Author: @Erik-Koning
Created: 1/18/2026
Status: Closed

Base: mainHead: chore-format


📝 Commits (1)

📊 Changes

49 files changed (+879 additions, -811 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.md (+1 -1)
📝 .github/ISSUE_TEMPLATE/feature_request.md (+1 -1)
📝 .github/workflows/release.yml (+3 -3)
📝 CONTRIBUTING.md (+21 -18)
📝 README.md (+5 -4)
📝 eslint.config.mjs (+17 -17)
📝 resources/README.md (+1 -0)
📝 src/main/agent/runtime.ts (+3 -1)
📝 src/main/checkpointer/sqljs-saver.ts (+9 -1)
📝 src/main/ipc/agent.ts (+4 -1)
📝 src/main/ipc/threads.ts (+4 -4)
📝 src/main/services/title-generator.ts (+8 -8)
📝 src/preload/index.d.ts (+8 -2)
📝 src/preload/index.ts (+11 -3)
📝 src/renderer/src/App.tsx (+52 -52)
📝 src/renderer/src/components/chat/ApiKeyDialog.tsx (+6 -15)
📝 src/renderer/src/components/chat/ChatContainer.tsx (+14 -8)
📝 src/renderer/src/components/chat/ChatTodos.tsx (+2 -2)
📝 src/renderer/src/components/chat/ContextUsageIndicator.tsx (+25 -24)
📝 src/renderer/src/components/chat/MessageBubble.tsx (+29 -35)

...and 29 more files

📄 Description

Formated main

no logic changes, pure format changes


🔄 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/30 **Author:** [@Erik-Koning](https://github.com/Erik-Koning) **Created:** 1/18/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `chore-format` --- ### 📝 Commits (1) - [`36a8d8f`](https://github.com/langchain-ai/openwork/commit/36a8d8ff6f140bd35abf8890f9af43b39c23119f) chore:npm run format ### 📊 Changes **49 files changed** (+879 additions, -811 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.md` (+1 -1) 📝 `.github/ISSUE_TEMPLATE/feature_request.md` (+1 -1) 📝 `.github/workflows/release.yml` (+3 -3) 📝 `CONTRIBUTING.md` (+21 -18) 📝 `README.md` (+5 -4) 📝 `eslint.config.mjs` (+17 -17) 📝 `resources/README.md` (+1 -0) 📝 `src/main/agent/runtime.ts` (+3 -1) 📝 `src/main/checkpointer/sqljs-saver.ts` (+9 -1) 📝 `src/main/ipc/agent.ts` (+4 -1) 📝 `src/main/ipc/threads.ts` (+4 -4) 📝 `src/main/services/title-generator.ts` (+8 -8) 📝 `src/preload/index.d.ts` (+8 -2) 📝 `src/preload/index.ts` (+11 -3) 📝 `src/renderer/src/App.tsx` (+52 -52) 📝 `src/renderer/src/components/chat/ApiKeyDialog.tsx` (+6 -15) 📝 `src/renderer/src/components/chat/ChatContainer.tsx` (+14 -8) 📝 `src/renderer/src/components/chat/ChatTodos.tsx` (+2 -2) 📝 `src/renderer/src/components/chat/ContextUsageIndicator.tsx` (+25 -24) 📝 `src/renderer/src/components/chat/MessageBubble.tsx` (+29 -35) _...and 29 more files_ </details> ### 📄 Description Formated main no logic changes, pure format changes --- <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:53 -05:00
yindo closed this issue 2026-02-16 09:17:53 -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#41