mirror of
https://github.com/langchain-ai/openwork.git
synced 2026-07-20 15:38:18 -04:00
[PR #30] [CLOSED] chore:npm run format #41
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/30
Author: @Erik-Koning
Created: 1/18/2026
Status: ❌ Closed
Base:
main← Head:chore-format📝 Commits (1)
36a8d8fchore:npm run format📊 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.