Commit Graph

  • 9768a878a4 chore(deps): bump the go_modules group across 1 directory with 7 updates dependabot/go_modules/backend/go_modules-356acce74b dependabot[bot] 2026-07-03 17:17:18 +00:00
  • c543831205 feat(backend): enhance graphiti search tool with langfuse integration fix/ram-consumption Dmitry Ng 2026-06-25 12:29:14 +03:00
  • e909f40b2e fix(backend): implement singleton pattern for anonymizer replacer Dmitry Ng 2026-06-25 12:28:49 +03:00
  • 9caa6a8775 fix(backend): update LRU cache implementation to use non-expirable version Dmitry Ng 2026-06-25 12:28:10 +03:00
  • b8151c95ba fix(frontend): resolve review nits in settings (toast re-fire, chip a11y, dead export) integrate/open-prs Sergey Kozyrenko 2026-06-23 20:44:28 +07:00
  • 4214f3b26d refactor(frontend): unify provider/prompt unsaved-changes onto the shared guard Sergey Kozyrenko 2026-06-23 10:37:13 +07:00
  • 916961d68d fix(frontend): harden the prompt variables palette (used-detection, dirty, a11y, scroll) Sergey Kozyrenko 2026-06-23 07:33:38 +07:00
  • 161ff10315 feat(frontend): restyle the prompt variables palette Sergey Kozyrenko 2026-06-23 06:38:05 +07:00
  • 6408310950 feat(frontend): move the prompt variables palette below the editor on mobile Sergey Kozyrenko 2026-06-23 06:25:58 +07:00
  • fd6185969d refactor(frontend): unify mobile layout + intro across the 2-pane edit pages Sergey Kozyrenko 2026-06-23 06:09:43 +07:00
  • a5633cf959 feat(frontend): redesign prompt edit page (2-pane layout, header actions, toasts) Sergey Kozyrenko 2026-06-23 04:08:52 +07:00
  • 174a0ba819 refactor(frontend): AppHeader component family + reorganize layouts by area Sergey Kozyrenko 2026-06-23 02:49:28 +07:00
  • 8594a159a7 feat(frontend): redesign provider edit page (2-pane layout, header actions, toasts) Sergey Kozyrenko 2026-06-22 06:37:28 +07:00
  • 73c5500bb2 refactor(frontend): per-page headers for settings, extract SettingsSidebar Sergey Kozyrenko 2026-06-22 06:37:12 +07:00
  • b8b90f8349 refactor(providers): use native adaptive thinking from the langchaingo fork Sergey Kozyrenko 2026-06-22 00:44:07 +07:00
  • 8670ce4b1e fix(docker): add pnpm global bin to PATH in frontend build stage Sergey Kozyrenko 2026-06-21 19:31:18 +07:00
  • 9623e9b77a refactor(frontend): reuse the shared provider-icon map in settings-providers Sergey Kozyrenko 2026-06-21 19:12:04 +07:00
  • 28036f652c refactor(providers): table-driven provider registry Sergey Kozyrenko 2026-06-21 19:07:11 +07:00
  • 93c36483c7 refactor(providers): extract shared openaicompat base for OpenAI-compatible providers Sergey Kozyrenko 2026-06-21 18:58:11 +07:00
  • 652b8b3bed docs: fix README model-catalog table alignment for opus-4-7/4-8 rows (refs #288) Sergey Kozyrenko 2026-06-21 18:25:10 +07:00
  • 86b1329c43 fix(providers): surface bedrock models error, make provider type list exhaustive, trim comments (refs #288, #328) Sergey Kozyrenko 2026-06-21 18:05:26 +07:00
  • 7e61bbea61 refactor(pconfig): centralize adaptive-thinking helpers, dedup bedrock/anthropic (refs #288) Sergey Kozyrenko 2026-06-21 18:05:07 +07:00
  • d765345051 docs: propagate MiniMax + Claude 4.7/4.8 across deploy files and guides (refs #288, #328) Sergey Kozyrenko 2026-06-21 18:04:43 +07:00
  • 3fc57ff7b7 fix(frontend): reasoning robustness — custom-model reset, max/xhigh→adaptive, range refines (refs #288) Sergey Kozyrenko 2026-06-21 16:46:22 +07:00
  • 4c0f4204ca feat(pconfig): validate agent config ranges on create/update (refs #288) Sergey Kozyrenko 2026-06-21 16:46:21 +07:00
  • bfd80b1de9 test(minimax): cover provider whitelist + secret pattern parity (refs #328) Sergey Kozyrenko 2026-06-21 16:25:51 +07:00
  • e18169f1a6 fix(frontend): clear stale reasoning.maxTokens on model change (refs #288) Sergey Kozyrenko 2026-06-21 16:25:51 +07:00
  • 55335feb17 feat(minimax): add MiniMax provider with full app/UI/installer parity (refs #328) Sergey Kozyrenko 2026-06-21 15:17:11 +07:00
  • 907440609c fix(frontend): control reasoning mode/effort selects so model-change reset shows (refs #288) Sergey Kozyrenko 2026-06-21 06:04:06 +07:00
  • 4910b62468 fix(frontend): type ReasoningFields control as Control<FormInput> (refs #288) Sergey Kozyrenko 2026-06-21 05:36:54 +07:00
  • b87bf0e6b1 chore(deps-dev): bump vite dependabot/npm_and_yarn/frontend/npm_and_yarn-bed0206944 dependabot[bot] 2026-06-20 12:01:36 +00:00
  • 001566c11a test(bedrock,pconfig,converter): cover adaptive-thinking backstop + reasoning (refs #288) Sergey Kozyrenko 2026-06-20 14:35:34 +07:00
  • 0fa53a551e fix(frontend): reset agent reasoning when the model changes (refs #288) Sergey Kozyrenko 2026-06-20 14:35:33 +07:00
  • 1501aec843 feat(frontend): adaptive thinking controls in provider settings (refs #288) Sergey Kozyrenko 2026-06-20 11:22:15 +07:00
  • 177b138851 feat(anthropic): adaptive thinking + Opus 4.7/4.8 (refs #288) Sergey Kozyrenko 2026-06-20 11:05:59 +07:00
  • 014e49494e fix(pconfig): parse ModelConfig.reasoning in custom (un)marshalers (refs #288) Sergey Kozyrenko 2026-06-20 11:05:59 +07:00
  • 1cd8a6878c feat(frontend): fetch model reasoning capability (refs #288) Sergey Kozyrenko 2026-06-20 10:29:57 +07:00
  • 31780e5262 feat(graph): expose model reasoning capability via GraphQL (refs #288) Sergey Kozyrenko 2026-06-20 10:26:16 +07:00
  • 7b01517bcd feat(bedrock): harden adaptive thinking + add Opus 4.7/4.8 (refs #288) Sergey Kozyrenko 2026-06-20 10:19:30 +07:00
  • ca9283b93e feat(bedrock): integrate adaptive thinking mechanism backend (refs #288) Sergey Kozyrenko 2026-06-20 09:59:48 +07:00
  • 06e37d8026 feat(bedrock): support external config and model catalog paths (refs #233) Sergey Kozyrenko 2026-06-20 08:30:10 +07:00
  • ebe0618dee docs: add Atlas Cloud as a custom OpenAI-compatible provider (refs #332) Sergey Kozyrenko 2026-06-20 07:30:06 +07:00
  • 2107591166 docs: correct password policy in CLAUDE.md to match implementation Sergey Kozyrenko 2026-06-20 06:56:03 +07:00
  • 5be3a409f2 docs: tighten macOS installer warning guidance feature/frontend-next mason5052 2026-05-05 20:14:58 +00:00
  • f37d7c97ed docs: refine macOS installer warning guidance mason5052 2026-04-28 23:03:09 +00:00
  • 305e071975 docs: add macOS installer warning guidance mason5052 2026-04-22 13:02:00 -04:00
  • 3ef8b51f36 docs: address review feedback on install/config guide mason5052 2026-06-03 23:06:11 -04:00
  • ebfd2bd9e9 docs: add installing and configuring guide for first deployment mason5052 2026-06-03 22:49:52 -04:00
  • 642b75836b docs: add embedding troubleshooting for stalled flows (#322) mason5052 2026-06-01 17:21:40 -04:00
  • e9a6769116 docs: note primary image selection uses the simple agent type mason5052 2026-06-13 22:52:42 -04:00
  • 900cbffc8e docs: refine LLM-backend troubleshooting wording (#309) mason5052 2026-06-01 17:25:58 -04:00
  • 3012ddd342 docs: clarify "primary docker image" error is an LLM backend failure (#309) mason5052 2026-06-01 17:04:28 -04:00
  • 4cee0ba33c fix: harden CLI argument guardrail against xsstrike -o /dev/null mason5052 2026-06-13 22:58:43 -04:00
  • aa1ac7a24a fix: avoid unsupported XSStrike flags in prompts mason5052 2026-06-06 19:52:31 -04:00
  • 6f93856716 docs: add qwen long-flow troubleshooting mason5052 2026-06-09 20:04:44 -04:00
  • d5a86ff27b feat: add evidence receipt hash chain prototype (#279) mason5052 2026-04-22 14:05:53 -04:00
  • 2a4ff3d656 docs: fix false tool-call attribution in parser troubleshooting (#330) Sergey Kozyrenko 2026-06-19 04:32:50 +07:00
  • 7635100d02 docs: add tool-call parser troubleshooting for custom LLM backends mason5052 2026-06-03 22:54:33 -04:00
  • 3c6bea3c5d fix: return structured error when zip build fails before streaming mason5052 2026-06-05 10:16:52 -04:00
  • f7e2ac6615 fix: stream zip downloads without buffering archive mason5052 2026-06-05 10:04:03 -04:00
  • e8a26c6d2c docs: clarify crawler RFC config sketch and scope_decision mason5052 2026-06-13 22:37:48 -04:00
  • 7af46322ca docs: add headless crawler integration RFC mason5052 2026-06-13 22:33:11 -04:00
  • 5980c02854 docs: add recommendation and requested decision to Kubernetes RFC mason5052 2026-06-13 23:07:13 -04:00
  • 5bf41e0ea1 docs: fix grammar in Kubernetes RFC open question (#324) mason5052 2026-06-01 17:26:06 -04:00
  • 8dbf8889e0 docs: add Kubernetes deployment compatibility RFC (#324) mason5052 2026-06-01 17:16:17 -04:00
  • 760574677b docs: address review feedback on Vertex AI RFC mason5052 2026-06-03 23:04:50 -04:00
  • 16669696b6 docs: add native Google Vertex AI provider RFC mason5052 2026-06-03 23:01:05 -04:00
  • 040c69ff28 docs: add recommendation and requested decision to BrowserOS MCP RFC mason5052 2026-06-13 23:04:56 -04:00
  • b6f1e61dae docs: add BrowserOS MCP browser backend RFC (#342) mason5052 2026-06-09 20:01:35 -04:00
  • 92426b9b98 docs: add v1 recommendation and requested decision to fallback RFC mason5052 2026-06-13 23:03:21 -04:00
  • 44393b0f06 docs: add tool and model fallback RFC mason5052 2026-06-09 20:03:00 -04:00
  • 1f81800c37 chore(frontend): remove non-functional commitlint setup Sergey Kozyrenko 2026-06-19 03:39:45 +07:00
  • 5523582647 chore(frontend): remove unused dependencies Sergey Kozyrenko 2026-06-19 03:34:34 +07:00
  • c3f6a02f34 chore(frontend): remove unused eslint-plugin-jsx-a11y Sergey Kozyrenko 2026-06-19 03:04:53 +07:00
  • 49d9687c75 chore(frontend): update dependencies to latest within-range Sergey Kozyrenko 2026-06-19 02:54:57 +07:00
  • 9b073e2183 build(frontend): pin Node 24.17.0 and pnpm 11.8.0 across all builds Sergey Kozyrenko 2026-06-19 02:50:39 +07:00
  • 11db9c2e0c feat(webui): merge file-manager folder/chevron into one hover toggle Sergey Kozyrenko 2026-06-17 05:45:00 +07:00
  • b6db0b59ad ci(webui): make all frontend CI checks blocking Sergey Kozyrenko 2026-06-16 22:48:05 +07:00
  • 52951ceb43 ci(webui): gate build and CI on TypeScript errors Sergey Kozyrenko 2026-06-16 22:37:18 +07:00
  • 895de4cadc fix(webui): resolve settings-provider type errors — frontend now 0 tsc errors Sergey Kozyrenko 2026-06-16 22:05:09 +07:00
  • 3b6464e710 fix(webui): resolve 53 pre-existing TypeScript errors Sergey Kozyrenko 2026-06-16 21:32:21 +07:00
  • d1bfe368a2 build(webui): drop deprecated baseUrl from tsconfig, rely on path mapping Sergey Kozyrenko 2026-06-16 17:02:11 +07:00
  • 962e648fe1 refactor(webui): migrate to Apollo Client v4 typed-document-node codegen Sergey Kozyrenko 2026-06-16 16:07:57 +07:00
  • 8bd6c72f63 fix(knowledge): preserve document content when list query writes empty body Sergey Kozyrenko 2026-06-16 16:07:17 +07:00
  • 942fb45c16 feat(knowledge): dedicated renameKnowledgeDocument mutation, lighter list Sergey Kozyrenko 2026-06-15 13:15:57 +07:00
  • 6d9453a5a2 refactor(webui): type away the any's in settings-provider Sergey Kozyrenko 2026-06-15 00:35:40 +07:00
  • da63ced002 refactor(webui): silence the React-Compiler incompatible-library lint Sergey Kozyrenko 2026-06-15 00:35:32 +07:00
  • 7c90ec4f92 fix(webui): escape the CJK Unicode range in the PDF report regexes Sergey Kozyrenko 2026-06-15 00:11:38 +07:00
  • c382d35a52 refactor(webui): drop the unused virtualizer escape hatch from useWindowVirtualList Sergey Kozyrenko 2026-06-14 23:56:24 +07:00
  • fdb5c7b86e perf(webui): virtualize the DetailNavigationSheet listbox Sergey Kozyrenko 2026-06-14 22:41:47 +07:00
  • 92a9e595e0 perf(webui): decouple DetailNavigationSheet search from the page render Sergey Kozyrenko 2026-06-14 18:46:35 +07:00
  • 4cb25ac469 fix(webui): move DetailNavigationSheet focus to explicit navigation only Sergey Kozyrenko 2026-06-14 18:02:22 +07:00
  • 345c26eea7 fix(webui): let account settings sections edit independently Sergey Kozyrenko 2026-06-14 16:17:41 +07:00
  • 5765b05c19 feat(webui): give PasswordChangeForm horizontal/vertical layouts for the forced screen Sergey Kozyrenko 2026-06-14 15:56:15 +07:00
  • 6000bc8310 refactor(webui): drop redundant isModal/showSkip flags from account forms Sergey Kozyrenko 2026-06-14 15:35:08 +07:00
  • 1cc7d26987 refactor(webui): migrate remaining route literals to registry, add drift test Sergey Kozyrenko 2026-06-14 14:20:04 +07:00
  • 6fa9077f21 refactor(webui): migrate main navigation to lib/routes Sergey Kozyrenko 2026-06-14 13:53:14 +07:00
  • dc6b3a9e2c refactor(webui): route auth redirects through lib/routes Sergey Kozyrenko 2026-06-14 13:45:46 +07:00
  • d71feaf854 refactor(webui): migrate settings provider/prompt page navigations to routes Sergey Kozyrenko 2026-06-14 13:37:39 +07:00
  • ae45bd7c4f refactor(webui): add a central route registry; migrate the settings shell Sergey Kozyrenko 2026-06-14 13:04:19 +07:00