Junyan Qin
023281ae56
fix: ensure content extraction from messages includes only valid text entries
2026-01-31 13:51:17 +08:00
Junyan Qin
50dff55217
feat: enhance LLM model creation with optional default pipeline setting
...
- Updated create_llm_model method to include auto_set_to_default_pipeline parameter.
- Adjusted ModelManager to set auto_set_to_default_pipeline to False when creating models.
- Improved logic for setting the default pipeline model based on the new parameter.
2026-01-31 13:24:33 +08:00
Junyan Qin
3204292360
chore: bump version to 4.8.2 and update langbot-plugin and pyseekdb versions in uv.lock
v4.8.2
2026-01-31 12:54:05 +08:00
Junyan Qin
e0d72969e3
chore(deps): update langbot-plugin version to 0.2.5 in pyproject.toml
2026-01-30 17:31:21 +08:00
Junyan Qin
a65b7ad413
chore(deps): update pyseekdb version to 1.0.0b7 in pyproject.toml
2026-01-30 13:39:36 +08:00
Junyan Qin
45df44e01b
chore: update uv.lock
2026-01-30 12:42:21 +08:00
Junyan Qin
d8addb105a
chore: update .gitignore and add uv.lock for dependency management
2026-01-30 12:32:39 +08:00
Junyan Qin
f17ccad665
chore: update TypeScript configuration for improved compatibility and structure
2026-01-30 12:15:19 +08:00
Junyan Qin
120ceb0b55
chore: update linting configuration to use eslint directly
2026-01-30 12:03:43 +08:00
dependabot[bot]
8a6f80a181
chore(deps): bump lodash from 4.17.21 to 4.17.23 in /web ( #1944 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23 )
---
updated-dependencies:
- dependency-name: lodash
dependency-version: 4.17.23
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-30 11:25:16 +08:00
dependabot[bot]
b19e468668
chore(deps): bump next from 15.5.9 to 16.1.5 in /web ( #1943 )
...
Bumps [next](https://github.com/vercel/next.js ) from 15.5.9 to 16.1.5.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v15.5.9...v16.1.5 )
---
updated-dependencies:
- dependency-name: next
dependency-version: 16.1.5
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-30 11:20:08 +08:00
Junyan Qin
aeac79e1b3
feat: add tag filtering functionality to Plugin Market
...
- Introduced TagsFilter component for selecting and filtering plugins by tags.
- Updated PluginMarketComponent to handle tag selection and display.
- Enhanced PluginMarketCardComponent to show selected tags.
- Modified CloudServiceClient to fetch available tags from the API.
- Updated localization files to support new tag-related strings.
2026-01-29 16:08:05 +08:00
Junyan Qin
b89a240250
feat: implement LoadingSpinner component and replace existing loaders across the application
2026-01-29 15:24:23 +08:00
Junyan Qin
13f42857f5
perf: detailed control of models service displaying
2026-01-27 22:44:58 +08:00
Junyan Qin
61f3f31edc
chore: bump version to 4.8.1
v4.8.1
2026-01-27 20:33:55 +08:00
Junyan Qin
3663d9dc10
style: adjust margin in PipelineDetailDialog for improved button alignment
2026-01-27 20:33:17 +08:00
Guanchao Wang
89ec86c530
fix: issue 1936 ( #1937 )
2026-01-27 20:28:19 +08:00
Junyan Qin
d9ba2a17ff
chore: bump version to 4.8.0
v4.8.0
2026-01-26 21:12:56 +08:00
Junyan Qin
c4ea6188f9
chore: update layout description to reflect production-grade capabilities for IM bot integration
2026-01-26 21:09:59 +08:00
Guanchao Wang
5d9f6ec763
Feat/monitor ( #1928 )
...
* feat: add monitor
* feat: fix tab
* feat: work
* feat: not reliable monitor
* feat: enhance monitoring page layout with integrated filters and refresh button
* feat: add support for runner recording
* feat: add jump button & alignment
* feat: new
* fix: not show query variables in local agent
* fix: pnpm lint and python ruff check
* fix: ruff fromat
* chore: remove unnecessary migration
* style: optimize monitoring page layout and fix sticky filter issues
- Enhanced metric cards with gradient backgrounds and hover effects
- Increased traffic chart height from 200px to 300px
- Adjusted grid layout and spacing for better visual appeal
- Fixed sticky filter area to properly cover parent padding without transparent gaps
- Used negative margins and positioning to eliminate scrolling artifacts
- Matched padding/margins with other pages (pipelines, bots) for consistency
- Removed duplicate title/subtitle from page content
- Added cursor-pointer styling to tab triggers
- Removed border between tab list and tab content
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
* fix: apply prettier formatting to monitoring components
- Fixed indentation and spacing in MetricCard.tsx
- Fixed formatting in TrafficChart.tsx
- Applied prettier formatting to page.tsx
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
* feat: update HomeSidebar to trigger action on child selection and localize monitoring titles
* refactor: streamline LLM and embedding invocation methods
* feat: add embedding model monitor
* fix: database version
* chore: simplify pnpm-lock.yaml formatting
---------
Co-authored-by: Junyan Qin <rockchinq@gmail.com >
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-26 21:08:23 +08:00
Junyan Qin (Chin)
b73847f1a6
feat: add emoji support to knowledge bases and pipelines ( #1935 )
...
* feat: add emoji support to knowledge bases and pipelines
* feat: add optional emoji property to ExternalKBCardVO for enhanced knowledge base representation
2026-01-26 17:37:35 +08:00
Typer_Body
d6e1e79f07
fix: potential copy action bug on windows ( #1931 )
...
* fix a bag updata
* Update page.tsx
* Update page.tsx
* Append text area to body for selection
* Update page.tsx
* Update mcp.py
2026-01-25 15:40:11 +08:00
Junyan Qin
525008b8b2
docs: update feature descriptions in multiple language READMEs to include Langflow integration and enhance clarity on production-grade features
2026-01-25 15:28:15 +08:00
Junyan Qin (Chin)
bbf77bac4c
feat(user): update Space model provider API keys in UserService ( #1932 )
2026-01-25 14:15:25 +08:00
Typer_Body
f4ae829f59
Update mcp.py
2026-01-25 01:49:53 +08:00
Typer_Body
3af8c13fab
Update page.tsx
2026-01-25 01:38:17 +08:00
Typer_Body
a8f7924867
Append text area to body for selection
2026-01-25 01:37:41 +08:00
Typer_Body
77047e87d6
Update page.tsx
2026-01-25 01:37:15 +08:00
Typer_Body
24d865bcd3
Update page.tsx
2026-01-25 01:36:51 +08:00
Typer_Body
81ec7c201c
Merge branch 'langbot-app:master' into master
2026-01-25 01:30:21 +08:00
Junyan Qin (Chin)
fc6e414be4
feat: add GitHub Actions workflow for linting with Ruff ( #1929 )
...
* feat: add GitHub Actions workflow for linting with Ruff
* refactor: rename lint job and add formatting step to Ruff workflow
* chore: run ruff format
* chore: rename Ruff lint job to 'Lint' and add frontend linting workflow
2026-01-23 13:43:12 +08:00
Junyan Qin
e60cb6ad0e
fix: ruff check errors
2026-01-23 13:30:44 +08:00
Junyan Qin
c90f2d6a12
chore: update mcp dependency version to 1.25.0
2026-01-20 01:59:19 +08:00
Junyan Qin
fe8a738cd7
fix(i18n): update apiKeyCreatedMessage for clarity across multiple languages
2026-01-20 01:53:49 +08:00
Tiankai Ma
604cc53973
fix(localagent): allow empty func arg ( #1921 )
2026-01-19 23:42:47 +08:00
Tiankai Ma
195b694ecc
feat(telegram): threaded mode support ( #1920 )
...
* feat(telegram): reply in threaded mode
* feat(telegram): thread-level isolation
2026-01-19 23:42:17 +08:00
Typer_Body
ee2d4e3ab9
fix a bag updata
2026-01-19 00:05:21 +08:00
Tiankai Ma
d21f23beee
fix(telegram): set reply_to_message_id correctly ( #1918 )
2026-01-15 18:09:57 +08:00
Junyan Qin
558587883b
chore: update project version to 4.7.2
v4.7.2
2026-01-13 14:02:00 +08:00
Junyan Qin
2e6a1daf4f
feat(mcp): extend mode options in MCPCardVO to include 'http'
2026-01-13 13:59:59 +08:00
Tiankai Ma
1fc5e75f93
feat(mcp): add streamable HTTP and stdio ( #1911 )
...
* feat(mcp): add streamable HTTP
alongside with frontend UI change, w/ support for stdio
* fix(mcp): address copilot reviews
* Update src/langbot/pkg/provider/tools/loaders/mcp.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* fix: resolve copilot reviews
* fix: Message -> MessageChunk
* feat: upgrade mcp module
* feat: add i18n
* feat(mcp): enhance MCPCardComponent with mode badge and reorder select items in MCPFormDialog
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: WangCham <651122857@qq.com >
Co-authored-by: Junyan Qin (Chin) <rockchinq@gmail.com >
2026-01-13 13:50:06 +08:00
fdc310
a332206ba3
fix: When the deletion of the thinking chain is activated, since the "continue" is triggered as soon as the thinking begins, it causes a bug in the subsequent judgment that breaks out of the loop impression. ( #1913 )
2026-01-12 00:14:39 +08:00
Junyan Qin
8e620dc635
fix: remove unreachable assertion in ChatMessageHandler to improve error handling
2026-01-09 23:46:43 +08:00
Junyan Qin
c9a21ebace
fix: improve error handling in ChatMessageHandler
2026-01-09 23:23:53 +08:00
Junyan Qin
a05cdcac50
chore: update project version to 4.7.1
v4.7.1
2026-01-09 21:52:08 +08:00
Junyan Qin
ecfb2bfb34
chore: add type hints for ap in telemetry.py
2026-01-09 21:50:43 +08:00
Guanchao Wang
e17dba0a98
fix: testing mcp server ( #1912 )
2026-01-09 18:39:40 +08:00
Hadong
6b138943ce
feat(milvus): milvus related updates ( #1908 )
...
- Add Milvus db_name configuration and client parameter support.
- change kb_data uuid for Milvus. 3. add MAX_BATCH_SIZE for openai.
- support more vector_size.
2026-01-09 16:03:43 +08:00
fdc310
eb0e6aff68
feat: add telemetry support for query execution tracking and configur… ( #1900 )
...
* feat: add telemetry support for query execution tracking and configuration
* feat: integrate telemetry manager and enable telemetry data sending
* feat: integrate telemetry manager and enhance error handling for telemetry sending
* feat: update telemetry configuration to use 'space' instead of 'telemetry' and adjust related parameters
* feat: integrate telemetry manager and enable telemetry data sending
* feat: integrate telemetry manager and enhance error handling for telemetry sending
* feat: add instance id
* feat: enhance telemetry management with asynchronous task handling and improve model retrieval caching
---------
Co-authored-by: Junyan Qin <rockchinq@gmail.com >
2026-01-09 15:50:44 +08:00
Junyan Qin
4d0095626a
fix: update docker-compose command to include --no-sync option for improved runtime behavior
2026-01-08 11:30:25 +08:00