mirror of
https://github.com/langchain-ai/openwork.git
synced 2026-07-20 15:38:18 -04:00
[PR #18] [CLOSED] Fix linter errors in backend & main process #31
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/18
Author: @bwhiting2356
Created: 1/17/2026
Status: ❌ Closed
Base:
main← Head:lint-fix-1-backend📝 Commits (1)
c433405Fix linter errors in backend & main process📊 Changes
10 files changed (+71 additions, -41 deletions)
View changed files
📝
electron.vite.config.ts(+2 -2)📝
eslint.config.mjs(+23 -17)📝
src/main/agent/runtime.ts(+3 -1)📝
src/main/checkpointer/sqljs-saver.ts(+9 -1)📝
src/main/ipc/agent.ts(+1 -1)📝
src/main/ipc/threads.ts(+5 -5)📝
src/main/services/title-generator.ts(+8 -8)📝
src/main/storage.ts(+1 -1)📝
src/preload/index.d.ts(+8 -2)📝
src/preload/index.ts(+11 -3)📄 Description
Part 1/4 of linter cleanup. Fixes all lint errors in backend and main process.
Stack: #18 → #19 → #20 → #21
Changes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.