Commit Graph
187 Commits
Author SHA1 Message Date
nocobase[bot] 4898615af8 chore(versions): 😊 publish v2.2.0-beta.16 2026-07-31 07:33:08 +00:00
Drol 31c0e75734 fix(plugin-ai): resolve AI employee beta regressions (#10162)
* feat(plugin-ai): add AI chat box demo block

* chore(plugin-ai): document chatbox runtime model design

* feat(plugin-ai): add chatbox runtime models

* feat(plugin-ai): add chatbox runtime context

* feat(plugin-ai): migrate chatbox consumers to runtime

* test(plugin-ai): cover global chatbox runtime behavior

* refactor(plugin-ai): remove obsolete chatbox store facades

* test(plugin-ai): complete chatbox runtime regression pass

* fix(plugin-ai): make chatbox session state reactive

* fix(plugin-ai): expose global chatbox runtime for dependents

* fix(plugin-ai): support explicit chatbox runtime injection

* docs(plugin-ai): plan conversation runtime migration

* docs(plugin-ai): design conversation runtime ownership

* feat(plugin-ai): add conversation workflow runtime models

* refactor(plugin-ai): migrate chatbox consumers to runtime models

* refactor(plugin-ai): remove conversation selector stores

* refactor(plugin-ai): align runtime model declarations

* fix(plugin-ai): remove stale conversation store export

* chore(plugin-ai): preserve demo chatbox runtime

* feat(plugin-ai): add chatbox runtime mode and sender state

* feat(plugin-ai): add production ai chat box model skeleton

* feat(plugin-ai): add ai chat box block layout shell

* feat(plugin-ai): add ai chat box settings

* feat(plugin-ai): connect ai chat box sender runtime

* feat(plugin-ai): add ai chat box conversations

* feat(plugin-ai): support chat box conversation scope

* test(plugin-ai): cover chat box action runtime integration

* feat(plugin-ai): route employee tasks to chat box blocks

* docs(plugin-ai): record ai chat box implementation validation

* fix(plugin-ai): adjust ai chat box height and layout

* fix(plugin-ai): prevent ai chat sender from overlapping messages

* fix(plugin-ai): keep chat messages above sender

* fix(plugin-ai): constrain demo chat sender layout

* fix(plugin-ai): keep block chat sender in flex flow

* fix(plugin-ai): expand chat box after adding body blocks

* Revert "fix(plugin-ai): expand chat box after adding body blocks"

This reverts commit b6a893a6477dcd7a6fd86a55df89e60ff9b11519.

* fix(plugin-ai): use common block height settings

* fix(plugin-ai): align chat messages scrollbar style

* fix(plugin-ai): preserve native chat message scrollbar

* fix(plugin-ai): preserve native chat message layout

* fix(plugin-ai): restrict chat box display blocks

* fix(plugin-ai): set chat box core minimum width

* fix(plugin-ai): avoid nested chat message horizontal scroll

* fix(plugin-ai): polish AI chat box block

* fix(plugin-ai): prevent chat sender overflow

* fix(plugin-ai): keep chat core below body blocks

* fix(plugin-ai): sync AI chat box block state

* fix(plugin-ai): register AI employee action in v1 entry

* fix(plugin-ai): preserve chat box scope for employee tasks

* fix(plugin-ai): initialize chat box employee shortcuts

* fix(plugin-ai): filter chat box conversations by scope

* fix(plugin-ai): use block runtime for chat box employee actions

* fix(plugin-ai): clean up AI chat box block

* fix(plugin-ai): resolve chat box declaration errors

* refactor(plugin-ai): centralize chat box default width

* fix(plugin-ai): initialize chat box scope

* refactor(plugin-ai): organize chat box view state

* refactor(plugin-ai): organize chat box sender state

* refactor(plugin-ai): simplify AI chat box core view

* fix(plugin-ai): preserve chat box model restrictions

* refactor(plugin-ai): align AI chat box items

* refactor(plugin-ai): align AI chat box sub models

* refactor(plugin-ai): resolve chat box scope at runtime

* fix(plugin-ai): avoid block chat conversation refresh fanout

* refactor(plugin-ai): isolate chat box unread badge rendering

* perf(plugin-ai): avoid sender input mobx updates

* fix(plugin-ai): adapt chatbox tests to runtime models

* feat(plugin-ai): support targeting AI chat box in triggerTask

* docs: sync ctx.ai chatBoxUid translations

* feat(plugin-ai): support file attachments in RunJS

* docs: sync AI file upload translations

* feat(plugin-ai): expose response loading state in RunJS

* docs: add AI Chat box block guide

* docs: link AI Chat box from interface builder

* docs: sync AI Chat box guide translations

* fix(plugin-ai): skip block shortcut flow context

* fix(plugin-ai): keep block picker active in chat box

* fix(plugin-ai): show duplicate employee username error

* fix(plugin-ai): validate duplicate model IDs

* fix(plugin-ai): include detail record data in AI context

* fix(ai): drop ppt support and update officeparser

* fix(plugin-ai): show workflow tasks for disabled employees

* fix(ai): honor data source permissions for aggregate queries

* fix(plugin-ai): constrain provider select popup width

* fix(plugin-ai): validate AI employee names

* fix(plugin-ai): avoid duplicate messages after chat failures

* fix(plugin-ai): sync block context to active conversation

* fix(plugin-ai): keep skill loader for skill-only tasks

* fix(plugin-ai): use latest editor refs in coding tools

* fix(plugin-data-source-manager): align aggregate query types

* fix(plugin-ai): include form item custom label in AI form context

* fix(plugin-ai): validate custom model IDs on submit

* fix(plugin-ai): clear stale draft work context

* fix(test): stabilize frontend CI tests
2026-07-29 11:01:22 +08:00
nocobase[bot] 8fb0559992 chore(versions): 😊 publish v2.2.0-beta.15 2026-07-16 13:16:13 +00:00
nocobase[bot] b69c3a1e11 chore(versions): 😊 publish v2.2.0-alpha.8 2026-07-12 22:42:23 +00:00
nocobase[bot] 8585c9295e chore(versions): 😊 publish v2.2.0-alpha.7 2026-07-09 09:40:45 +00:00
nocobase[bot] d9a483db69 chore(versions): 😊 publish v2.2.0-alpha.6 2026-07-05 05:40:46 +00:00
nocobase[bot] 0085cc2017 chore(versions): 😊 publish v2.2.0-alpha.5 2026-07-04 01:58:38 +00:00
nocobase[bot] 468f16191c chore(versions): 😊 publish v2.2.0-alpha.4 2026-07-01 07:46:58 +00:00
nocobase[bot] 07b27a5b1a chore(versions): 😊 publish v2.2.0-alpha.3 2026-06-27 03:44:01 +00:00
nocobase[bot] a7111bd083 chore(versions): 😊 publish v2.2.0-alpha.2 2026-06-26 03:38:46 +00:00
Drol 2ea14b416e Merge branch 'next' into develop 2026-06-18 12:43:39 +08:00
Drol 05ffa30d72 Merge branch 'main' into next 2026-06-18 12:40:10 +08:00
Drol f00d125e2a fix(ai): lock compatible LangChain versions (#9831)
* fix(ai): lock compatible LangChain versions

* fix(ai): remove LangChain template resolutions
2026-06-18 12:35:51 +08:00
Drol 5aa115bde6 Merge branch 'next' into develop 2026-06-18 10:38:57 +08:00
Drol 8967e4f319 Merge branch 'main' into next 2026-06-18 10:35:06 +08:00
Drol 2e7a222793 fix(ai): pin langchain package versions (#9829) 2026-06-18 10:26:52 +08:00
nocobase[bot] b63bdaa1b5 chore(versions): 😊 publish v2.1.7 2026-06-17 23:17:28 +00:00
nocobase[bot] cec7af8571 chore(versions): 😊 publish v2.2.0-beta.5 2026-06-16 14:39:37 +00:00
gchust 5e97f97dee fix: build error 2026-06-16 22:00:52 +08:00
nocobase[bot] 0a3b3fe97e chore(versions): 😊 publish v2.2.0-beta.3 2026-06-15 15:17:10 +00:00
nocobase[bot] 3ebcd38637 chore(versions): 😊 publish v2.1.6 2026-06-15 11:24:12 +00:00
nocobase[bot] 832ede9954 chore(versions): 😊 publish v2.1.5 2026-06-15 10:41:39 +00:00
nocobase[bot] 4b91c0a646 chore(versions): 😊 publish v2.2.0-beta.2 2026-06-13 08:30:53 +00:00
nocobase[bot] ef536e38fb chore(versions): 😊 publish v2.1.4 2026-06-13 06:47:33 +00:00
nocobase[bot] cd06de22f2 chore(versions): 😊 publish v2.1.3 2026-06-12 06:55:54 +00:00
nocobase[bot] 2fd2ef40f3 chore(versions): 😊 publish v2.1.2 2026-06-11 23:14:16 +00:00
nocobase[bot] 72cb4419a7 chore(versions): 😊 publish v2.1.1 2026-06-11 01:08:08 +00:00
nocobase[bot] 864dc98c32 chore(versions): 😊 publish v2.1.0 2026-06-10 23:31:49 +00:00
nocobase[bot] 646a866548 chore(versions): 😊 publish v2.2.0-beta.1 2026-06-10 23:01:42 +00:00
nocobase[bot] 91ce1aeb77 chore(versions): 😊 publish v2.2.0-alpha.1 2026-06-10 18:03:20 +00:00
nocobase[bot] 3de3bf034e chore(versions): 😊 publish v2.1.0-alpha.47 2026-06-08 03:51:59 +00:00
nocobase[bot] f6374dfe73 chore(versions): 😊 publish v2.1.0-alpha.46 2026-06-04 11:21:23 +00:00
nocobase[bot] 6b2275e702 Merge branch 'next' into develop 2026-06-04 01:34:36 +00:00
mytharcher a1bd5fe91e Merge branch 'main' into next 2026-06-04 09:33:11 +08:00
Junyi 738b5945e3 chore: upgrade xlsx package (#9675) 2026-06-04 09:15:37 +08:00
nocobase[bot] 94e00a4ea7 chore(versions): 😊 publish v2.1.0-beta.44 2026-06-03 13:30:03 +00:00
nocobase[bot] 17ae6fda32 chore(versions): 😊 publish v2.0.61 2026-06-03 12:22:08 +00:00
nocobase[bot] 4be8fa5bbe chore(versions): 😊 publish v2.1.0-beta.43 2026-06-02 14:06:36 +00:00
nocobase[bot] 24745aa08f chore(versions): 😊 publish v2.1.0-beta.42 2026-06-01 00:55:51 +00:00
nocobase[bot] 52335fe6dd chore(versions): 😊 publish v2.1.0-beta.41 2026-05-30 01:19:12 +00:00
nocobase[bot] 4d28f003bd chore(versions): 😊 publish v2.1.0-beta.40 2026-05-29 23:49:23 +00:00
chenos acaffad89d fix: version 2026-05-30 07:11:42 +08:00
nocobase[bot] eaafa27474 chore(versions): 😊 publish v2.1.0-alpha.45 2026-05-29 12:40:26 +00:00
chenos abbe41c110 fix: version 2026-05-29 20:10:18 +08:00
nocobase[bot] 500004c138 chore(versions): 😊 publish v2.0.60 2026-05-29 10:01:37 +00:00
chenos 278fb64b1a fix: version 2026-05-29 17:57:22 +08:00
nocobase[bot] 705662bc30 chore(versions): 😊 publish v2.1.0-beta.38 2026-05-29 02:42:07 +00:00
nocobase[bot] 461583d528 chore(versions): 😊 publish v2.0.59 2026-05-28 11:41:07 +00:00
nocobase[bot] 2fc9107a2c Merge branch 'next' into develop 2026-05-28 08:06:00 +00:00
Drol 1b1f174c2c Merge branch 'main' into next 2026-05-28 16:04:54 +08:00