史悦
177f15a136
避免 Remix revalidation:使用原生 fetch 而非 fetcher.submit,避免触发 Remix 的数据重新验证机制,这是导致流式请求被中止的主要原因。
...
CI/CD / Test (push) Has been cancelled
Docker Publish / docker-build-and-push (push) Has been cancelled
增加延迟时间:将项目保存延迟增加到2秒,确保流式请求完全结束后再执行保存操作,减少时间窗口内的冲突。
改进错误处理:添加了更详细的错误处理和日志记录,便于后续调试。
2025-10-15 09:55:47 +08:00
Takagi
c1829e5af9
pref: optimize the diff to make it more accurately reflect changes ( #11 )
...
* pref: optimize the diff to make it more accurately reflect changes
* pref: optimize the diff page selection
2025-10-14 12:11:58 +08:00
LIlGG
4e39d41362
fix: ensure nanostores listeners trigger on artifact updates
...
Refactored artifact update logic to create new Map instances when modifying artifacts, ensuring nanostores listeners are properly triggered. This prevents issues where listeners do not react to in-place mutations of existing Map objects.
2025-10-13 12:42:56 +08:00
LIlGG
e9b573a276
refactor: repartition server-side and client-side code
2025-10-11 18:26:07 +08:00
LIlGG
7acc4949fb
feat: allow using chat to modify page titles
2025-10-11 16:36:20 +08:00
LIlGG
a672fcad1c
fix: switching pages may cause page confusion
...
Eliminated unnecessary call to webBuilderStore.setActiveSectionByPageName in openArtifactInWebBuilder, as selected page is already set and scrolling to element is handled.
2025-10-11 16:35:02 +08:00
LIlGG
884f5186a6
fix: resolve logical issues when generating multi-page data
2025-10-10 18:48:40 +08:00
LIlGG
5b8408d7da
fix: resolve the issue of frequent triggering of replaceState
2025-10-10 12:23:42 +08:00
LIlGG
63636fef1f
chore: remove tracking script from layout
...
Deleted the inclusion of the external tracking script in the Layout component, likely to improve privacy or simplify the page head.
2025-10-10 11:32:36 +08:00
LIlGG
3af1c30d49
fix: Reduce the frequency of saving empty pages
2025-10-10 11:29:19 +08:00
LIlGG
c5d47c680c
fix: Resolve the issue of possible abnormal text generated during page creation.
2025-10-09 17:48:18 +08:00
LIlGG
a93a679c71
pref: Make the generated page names unique rather than consistent
2025-10-09 14:54:18 +08:00
LIlGG
5ff32f2c98
fix: addressing the issues with outdated prompt information in multi-turn dialogues
2025-10-09 12:02:20 +08:00
LIlGG
49116595dc
release: Release v1.0.0 version
2025-09-29 17:50:01 +08:00
LIlGG
abd4d1d891
feat: add upage logo
2025-09-29 17:46:50 +08:00
LIlGG
ad5741879a
feat: Make MAX_TOKENS and MAX_RESPONSE_SEGMENTS configurable
...
Added MAX_TOKENS and MAX_RESPONSE_SEGMENTS to .env.example and documentation. Updated constants to read from environment variables, allowing configuration of token and response segment limits.
2025-09-29 17:19:07 +08:00
LIlGG
c31e366af9
feat: add support for DouBao, Ernie, Kimi, Qwen, ZhiPu LLM providers
...
Introduces new provider modules for DouBao, Ernie, Kimi, Qwen, and ZhiPu, and registers them in the LLM registry. Updates documentation and .env.example to include configuration instructions for these providers. Refactors OpenAI provider to support OpenAI-compatible endpoints. Adds @ai-sdk/openai-compatible and node-fetch dependencies.
2025-09-29 16:28:56 +08:00
LIlGG
2838a7f923
fix: resolve style issues in dark mode
2025-09-29 12:50:15 +08:00
LIlGG
f322870ec3
fix: solve the problem that openai baseurl does not exist
2025-09-29 12:06:45 +08:00
LIlGG
6ca57be607
chore: merge openai and openailike
2025-09-29 11:34:40 +08:00
LIlGG
1d944e54e8
docs: add upage usage instructions document
2025-09-28 18:01:20 +08:00
LIlGG
cf35ba7399
Merge branch 'main' of github.com:halo-dev/upage into docs/add-upage-docs
2025-09-28 17:38:12 +08:00
LIlGG
f2df793afa
pref: simplified AI provider's settings
2025-09-28 17:34:47 +08:00
LIlGG
e6747664c2
docs: add upage usage instructions document
2025-09-28 15:26:44 +08:00
LIlGG
f4d6e383ce
docs: add upage usage instructions document
2025-09-26 18:49:06 +08:00
LIlGG
54d1d65642
docs: add upage usage instructions document
2025-09-26 16:46:52 +08:00
LIlGG
530dfac665
pref: change the database type to SQLite
2025-09-25 15:24:13 +08:00
LIlGG
1f4fb103e9
🎉 first commit
2025-09-24 17:02:44 +08:00