[PR #2098] [CLOSED] feat: add user inference language and screenshot settings #1972

Closed
opened 2026-03-02 11:59:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/2098
Author: @MohamedBassem
Created: 11/8/2025
Status: Closed

Base: mainHead: codex/add-user-settings-for-inference-language-and-screenshots


📝 Commits (1)

  • 9ed166e feat: add user inference language and screenshot settings

📊 Changes

18 files changed (+2788 additions, -27 deletions)

View changed files

📝 apps/web/components/settings/AISettings.tsx (+91 -4)
📝 apps/web/components/settings/UserOptions.tsx (+39 -1)
📝 apps/web/lib/clientConfig.tsx (+3 -0)
📝 apps/web/lib/i18n/locales/en/translation.json (+9 -1)
📝 apps/web/lib/userSettings.tsx (+2 -0)
📝 apps/workers/workers/assetPreprocessingWorker.ts (+12 -0)
📝 apps/workers/workers/crawlerWorker.ts (+42 -15)
📝 apps/workers/workers/inference/summarize.ts (+8 -1)
📝 apps/workers/workers/inference/tagging.ts (+16 -4)
packages/db/drizzle/0065_add_user_settings_preferences.sql (+2 -0)
packages/db/drizzle/meta/0065_snapshot.json (+2520 -0)
📝 packages/db/drizzle/meta/_journal.json (+7 -0)
📝 packages/db/schema.ts (+4 -0)
📝 packages/shared/config.ts (+3 -0)
📝 packages/shared/types/users.ts (+4 -0)
📝 packages/trpc/models/users.ts (+9 -0)
📝 packages/trpc/routers/bookmarks.ts (+11 -1)
📝 packages/trpc/routers/users.test.ts (+6 -0)

📄 Description

Summary

  • add per-user inference language and screenshot capture settings to the schema and API
  • expose controls in the AI settings and user options pages with updated translations
  • honor user preferences in crawler, inference, and asset preprocessing workers

Testing

  • pnpm --filter @karakeep/trpc test (cancelled after partial run)

Codex Task


🔄 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/karakeep-app/karakeep/pull/2098 **Author:** [@MohamedBassem](https://github.com/MohamedBassem) **Created:** 11/8/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `codex/add-user-settings-for-inference-language-and-screenshots` --- ### 📝 Commits (1) - [`9ed166e`](https://github.com/karakeep-app/karakeep/commit/9ed166e2b1f1e44e76680acfb8aa2a30c170dacb) feat: add user inference language and screenshot settings ### 📊 Changes **18 files changed** (+2788 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/components/settings/AISettings.tsx` (+91 -4) 📝 `apps/web/components/settings/UserOptions.tsx` (+39 -1) 📝 `apps/web/lib/clientConfig.tsx` (+3 -0) 📝 `apps/web/lib/i18n/locales/en/translation.json` (+9 -1) 📝 `apps/web/lib/userSettings.tsx` (+2 -0) 📝 `apps/workers/workers/assetPreprocessingWorker.ts` (+12 -0) 📝 `apps/workers/workers/crawlerWorker.ts` (+42 -15) 📝 `apps/workers/workers/inference/summarize.ts` (+8 -1) 📝 `apps/workers/workers/inference/tagging.ts` (+16 -4) ➕ `packages/db/drizzle/0065_add_user_settings_preferences.sql` (+2 -0) ➕ `packages/db/drizzle/meta/0065_snapshot.json` (+2520 -0) 📝 `packages/db/drizzle/meta/_journal.json` (+7 -0) 📝 `packages/db/schema.ts` (+4 -0) 📝 `packages/shared/config.ts` (+3 -0) 📝 `packages/shared/types/users.ts` (+4 -0) 📝 `packages/trpc/models/users.ts` (+9 -0) 📝 `packages/trpc/routers/bookmarks.ts` (+11 -1) 📝 `packages/trpc/routers/users.test.ts` (+6 -0) </details> ### 📄 Description ## Summary - add per-user inference language and screenshot capture settings to the schema and API - expose controls in the AI settings and user options pages with updated translations - honor user preferences in crawler, inference, and asset preprocessing workers ## Testing - pnpm --filter @karakeep/trpc test *(cancelled after partial run)* ------ [Codex Task](https://chatgpt.com/codex/tasks/task_e_69080c95b654832c81500db1efcdaae3) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:59:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#1972
No description provided.