Commit Graph

92 Commits

Author SHA1 Message Date
73e0df2206 Merge pull request #30 from davideuler/main
send 'markdown' format request to firecrawl to get complete markdown …
2025-02-22 11:13:01 +08:00
be2c8c4239 Update issue templates 2025-02-22 11:01:50 +08:00
f55bc77de5 Update issue templates 2025-02-22 11:00:23 +08:00
e73f1a2b52 send 'markdown' format request to firecrawl to get complete markdown for search result pages. Include scrapeOptions with formats: ['markdown'] to get complete markdown content for each search result otherwise it defaults to getting SERP results (url, title, description). 2025-02-22 02:31:15 +08:00
7b1bcfc408 fix(deep-research): pass search results incrementally when triggering node_complete 2025-02-21 23:31:24 +08:00
5d1901f9a4 fix(deep-research): parent nodes are accidently triggered twice ingenerating_query 2025-02-21 23:30:10 +08:00
813654d450 chore: add star history 2025-02-21 18:51:22 +08:00
1c33ec7b5d Merge pull request #27 from Daltonganger/main
Add NL/Dutch
2025-02-21 16:48:15 +08:00
73fde130da chore: add nl locale in nuxt.config.ts 2025-02-21 14:44:49 +08:00
0e4789f683 Add NL/Dutch to i18n.config.ts 2025-02-20 21:16:32 +01:00
36b4f55e1b Update i18n.config.ts 2025-02-20 21:13:14 +01:00
46b7886283 Add files via upload 2025-02-20 21:12:15 +01:00
f12bdbe61a chore: version 1.1.2 2025-02-20 15:00:22 +08:00
a75539d481 fix(deep-research): JSON reserved words should be escaped 2025-02-20 14:54:08 +08:00
0ad5316249 feat: added advanced search and topic support for Tavily 2025-02-20 14:53:42 +08:00
599515e52e fix: config validation for Firecrawl 2025-02-19 13:45:41 +08:00
e7ea6ffb19 chore: update README 2025-02-18 19:47:14 +08:00
daf65889b3 feat: support custon endpint for Firecrawl 2025-02-18 14:36:59 +08:00
f593546864 fix(deep-research): searchLanguage is missing when recursively calling deepResearch 2025-02-18 12:57:56 +08:00
eada822366 Revert "ci: use self hosted actions runner"
This reverts commit 016aaf1a37.
2025-02-18 11:53:01 +08:00
7f7a08926d feat: add AI provider SiliconFlow 2025-02-18 11:32:47 +08:00
016aaf1a37 ci: use self hosted actions runner 2025-02-18 10:52:47 +08:00
212bc8b50e chore: enable brotli and gzip for public assets 2025-02-17 23:36:57 +08:00
f15dde29c0 fix(SearchFlow): reset hasUserInteraction after clearing nodes 2025-02-17 19:54:00 +08:00
dc068ce3fb fix: do not validate api key for Ollama
closes #14
2025-02-17 18:30:59 +08:00
d4d3351ecf fix: AutoUpdateToast breaks HMR 2025-02-17 18:24:12 +08:00
78bdfd3282 feat: support setting model context length 2025-02-17 16:44:59 +08:00
fc83d9387e feat: support setting concurrency limits in web search 2025-02-17 16:20:25 +08:00
c10090d7d9 feat: rewritten search visualization using VueFlow 2025-02-16 21:40:35 +08:00
3830875858 feat(DeepResearch): show URL title in "Visited URLs" if possible 2025-02-15 21:48:35 +08:00
f8af8b4afc feat: add support for Firecrawl 2025-02-15 21:41:15 +08:00
abb93139a6 fix(useAiProvider): use DeepSeek provider if model name includes deepseek 2025-02-15 21:38:35 +08:00
41abca144d fix(feedback.ts): throw error without wrapping 2025-02-15 20:35:37 +08:00
156d7655a1 chore: bump dependencies 2025-02-15 20:25:52 +08:00
970ca029f4 feat: support DeepSeek, OpenRouter & Ollama providers 2025-02-15 15:31:25 +08:00
cffb4c3d73 feat: dismiss update toast 2025-02-15 12:44:26 +08:00
5924af9c8c chore: add edgeone.json 2025-02-15 12:34:00 +08:00
74528ddca7 feat: support regenerating research report 2025-02-15 12:14:31 +08:00
bbc495b8d2 feat(index.vue): display version beside title 2025-02-15 11:20:42 +08:00
66bfffd25e feat: automatically check version updates 2025-02-15 11:05:31 +08:00
0288396b71 chore: add version.json 2025-02-15 09:37:43 +08:00
c9cf611cd6 feat(ConfigManager): use input when fetch AI models failed for better UX 2025-02-15 08:45:47 +08:00
f51e3d233a fix(ConfigManager): only add model to USelect options when model is not empty 2025-02-14 22:37:55 +08:00
16291788e4 fix: GPT-4o returns search query undefined in certain cases 2025-02-14 19:40:42 +08:00
36ebbf3fbe feat: export report as Markdown 2025-02-14 17:25:04 +08:00
8c36e5728a fix: check if model returned at least 1 feedback 2025-02-14 17:16:16 +08:00
e15e35e5dd fix: remove timeout limits in processSearchResult 2025-02-14 16:13:41 +08:00
55503b9bbd style: improve text colors in dark mode 2025-02-14 15:53:29 +08:00
e7296df78f feat: support reasoning models like DeepSeek R1 2025-02-14 15:20:02 +08:00
93527597b7 fix(json): remove extra spaces to improve fixJson success rate 2025-02-14 12:01:35 +08:00