1b113a4e1b
feat: Add specialized handler for tool calling improvements ( #10857 )
...
* add handler for granite models
* chore(agent.py): remove debug logging statements to clean up the code and reduce noise in logs
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes
* add gh suggestion and code improvements
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes
* fix ruff checkers
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-08 14:20:27 +00:00
2178c1f8a5
fix: Change background color from emerald to neutral for note templates ( #11224 )
2026-01-08 14:14:03 +00:00
ed624d7e08
fix: Reset vertex built state to False on build exceptions ( #11165 )
...
* add non built status when vertex fails
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* fix ruff checkers
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-08 13:44:46 +00:00
484ad892ba
chore: Merge v1.7.2 into main ( #11239 )
...
* fix market research input found
* cherry-pick changes
* chore(release): Bump version to 1.7.2 (#11208 )
* change langflow base version
* fix: publish amd fe/be images
* fix: build-lfx from test-cross-platform needs
remove build-lfx from test-cross-platform needs
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* fix jest test message order
---------
Co-authored-by: Adam Aghili <Adam.Aghili@ibm.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-08 13:44:44 +00:00
8550f11298
feat: Add customizable HTTP headers support to MCPToolsComponent ( #11023 )
...
* test(headers): add comprehensive tests for headers functionality in MCP component to ensure correct behavior and validation of header inputs
feat(mcp_component.py): add headers input to MCPToolsComponent for customizable HTTP headers in requests
This change allows users to specify HTTP headers, such as
Authorization, for requests to the MCP server, enhancing
authentication and flexibility in server interactions.
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* fix market research input found
* cherry-pick changes
* chore(release): Bump version to 1.7.2 (#11208 )
* change langflow base version
* fix: publish amd fe/be images
* fix: build-lfx from test-cross-platform needs
remove build-lfx from test-cross-platform needs
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Adam Aghili <Adam.Aghili@ibm.com >
2026-01-08 13:26:06 +00:00
ff0a197f1d
chore(frontend): Upgrade deps ( #11213 )
...
* update frontend packages
* update rehype math
* fix: Upgrade vite to v7 and fix security vulnerabilities
* fix tests model providers
* format lock
* [autofix.ci] apply automated fixes
* fix general bugs 10 test
* fix logs tests failing
* [autofix.ci] apply automated fixes
* rollback files content blocks
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-08 13:16:02 +00:00
943e22f735
fix: Message ID and Output inconsistencies ( #11061 )
...
* fix id
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-08 11:39:06 +00:00
c728cde9cb
docs: pass variable input to python interpreter component ( #11217 )
...
* pass-input-to-repl
* Apply suggestions from code review
Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com >
---------
Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com >
2026-01-07 21:02:45 +00:00
49ed55fbea
test(mcp-frontend): Improve test reliability and reduce code duplication ( #11232 )
...
* fix all mcp server tests
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes
* add fallback to tavily api key
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-07 15:50:09 -05:00
24db9b9e5a
test: Improve api key input reliability with retry mechanism ( #11237 )
2026-01-07 16:19:45 -03:00
e13d33e7d2
test: fix Market Research Template test ( #11235 )
2026-01-07 15:47:40 -03:00
7e77cd1f8e
test: Extract code block detection into shared utilities ( #11222 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-07 14:55:56 -03:00
17872f672b
feat: Add Message support to Smart Transform component ( #11160 )
...
* feat: Add Message support to Smart Transform component
Extends the Smart Transform component to handle Message inputs/outputs in addition to Data and DataFrame. Users can now apply LLM-generated transformations to text messages.
Changes:
- Add Message to accepted input types
- Add new process_as_message output method
- Implement text-specific prompt for Message transformations
- Add error handling with informative messages for all output methods
- Update examples to include text transformation use cases
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes
* improve code wuality
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes
---------
Co-authored-by: Rodrigo Nader <rodrigonader@MacBook-Pro-de-Rodrigo.local >
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Edwin Jose <edwin.jose@datastax.com >
Co-authored-by: cristhianzl <cristhian.lousa@gmail.com >
2026-01-06 23:30:00 +00:00
c3b131c4aa
Fix: Limiting Saving flow to flow page ( #11101 )
...
* making sure that cmd + s command only work on the flows page
* fix: removed unnecessary shallow field
* Revert "Merge remote-tracking branch 'origin/main' into fix-limiting-saving-flow"
This reverts commit ee71d3a16f , reversing
changes made to 5cf5d3f96b .
* Revert "Revert "Merge remote-tracking branch 'origin/main' into fix-limiting-saving-flow""
This reverts commit 8ce356cad1 .
* fix: add new package.json
* fix: update package.json
---------
Co-authored-by: Olayinka Adelakun <olayinkaadelakun@Olayinkas-MacBook-Pro.local >
Co-authored-by: Olayinka Adelakun <olayinkaadelakun@mac.war.can.ibm.com >
Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org >
2026-01-06 22:35:42 +00:00
7821c15f51
refactor: Centralize GPT model selection and simplify test utilities ( #11219 )
...
* fix tests model providers
* [autofix.ci] apply automated fixes
* fix general bugs 10 test
* fix logs tests failing
* [autofix.ci] apply automated fixes
* remove canva checkers
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-06 21:12:35 +00:00
2282740ff2
docs: OpenAPI spec content updated without version change ( #11202 )
...
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com >
Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com >
2026-01-06 21:00:04 +00:00
dcaed9887f
fix: add back in macOS amd64 runners ( #10784 )
...
macos-13 runners are depricated adding back in macOS-latest
refs:
https://github.com/actions/runner-images
https://github.com/actions/partner-runner-images
2026-01-06 19:30:28 +00:00
769b56c7e0
feat: Improvements to Sticky Notes ( #11057 )
...
* added min size for sticky note
* tests created
2026-01-06 18:36:50 +00:00
7d797c167b
perf(lfx): optimize cold start time with lazy imports ( #10739 )
...
* perf(lfx): lazy import CLI commands to reduce cold start time
Defer imports of serve_command and run until the specific subcommand
is invoked. Previously, both commands were imported at module load,
causing `lfx run` to unnecessarily load serve-specific dependencies
like uvicorn, rich.console, and rich.panel.
This optimization is particularly important for Knative/serverless
deployments where cold start latency matters due to scale-to-zero.
* refactor: eliminate temporary file usage for JSON input processing
* feat: add .claude to .gitignore
* refactor: implement lazy import for serve_command in LFX CLI module
* refactor: optimize imports in run.py for improved performance
* refactor: update type hints for Graph in script_loader and validation modules
* refactor: move imports for BaseChatPromptTemplate and PromptTemplate to TYPE_CHECKING block
* refactor: streamline lazy imports and enhance __getattr__ for field typing constants
* refactor: update patch target for get_settings_service in validation tests
* refactor(lfx): simplify field_typing lazy import per PR review
Replace explicit _exports dictionary creation with direct getattr(constants, name)
to avoid redundantly importing all constants on each attribute access.
This addresses the Copilot review comment on PR #10739 .
* test(lfx): add comprehensive tests for lazy import mechanisms
Add tests to verify lazy import patterns work correctly:
- field_typing/__init__.py: Test all exports via __getattr__ including
Input, Output, RangeSpec, Data, and all langchain type constants
- cli/__init__.py: Test serve_command lazy loading via __getattr__
- __main__.py: Test wrapper commands exist and are callable
- run.py and script_loader.py: Test module imports and functions
- validation.py: Test functions work correctly after lazy import changes
- flow_dict handling: Test JSON parsing for in-memory flow processing
These tests address CodeRabbit's pre-merge check concerns about missing
test coverage for the lazy import optimizations.
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* feat: Optimize JSON handling in run_flow by eliminating temporary file usage
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-06 14:23:28 +00:00
1769b0f2fa
feat: Add asymmetric JWT authentication with RS256/RS512 support ( #10755 )
...
* add possibility to change jwt algorithm
* add docs related to jwt auth
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* ruff check fixes
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* convert to enum auth types
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* copilot gh suggestions
* ruff check
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* add validation to images read file compnent
* [autofix.ci] apply automated fixes
* ruff fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* [autofix.ci] apply automated fixes
* revert: remove starter project changes
* revert: yarn lock
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* remove-docs-for-1.8-release
* remove starter projects
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* [autofix.ci] apply automated fixes
* improve logs message
* add missing dep in lfx
* [autofix.ci] apply automated fixes
* fix typo test error
* create helper functions
* [autofix.ci] apply automated fixes
* ruff checker
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com >
2026-01-06 12:37:52 +00:00
409ac6a0ed
feat: update Ace Editor's theme, border, background, and add mode-aware styling ( #8894 )
...
* Polish Ace editor: theme, border, background, and mode-aware styling for Monokai and GitHub themes
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes
* remove unnecessary themes
* Fixed active line indicator not moving
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Edwin Jose <edwin.jose@datastax.com >
Co-authored-by: cristhianzl <cristhian.lousa@gmail.com >
Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com >
2026-01-06 12:32:29 +00:00
2b39a66901
test(e2e): Replace ChevronLeft selector with sidebar-search-input ( #11194 )
...
* improve element to be visivle on PW tests
* rollback for autologin test
2026-01-06 12:14:38 +00:00
4557a0b29c
style: Add maxHeight constraint to PromptAreaComponent ( #11175 )
...
* add max height to adapt to safari
* change inline style to tailwind
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-06 12:10:22 +00:00
fdc1b3b144
fix: Check the user id of caller in delete_var ( #11196 )
...
* fix: Check the user id of caller in delete_var
* [autofix.ci] apply automated fixes
* Update __main__.py
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-05 19:07:01 +00:00
36eea7ee9d
fix: enable tool calling watson X ( #11199 )
...
* enable tool calling watsonX
* build component index
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Eric Hare <ericrhare@gmail.com >
2026-01-05 18:27:09 +00:00
1dc81ebe24
build: remove shell access from -ep images ( #11192 )
...
build: remove shell access from -ep images (#11191 )
* Disable shell access in langflow-ep
* re-add git back
* re-add npx
* remove uvx explicit install
2026-01-05 17:36:53 +00:00
d57520b21c
fix: Restore logs modal functionality with transaction logging and proper display ( #10820 )
...
* add logs feature back
* [autofix.ci] apply automated fixes
* fix integration tests
* github suggestions
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes
* improve code quality
* add logs dialog viewer and sanitize result
* ruff checkers and format
* add output to logs
* remove target column to avoid duplication
* create lfx service to execute transactions standalone lfx
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* fix ruff checkers
* rever model changes
* improve test error
* remove unnusual logs
* remove noQA unecessary
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: ogabrielluiz <gabriel@langflow.org >
2026-01-05 17:32:03 +00:00
cfdf2f0772
feat: add terminal node detection to Graph class ( #10789 )
...
* feat: add terminal node detection to Graph class
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
---------
Co-authored-by: Janardan S Kavia <janardanskavia@mac.myfiosgateway.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-02 22:51:03 +00:00
fc2635e00d
feat: fix async tests ( #11176 )
...
add tests
2025-12-31 21:46:48 +00:00
0d3bcd0e05
feat: add ollama get models logic with capabilities check ( #11157 )
...
* add get models logic
* [autofix.ci] apply automated fixes
* Update component_index.json
* Create test_ollama_embeddings_component.py
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-12-30 20:22:22 +00:00
06637535f4
docs: OpenAPI spec content updated without version change ( #11158 )
...
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com >
Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com >
2025-12-30 19:16:55 +00:00
304f6b6760
fix: test_async_helpers ( #11170 )
...
* Update test_async_helpers.py
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-12-30 18:58:22 +00:00
3f32a3a234
fix: delete file ( #11154 )
...
delete file
2025-12-27 16:06:55 +00:00
9ce7d84fc2
fix: Handle params required for watsonX ( #10979 )
...
* fix: Handle params required for watsonX
* [autofix.ci] apply automated fixes
* Update src/lfx/src/lfx/components/models_and_agents/language_model.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Error handling
* Update unified_models.py
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* Update unified_models.py
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* Template updates
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* Update unified_models.py
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-12-23 22:00:16 +00:00
bd29a42b60
feat: Support instance caching for docling ( #11030 )
...
* feat: Support instance caching for docling
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* Update test_docling_utils.py
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* Update component_index.json
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-12-23 20:25:04 +00:00
315f1ab0b6
fix: Hide the model options from the menu bar ( #11134 )
...
* fix: Hide the model options from the menu bar
* Update modelProviderCount.spec.ts
* Update tests
* [autofix.ci] apply automated fixes
* Fix tests
* Update modelProviderCount.spec.ts
* [autofix.ci] apply automated fixes
* Add timeout for page to be ready
* Update modelProviderCount.spec.ts
* [autofix.ci] apply automated fixes
* Update modelProviderCount.spec.ts
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-12-23 19:09:53 +00:00
d733b7d2ad
fix: disable advanced mode in read file components on cloud ( #11124 )
...
* disable advanced mode
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* fix ruff errors
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* add a helper method to handle cloud env
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* fix ruff errors
* [autofix.ci] apply automated fixes
* disable docling components on cloud
* fix ruff errors
* [autofix.ci] apply automated fixes
* fix ruff errors
* template updates
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-12-23 17:50:32 +00:00
c8cd4d9dcc
docs: OpenAPI spec version upgraded from 1.7.0 to 1.7.1 ( #11130 )
...
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com >
Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com >
2025-12-23 17:10:52 +00:00
5211855941
chore: merge 1.7.1 back into main ( #11129 )
...
* docs: update component links to individual pages (#10706 )
* Revert "Revert "docs: update component documentation links to individual pages""
This reverts commit 0bc27d6eab .
* [autofix.ci] apply automated fixes
* llm-selector-renamed
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* Apply suggestions from code review
* [autofix.ci] apply automated fixes
* Apply suggestions from code review
* [autofix.ci] apply automated fixes
* rebuild-component-index
* update-component-index
* [autofix.ci] apply automated fixes
* build-index
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* fix: avoid updating Message if ChatOutput is connected to ChatInput (#10586 )
* fix: resolved merge conflict
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* fix: create a new message to avoid mutating shared instances
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* fix: resolved merge conflict
* [autofix.ci] apply automated fixes
* fix: resolved merge conflict
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* fix: added a check for using exisiting message object
* fix: remove unwanted import
* fix: resolve merge conflict
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* fix: add None checks to prevent errors
* fix: resolve merge conflict
* [autofix.ci] apply automated fixes
* fix: backend unit test
* fix: resolve merge conflict
* [autofix.ci] apply automated fixes
* fix: ruff styling errors
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* Feat: Runflow optimization and improved dropdown behavior (#10720 )
* feat: optimize dropdown filtering and output resolution
misc: remove commented out code
feat: add refresh button and sort flows by updated_at date from most to least recent
ruff (flow.py imports)
improve fn contracts in runflow and improve flow id retrieval logic based on graph exec context
add dynamic outputs and optimize db lookups
add flow cache and db query for getting a single flow by id or name
cache run outputs and add refresh context to build config
misc
misc
use ids for flow retrieval
misc
fix missing flow_id bug
add unit and integration tests
add input field flag to persist hidden fields at runtime
move unit tests and change input and output display names
chore: update component index
fix: fix tool mode when flow has multiple inputs by dynamically creating resolvers
chore: update component index
ruff (run_flow and tests)
add resolvers to outputs map for non tool mode runtime
fix tests (current flow excluded in db fetch)
mypy (helpers/flow.py)
chore: update component index
remove unused code and clean up comments
fix: persist user messages in chat-based flows via session injection
chore: update component index
empty string fallback for sessionid in chat.py
chore: update component index
chore: update component index
cache invalidation with timestamps
misc
add cache invalidation
chore: update component index
chore: update comp idx
ruff (run_flow.py)
change session_id input type to MessageTextInput
chore: update component index
chore: update component index
chore: update component index
chore: update component index
sync starter projects with main
chore: update component index
chore: update component index
chore: update component index
remove dead code + impl coderabbit suggestions
chore: update component index
chore: update component index
clear options metadata before updating
chore: update component index
sync starter projects with main
sync starter projects with main
default param val (list flows)
* chore: update component index
* add integration tests
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
---------
Co-authored-by: Cristhian Zanforlin <criszl@192.168.15.88 >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* fix: Add dynamic tool mode descriptions for agent integration (#10744 )
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* fix: Add profile picture management and API endpoints (#10763 )
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* deps: upgrade altk (#10804 )
upgrade altk:
* fix: use running event loop to fix asyncio error when calling mcp tools (#10806 )
* use existing event loop instead of recreating when calling mcp tools
* component index
* [autofix.ci] apply automated fixes
* starter projects
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* fix: Improve file processing robustness and error feedback (#10781 )
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* fix: resolve merge conflict (#10831 )
* fix: fixed warning on console for nested button (#10724 ) (#10832 )
* removed unnecessary buttons on the flows page
* added the asChild prop and hid button so they are not accessible by tabbing
* added tab index to ensure that buttons as not selectable using the tab
* made sure that accessibility is possible one bulk selection is enabled
* made sure that accessibility is possible one bulk selection is enabled
* Fix: added testcases and refactor
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* [autofix.ci] apply automated fixes
---------
Co-authored-by: Olayinka Adelakun <olayinkaadelakun@Olayinkas-MacBook-Pro.local >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* fix: fixed warning on console (#10745 ) (#10830 )
* remove console warnings
* [autofix.ci] apply automated fixes
---------
Co-authored-by: Olayinka Adelakun <olayinkaadelakun@mac.war.can.ibm.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* fix: mask value to hide null field being returned (#10778 ) (#10829 )
* fix: mask value to hide null field being returned
* [autofix.ci] apply automated fixes
* fix: added testcase and updated functionality
---------
Co-authored-by: Olayinka Adelakun <olayinkaadelakun@mac.war.can.ibm.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Carlos Coelho <80289056+carlosrcoelho@users.noreply.github.com >
Co-authored-by: Olayinka Adelakun <olayinkaadelakun@Olayinkas-MacBook-Pro.local >
* Fix: Allow refresh list button to stay stagnant while zoom (Safari) (… (#10827 )
Fix: Allow refresh list button to stay stagnant while zoom (Safari) (#10777 )
* remove sticky as it was causing the refresh list to float on safari
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes
---------
Co-authored-by: Olayinka Adelakun <olayinkaadelakun@mac.war.can.ibm.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* feat: Add superuser support for running any user flow (#10808 )
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* Revert "feat: Add superuser support for running any user flow (#10808 )"
This reverts commit 423419e3d8 .
* fix: Ollama models list in Agent component (#10814 )
* fix: Ollama model list fails to load in Agent and Ollama components
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* Fix: Ensure Default Tab is Credential (#10779 ) (#10826 )
* fix: made sure the tab is visible
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* Fix: added typing
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* fix: added testcases
* fix: added handleOnValue change function and created a helper file
---------
Co-authored-by: Olayinka Adelakun <olayinkaadelakun@mac.war.can.ibm.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Olayinka Adelakun <olayinkaadelakun@Olayinkas-MacBook-Pro.local >
Co-authored-by: Carlos Coelho <80289056+carlosrcoelho@users.noreply.github.com >
* chore: update cuga version (#10737 ) (#10738 )
Co-authored-by: Sami Marreed <sami.marreed@ibm.com >
* chore: Remove DataFrameToToolsetComponent and related tests (#10845 )
Remove DataFrameToToolsetComponent and related tests
Deleted the DataFrameToToolsetComponent implementation, its import/registration in the processing module, and all associated unit tests. This cleans up unused code and test files related to converting DataFrame rows into toolset actions.
* fix: Handle GCP JSON parsing credentials (#10859 )
fix: Proper parsing of GCP credentials JSON (#10828 )
* fix: Proper parsing of GCP credentials JSON
* Update save_file.py
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* Update test_save_file_component.py
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* Fix GCP issues
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* Update test_save_file_component.py
* Update save_file.py
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* Update save_file.py
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* Update save_file.py
* Fix ruff errors
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* fix: anthropic constants (#10862 )
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* fix: Add feature flag check to simplified_run_flow_session (#10863 )
* fix: Improve the debugging messages on startup (#10864 )
* fix: Suppress SIGSEGV errors on startup (#10849 )
* fix: Suppress SIGSEGV errors
* Update test_cli.py
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* Update News Aggregator.json
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* fix: Don't fail if doc column is missing (#10746 ) (#10872 )
* fix: Don't fail if doc column is missing
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* Surface warning message to the UI
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* Update test_docling_utils.py
* [autofix.ci] apply automated fixes
* Update test_docling_utils.py
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* add x-api-key auth option
* fix(auth): Disallow refresh token access to API endpoints
* fix: Properly support the Batch Run component for watsonX models (#10877 )
* fix: Support Batch Run with watsonX (#10848 )
* fix: Support Batch Run with watsonX
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* Update batch_run.py
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* fix: Image upload for Gemini/Anthropic (#10880 )
* fix: Image upload for Gemini/Anthropic (#10867 )
* Fix image upload for Gemini/Anthropic and ChatOutput session_id preservation
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* fix ruff erros
* [autofix.ci] apply automated fixes
* resolve conflicts
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* [autofix.ci] apply automated fixes
* build component index
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
---------
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Himavarsha <40851462+HimavarshaVS@users.noreply.github.com >
* fix: Improve the default startup logging for readability (#10894 )
fix: Clean up the default startup logging (#10842 )
* fix: Clean up the default startup logging
* [autofix.ci] apply automated fixes
* Update manager.py
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* Update test_security_cors.py
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Himavarsha <40851462+HimavarshaVS@users.noreply.github.com >
* Fix: lfx serve aysncio event loop error (#10888 )
fix lfx serve asyncio event loop bug
* fix: Update LangflowCounts component to format star and Discord counts (#10896 )
* fixed counts
* fix: Update LangflowCounts component to format star and Discord counts
---------
Co-authored-by: Deon Sanchez <69873175+deon-sanchez@users.noreply.github.com >
* Fix: update lfx serve tests to mock the .serve() to prevent hanging (#10905 )
port lfx serve test fix from main
* Fix: lfx run agent _noopresult not iterable error (#10893 )
* fix _noopresult not iterable and session.add never awaited error and warning, respectively
* just make the add stub sync
* Fix: lfx run agent _noopresult not iterable error (#10911 )
* fix _noopresult not iterable and session.add never awaited error and warning, respectively
* just make the add stub sync
* the real final solution v3
* real solution v4
* revert
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* fix: Add graceful subprocess cleanup during shutdown (#10906 )
* add mcp cleanup function
* refactor(mcp_cleanup.py): simplify error handling using contextlib.suppress to improve code readability
test(mcp_cleanup.py): update tests to use context manager for patching to enhance clarity and maintainability
---------
Co-authored-by: Adam Aghili <Adam.Aghili@ibm.com >
* fix(workflows): include src/lfx/uv.lock in git add command to ensure all necessary files are tracked
fix(Makefile): add --no-sources flag to uv build command for langflow_base to optimize build process
* chore(nightly_build.yml): remove unnecessary directory change for lfx in nightly build workflow to streamline the process
* chore(release_nightly): update build command to include --no-sources flag for Langflow Base CLI to ensure proper build configuration
fix(Makefile): remove --no-sources from build_langflow_base to align with updated build command in release workflow
* chore(chat.py): remove unused future annotations import to clean up code
* fix(chat.py): add future annotations import for better type hinting support
fix(deps.py): move certain imports outside TYPE_CHECKING for FastAPI compatibility and update type hinting for get_cache_service function
* chore: print version
* chore: use release_tag as version
* fix: --prerelease=allow
* fix: correctly raise file not found errors in File GET endpoints (#10922 )
fix: correctly raise file not found errors in File GET endpoints (#10908 )
* Clean up the file GET endpoints
* Add test
* [autofix.ci] apply automated fixes
* ruff/mypy
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* Fix issues with async
* use uvlock from main
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Eric Hare <ericrhare@gmail.com >
Co-authored-by: Himavarsha <40851462+HimavarshaVS@users.noreply.github.com >
* fix: image pathing to operate with s3 storage (#10919 ) (#10929 )
* Fix image pathing to operate with s3 storage
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* add test
* [autofix.ci] apply automated fixes
* ruff
* Add abstract method annotation
* [autofix.ci] apply automated fixes
* fix: use parse_file_path in get_files for S3 storage compatibility
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: himavarshagoutham <himavarshajan17@gmail.com >
* Feat: migrate MCP transport from SSE to streamable http (#10934 )
* port #10727
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* refactor(deps.py): reorganize imports for clarity and compliance with FastAPI requirements
fix(deps.py): update return type of get_cache_service function to use Union for better type hinting
* fix: update sidebar icon styles to maintain backward compatibility (#10948 )
* fix: Add empty input check in ALTKAgent for Anthropic (#10926 )
* fix: Add empty input check in ALTKAgent for Anthropic
Shamelessly copies agent.py's empty input check to prevent Anthropic API errors.
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
---------
Co-authored-by: Jason Tsay <jason.tsay@ibm.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* fix: add condition to not make folder download fail when flow has Note component (#10953 )
* fix: Enhance error handling for langchain-core version compatibility (#10768 )
* fix: Restrict message and session access to flow owners (#10973 )
* feat(monitor.py): add user flow filtering to message sessions and messages endpoints to enhance data access control
refactor(monitor.py): remove dependencies from route decorators and pass current_user as a parameter for better clarity and maintainability
* test: update message-related test fixtures to associate messages with user-specific flows
This change ensures that messages created in tests are linked to a flow
specific to the active user, allowing for better filtering and
organization of messages in the database. It enhances the test
environment by simulating real-world usage scenarios more accurately.
* chore(monitor.py): reorder import statements to follow consistent structure and improve readability
* Fix: lfx run with agent component throws '_NoopResult' object is not iterable' (#10914 )
* fix _noopresult not iterable and session.add never awaited error and warning, respectively
* just make the add stub sync
* the real final solution v3
* real solution v4
* revert
* fix noopresult not iterable error and add was not awaited warning
* do await check in aupdate_messages
* [autofix.ci] apply automated fixes
---------
Co-authored-by: Himavarsha <40851462+HimavarshaVS@users.noreply.github.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* fix: Support tool mode for components that have no inputs (#10982 )
fix: Support tool mode in components without inputs (#10959 )
* fix: Support tool mode in components without inputs
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* fix: (Cherry Pick) default Ollama base url (#10981 )
* fix: Properly set a default Ollama base url (#10940 )
* fix: Properly set a default Ollama base url
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
---------
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* fix: Add authentication to various endpoints (#10977 ) (#10985 )
* fix: Add authentication to various endpoints (#10977 )
* fix: Add authentication to various endpoints
* [autofix.ci] apply automated fixes
* Couple more endpoints
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* Update log_router.py
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* Update mcp.py
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* Fix ruff errors
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* Update test_endpoints.py
* Fix tests
* Update Nvidia Remix.json
* Update test_registration.py
* [autofix.ci] apply automated fixes
* Update test_files.py
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* Address review comments
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* Review updates
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* Fix: ensure streamable-http session manager is entered and exited from the same task (#10991 )
* cherry pick #10966
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* Fix: cuga integration (#10976 ) (#10990 )
* Fix: cuga integration (#10976 )
* feat: upgrade cuga version
* chore: add component index
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* fix: cuga component
* chore: update index
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* fix: upgrade cuga
* fix: new component index
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* chore: add component index
* [autofix.ci] apply automated fixes
* chore: update package
* chore: update index
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* fix: cuga relatetive temp
* fix: update cuga
* chore: add component index
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* fix: remove space
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* [autofix.ci] apply automated fixes
---------
Co-authored-by: Sami Marreed <sami.marreed@ibm.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* test(webhook): add comprehensive tests for webhook endpoint functionality and error handling (#10995 )
* fix: Improve image path extraction and validation (#10999 )
* fix: make key generated on mcp json be shown, make placeholder show up if key not generated (#10997 )
* changed api key to show placeholder when api key is empty
* changed useMcpServer to use generated api key if store api key is empty, add dependency to callback
* [autofix.ci] apply automated fixes
* Added tests
* [autofix.ci] apply automated fixes
* Update src/frontend/src/pages/MainPage/pages/homePage/hooks/useMcpServer.ts
Co-authored-by: Cristhian Zanforlin Lousa <cristhian.lousa@gmail.com >
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Cristhian Zanforlin Lousa <cristhian.lousa@gmail.com >
* Fix: disable mcp sse endpoints astra (#11004 )
* disable mcp sse transport endpoints in astra cloud
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Himavarsha <40851462+HimavarshaVS@users.noreply.github.com >
* fix: mcp-proxy process leak (#11008 )
* fix: mcp-proxy process leak (#10988 )
* fix leak
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* Move MCP client imports out of loop iteration in get_servers (#10993 )
* Initial plan
* Move MCPStdioClient and MCPStreamableHttpClient imports to get_servers function
Co-authored-by: phact <1313220+phact@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: phact <1313220+phact@users.noreply.github.com >
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Edwin Jose <edwin.jose@datastax.com >
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com >
Co-authored-by: phact <1313220+phact@users.noreply.github.com >
Co-authored-by: Adam Aghili <Adam.Aghili@ibm.com >
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
---------
Co-authored-by: Sebastián Estévez <estevezsebastian@gmail.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Edwin Jose <edwin.jose@datastax.com >
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com >
Co-authored-by: phact <1313220+phact@users.noreply.github.com >
* feat: add build-nightly-ep to docker-nightly-build (#10942 )
* feat: add build-nightly-ep to docker-nightly-build
add build-nightly-ep to docker-nightly-build
* chore: update where langflow-nightly-ep is used
update where langflow-nightly-ep is used to match update where langflow-nightly-all
* chore: add nightly-main-ep to release_nightly
add nightly-main-ep to call_docker_build_main_ep in release_nightly
* chore: run what is already here
* chore: revert .secrets.baseline and let it regen
* fix(message.py): simplify file presence check using kwargs.get() for better readability and maintainability
* fix: Disable Local storage option in Write File component for cloud environments (#11003 ) (#11022 )
* fix: Disable Local storage option in Write File component for cloud environments (#11003 )
* modify savefile component
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* component index
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* Update src/lfx/src/lfx/components/files_and_knowledge/save_file.py
Co-authored-by: Hamza Rashid <74062092+HzaRashid@users.noreply.github.com >
* fix ruff errors
* fix conflicts
* resolve conflicts
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* fix indentation error
* [autofix.ci] apply automated fixes
* update options dynamically
* build component index
* [autofix.ci] apply automated fixes
* fix ruff errors
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Hamza Rashid <74062092+HzaRashid@users.noreply.github.com >
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Hamza Rashid <74062092+HzaRashid@users.noreply.github.com >
* fix: cuga update (#11019 ) (#11026 )
* fix: update cuga version
* chore: build index
Co-authored-by: Sami Marreed <sami.marreed@ibm.com >
* fix: langwatch traces all api endpoints (#11014 )
* create tracerprovider so langwatch doesnt pick up fastapi calls
* move opentel sdk imports to the top
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* Fix: improve exception handling and status code for disabled endpoints (#11012 )
* port #11011
* recover line from 1.7.0
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* fix(deps): Pin langchain-mcp-adapters to resolve langchain-core compatibility (#11037 )
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* fix: Make sure the research translation loop template is properly operating (#11042 )
* fix: Make sure loop inputs are properly handled in research (#11029 )
* fix: Make sure loop inputs are properly handled in research
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* [autofix.ci] apply automated fixes
* Update reactflowUtils.ts
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* Update reactflowUtils.ts
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* Revert "Update reactflowUtils.ts"
This reverts commit 9c8b1d1aa1 .
* Revert "Update reactflowUtils.ts"
This reverts commit 6be7ab95a5 .
* Fix template
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* [autofix.ci] apply automated fixes
* Update Research Translation Loop.json
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* Update reactflowUtils.ts
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
---------
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* Update Research Translation Loop.json
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* fix: disable knowledge components in astra (#11047 )
* cherry-pick #11046
* update component index
* update component index again
* fix: Advanced mode in read file component (#11041 ) (#11056 )
* fix: Advanced mode in read file component (#11041 )
* add a proper file path
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* Update file.py
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* build component index
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* build component index
* [autofix.ci] apply automated fixes
* Fix incorrect use of .tempdir
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Eric Hare <ericrhare@gmail.com >
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Eric Hare <ericrhare@gmail.com >
* fix: validate flow file_save path is in a valid location (#11060 )
fix: validate flow file_save path is in a valid location (#11039 )
* Validate flow file save path is in a valid location
* clean up logic
* fix tests
* comments
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* fix backslash vuln
* [autofix.ci] apply automated fixes
* add storage service param to function in agentic utils
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* Ruff errors
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* Resolve path in setup
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* comp index update
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Eric Hare <ericrhare@gmail.com >
* refactor: Move fetch credentials to the customizations (#11049 ) (#11063 )
move fetch credentials to the customizations
* fix: Fix async context handling in serve command and add integration tests (#10776 )
* refactor(tests): rename test IDs from helpersCreate List and logicPass to processingCreate List and flow_controlsPass for consistency and clarity in decision flow tests
* refactor: Langflow cloud updates (#10910 )
* refactor: Use customization to get api base urls (#10871 )
* fixed counts
* use customization to get api base urls
---------
Co-authored-by: Deon Sanchez <69873175+deon-sanchez@users.noreply.github.com >
* refactor: add code sample customizations (#10884 )
* add code sample customizations
* import cleanup
* embedded widget generator
---------
Co-authored-by: Deon Sanchez <69873175+deon-sanchez@users.noreply.github.com >
* fix: release workflow (#11087 )
* chore(release.yml): update release_lfx input description and make it optional to improve clarity
feat(release.yml): add ensure-lfx-published job to automate LFX version check and publishing process to PyPI
* chore: clean up release workflow
comment out unneeded cross platform test and move steps around to match the already existing pattern
---------
Co-authored-by: cristhianzl <cristhian.lousa@gmail.com >
* Revert "fix: release workflow " (#11088 )
Revert "fix: release workflow (#11087 )"
This reverts commit b26d03228e .
* fix: release workflow (#11089 )
* chore(release.yml): update release_lfx input description and make it optional to improve clarity
feat(release.yml): add ensure-lfx-published job to automate LFX version check and publishing process to PyPI
* chore: clean up release workflow
comment out unneeded cross platform test and move steps around to match the already existing pattern
* chore: remove test-lfx-cross-platform
remove test-lfx-cross-platform
* chore: address some of co-pilots comments
address some of co-pilots comments
---------
Co-authored-by: cristhianzl <cristhian.lousa@gmail.com >
* fix: use langflow package path for database location (#11107 )
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* chore: bump versions for langflow 1.7.1, langflow-base 0.7.1, and lfx 0.2.1 (#11108 )
* chore: update version to 0.2.1 in pyproject.toml
* bump version to 1.7.1 in package.json
* chore: bump version to 0.7.1 and update lfx dependency to 0.2.1 in pyproject.toml
* chore: bump versions for langflow, langflow-base, and lfx in pyproject.toml and uv.lock
* regenarate lock based on release branch
* new package-lock fixed
* fix: regenerate package-lock.json with missing nested dependencies
Adds canvas@2.11 .2 (for rehype-mathjax) and yaml@2.8.2 (for tailwindcss)
that were missing from the lock file causing npm ci to fail.
---------
Co-authored-by: cristhianzl <cristhian.lousa@gmail.com >
* test(regression): update test to use box selection for Combine Text nodes instead of Ctrl/Meta+click for better reliability in Playwright with ReactFlow
* test(fileUploadComponent.spec.ts): increase timeout duration for file rename tests to ensure stability
test(general-bugs-reset-flow-run.spec.ts): add wait time to improve reliability of component build checks
* Template update
* [autofix.ci] apply automated fixes
* Fix test failures
---------
Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: keval shah <kevalvirat@gmail.com >
Co-authored-by: Hamza Rashid <74062092+HzaRashid@users.noreply.github.com >
Co-authored-by: Cristhian Zanforlin <criszl@192.168.15.88 >
Co-authored-by: Cristhian Zanforlin Lousa <cristhian.lousa@gmail.com >
Co-authored-by: Jordan Frazier <122494242+jordanrfrazier@users.noreply.github.com >
Co-authored-by: olayinkaadelakun <olayinka.adelakun@ibm.com >
Co-authored-by: Olayinka Adelakun <olayinkaadelakun@Olayinkas-MacBook-Pro.local >
Co-authored-by: Olayinka Adelakun <olayinkaadelakun@mac.war.can.ibm.com >
Co-authored-by: Carlos Coelho <80289056+carlosrcoelho@users.noreply.github.com >
Co-authored-by: Himavarsha <40851462+HimavarshaVS@users.noreply.github.com >
Co-authored-by: Sami Marreed <sami.marreed@ibm.com >
Co-authored-by: Edwin Jose <edwin.jose@datastax.com >
Co-authored-by: Eric Hare <ericrhare@gmail.com >
Co-authored-by: Mike Pawlowski <mpawlow@ca.ibm.com >
Co-authored-by: Viktor Avelino <64113566+viktoravelino@users.noreply.github.com >
Co-authored-by: Deon Sanchez <69873175+deon-sanchez@users.noreply.github.com >
Co-authored-by: himavarshagoutham <himavarshajan17@gmail.com >
Co-authored-by: Jason Tsay <jason.tsay@ibm.com >
Co-authored-by: Lucas Oliveira <62335616+lucaseduoli@users.noreply.github.com >
Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org >
Co-authored-by: Sebastián Estévez <estevezsebastian@gmail.com >
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com >
Co-authored-by: phact <1313220+phact@users.noreply.github.com >
Co-authored-by: Mike Fortman <michael.fortman@datastax.com >
2025-12-22 23:44:51 +00:00
87f5721d7c
fix: Address minor issues in Model Providers feature ( #11127 )
...
* fix: input port visibility issue
* fix: reduce excessive vertical padding in dropdown
* [autofix.ci] apply automated fixes
* fix: Restore settings page for model providers
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* Update src/lfx/src/lfx/inputs/inputs.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* fix: Use most recent 5 models as defaults
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* Update unified_models.py
* Template updates
* Update component_index.json
* Update Youtube Analysis.json
* [autofix.ci] apply automated fixes
* Create test_model_input_fixes.py
* Update test_model_input_fixes.py
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-12-22 21:47:42 +00:00
a40a0a5746
feat: Sync read and write functionality in file comps ( #11048 )
...
* feat: Sync read and write functionality in file comps
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* Fix failing test
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* Fix positional argument
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* Fix failing test
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* Update test_file_component.py
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* Update save_file.py
Add `required=True` to the required fields in AWS and Google Drive.
* Update file.py
Add `required=True` to the required fields in AWS and Google Drive.
* Update test_file_component.py
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes
* Update loop-component.spec.ts
* [autofix.ci] apply automated fixes
* Template updates
* Update component_index.json
* Update starter projects
* Template updates
* Temple updates
* Templates and comp index
* [autofix.ci] apply automated fixes
* Proper id for playwright tests
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Lucas Democh <ldgoularte@gmail.com >
2025-12-22 18:06:09 +00:00
809a6721a6
Fix: console errors invalid Fragment props, nested button hydration warning, and stray isDark prop ( #11105 )
...
* Fix modal/toolbar accessibility warnings
* Fix modal triggers, dialog a11y, and icon prop warnings
* Add reusable IconComponentType alias
* Handle dark-mode icon prop safely
* putting back isDark and will be treat in another PR
* pass children to ApiModal instead of delete it completely bc of testing failing, no locally but in the CI
---------
Co-authored-by: Olfa Maslah <olfamaslah@Olfas-MacBook-Pro.local >
2025-12-22 16:55:50 +00:00
2d1e51b132
fix: Ensure proper path for file processing ( #11033 )
...
* fix: Ensure proper path for file processing
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-12-20 17:24:56 +00:00
0b3794f84f
fix: handle astra api call failure gracefully ( #11044 )
...
* handle api calls
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* fix ruff errors
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* remove extra loggers
* build component index
* fix ruff errors
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-12-19 19:28:55 +00:00
9e18f4a5bf
fix: Proper support for multimodal in Ollama ( #10941 )
...
* fix: Proper support for multimodal in Ollama
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* Update ollama.py
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* fix: Clean up the image path for ollama
* Update image.py
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* Normalize windows file paths
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* Update test_storage_parse_file_path.py
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* Fix ollama processing of images
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* Update test_schema_message.py
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* Update image.py
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* Update image.py
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Himavarsha <40851462+HimavarshaVS@users.noreply.github.com >
2025-12-19 18:11:08 +00:00
6504e70081
docs: CVEs for 1.7 ( #11112 )
...
* ssrf-cve
* cve-filename
* readme
2025-12-19 16:48:08 +00:00
46539f5ca8
Fix: component_index autofix ( #11093 )
...
* fix: strip runtime variable
* [autofix.ci] apply automated fixes
* fix: install BE dependecies befor generating the component_index
* fix: testcase added
* [autofix.ci] apply automated fixes
---------
Co-authored-by: Olayinka Adelakun <olayinkaadelakun@mac.war.can.ibm.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Olayinka Adelakun <olayinkaadelakun@Olayinkas-MacBook-Pro.local >
2025-12-19 16:30:19 +00:00
604188b9aa
docs: clarify 1.7 bug ( #11113 )
...
* clarify-persistent-state
* clarify-version
* anchor
2025-12-19 16:29:30 +00:00
2b4ea2932e
docs: yanked version and known issue ( #11110 )
...
fix-issue
2025-12-19 16:04:29 +00:00
3e6f18a712
fix: Update all starter templates for model providers ( #10983 )
...
* fix: Update all starter templates for model providers
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* Update Basic Prompt Chaining.json
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* Cleanup based on coderabbit review
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* Update Twitter Thread Generator.json
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* template updates
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* Update package-lock.json
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* Starter template updates
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* fix fe tests
* [autofix.ci] apply automated fixes
* fix general bug 10
* test(lock-flow.spec.ts): update edge deletion tests to use Backspace instead of Delete for better compatibility with user input
refactor(lock-flow.spec.ts): replace all instances of ".react-flow__edge-path" with ".react-flow__edge" for consistency in edge selection
* Update Portfolio Website Code Generator.json
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* Fix two more broken templates
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* Template updates
Co-Authored-By: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Himavarsha <40851462+HimavarshaVS@users.noreply.github.com >
Co-authored-by: cristhianzl <cristhian.lousa@gmail.com >
2025-12-19 15:31:22 +00:00