Hugo Alliaume
d140bffe65
[UXTranslator] Add recipe for 2.32
2025-12-03 23:31:48 +01:00
Oskar Stark
5a8bbad1a2
Update AI bundle recipe to use gpt-5-mini model
2025-11-25 14:05:23 +01:00
Oskar Stark
127c1fae5d
Remove tools section and update prompt in ai-bundle recipe
...
- Remove Clock tool configuration from services
- Remove tools array from default agent
- Update system prompt to pirate theme
2025-11-25 13:47:14 +01:00
Oskar Stark
dd815c0778
Fix AI bundle recipe to use 'prompt' instead of deprecated 'system_prompt'
...
The 'system_prompt' configuration key is no longer supported in Symfony AI.
This updates the recipe to use the correct 'prompt' key as per the current
Symfony AI documentation.
2025-11-25 12:47:15 +01:00
Fabien Potencier and GitHub
ec48d4071d
Fix AiBundle namespace in manifest.json
2025-11-25 12:19:11 +01:00
Oskar Stark
093189909d
Rename ai-youtube-transcriber-tool to ai-youtube-tool
...
The package name is symfony/ai-youtube-tool, not symfony/ai-youtube-transcriber-tool.
2025-11-24 18:25:29 +01:00
Oskar Stark
a19173f666
Add recipes for new AI bridge tools
...
Add Symfony Flex recipes for the new AI bridge packages extracted from symfony/ai:
- symfony/ai-clock-tool: Provides time and clock-related functionality
- symfony/ai-scraper-tool: Enables web scraping with CSS selector support
- symfony/ai-wikipedia-tool: Provides Wikipedia search and article retrieval
- symfony/ai-youtube-transcriber-tool: Provides YouTube video transcription
These bridges were extracted from the core AI toolbox in symfony/ai#977 .
2025-11-24 18:07:08 +01:00
Oskar Stark and GitHub
7e8de6e509
Add symfony/ai-tavily-tool ( #1484 )
2025-11-23 18:04:23 +01:00
Oskar Stark and GitHub
db4e4dd622
Add symfony/ai-mapbox-tool ( #1485 )
2025-11-23 18:04:08 +01:00
Oskar Stark and GitHub
ba09cca725
Add symfony/ai-firecrawl-tool ( #1486 )
2025-11-23 18:03:55 +01:00
Oskar Stark and GitHub
24bdef0825
Add symfony/ai-open-meteo-tool ( #1487 )
...
* Add symfony/ai-openmeteo-tool
* -
2025-11-23 18:02:42 +01:00
Oskar Stark and GitHub
371c61f010
Add symfony/ai-serp-api-tool ( #1488 )
...
* Add symfony/ai-serpapi-tool
* -
2025-11-23 18:01:38 +01:00
Nicolas Grekas and GitHub
7e70e7a5ba
Remove APP_PROJECT_DIR from APP_SHARE_DIR in .env ( #1483 )
2025-11-21 13:36:26 +01:00
Hugo Alliaume
68fca4350f
[UXIcons] Add recipe
2025-11-15 20:58:20 +01:00
Nicolas Grekas and GitHub
1efd4537b7
[symfony/routing] Back to explicit import of routes defined on controllers ( #1476 )
2025-11-14 18:14:57 +01:00
Grégoire Pineau and GitHub
6aa652f7fb
[Monolog] Remove commented code to log in the browser ( #1475 )
2025-11-14 11:28:24 +01:00
Christian Flothmann and GitHub
01ca1ef472
remove lo longer needed conflict rule ( #1473 )
2025-11-10 09:35:37 +01:00
Nicolas Grekas and GitHub
b2a75ec505
Simplify routes.yaml ( #1470 )
2025-11-05 14:41:37 +01:00
Tac Tacelosky and GitHub
575539a437
Enable sync transport in messenger configuration ( #1464 )
...
Very little downside to enabling by default, as it's (almost) the same as not sending something through a transport at all.
2025-11-04 13:45:36 +01:00
Florian Le Goff and GitHub
f7b53eb72a
Fix security-bundle recipe ( #1469 )
2025-11-04 13:43:15 +01:00
Nicolas Grekas and GitHub
c72eca54ac
Fix stimulus-bundle recipe ( #1468 )
2025-11-04 13:42:13 +01:00
Javier Eguiluz and GitHub
df07579251
Remove excessive white space at the end of a line ( #1467 )
2025-11-04 13:30:55 +01:00
Thomas Landauer and GitHub
15a50fe237
Some cleanups for security.yaml ( #1395 )
2025-11-04 12:11:05 +01:00
Nicolas Grekas and GitHub
fbc0226691
Add link to "imports" doc in services.yaml ( #1466 )
2025-11-04 12:10:21 +01:00
Phil Bates and GitHub
f63e330e22
Don't log deprecations twice in prod ( #1454 )
2025-11-04 12:03:48 +01:00
Tim Korn and GitHub
da316858b0
Add a remark to submit-eventListener ( #1418 )
2025-11-04 12:01:55 +01:00
Thomas Landauer and GitHub
c017382f3b
Renaming bootstap.js to stimulus_bootstrap.js ( #1399 )
2025-11-04 12:00:39 +01:00
Fabien Potencier and GitHub
7845ebb7ec
Merge pull request #1463 from Kocal/GH-1457
...
[WebpackEncoreBundle] Add recipe for old version 1.17 & fix some other constraints
2025-10-29 11:21:55 +01:00
Nicolas Grekas and GitHub
bf21b8a462
Configure APP_SHARE_DIR to var/share by default ( #1465 )
2025-10-29 10:37:53 +01:00
Hugo Alliaume
a91c2d7389
[WebpackEncoreBundle] Add recipe for old version 1.17, adjust @symfony/stimulus-bridge constraints
2025-10-16 21:39:35 +02:00
Nicolas Grekas
45c73f1042
[routing] sync DEFAULT_URI from 7.0
2025-09-30 20:00:20 +02:00
Nicolas Grekas and GitHub
0c4eb76160
Make yaml-schema declaration standard ( #1455 )
2025-09-30 19:53:46 +02:00
Oskar Stark and GitHub
52fd1d81cf
Update symfony/ai-bundle ( #1452 )
...
* Update symfony/ai-bundle
* Update symfony/ai-bundle/0.1/config/packages/ai.yaml
* Update symfony/ai-bundle/0.1/config/packages/ai.yaml
2025-09-29 11:17:07 +02:00
Fabien Potencier and GitHub
fc12199beb
Merge pull request #1416 from alexander-schranz/feature/default-uri-env
...
Add env variable for `router.default_uri` configuration option
2025-09-22 07:34:36 +02:00
964ded30ac
Update symfony/routing/7.4/config/routes.yaml
...
Co-authored-by: Fabien Potencier <fabien@potencier.org >
2025-08-23 09:15:55 +02:00
Jérôme Tamarelle and GitHub
2dcb5dea82
Add doc about debug:router
2025-08-22 18:08:43 +02:00
Nicolas Grekas and GitHub
64f21c6890
[symfony/routing] Auto-register routes from attributes found on controller services ( #1448 )
2025-08-22 16:25:27 +02:00
Nicolas Grekas
5c016aa26b
Declare JSON schema for routes.yaml and services.yaml
2025-08-21 16:50:56 +02:00
Marcos Gómez Vilches and GitHub
dd489df577
fix: [LiveComponent] CSRF token not valid after form second submit
...
Fix the “invalid CSRF token” error when working with live-components and submitting a form a second time, for example if a server-side validation fails and the form is re-rendered.
2025-08-20 11:54:48 +02:00
Fabien Potencier and GitHub
b04a17d748
Merge pull request #1437 from Kocal/patch-2
...
[Panther] Configure env `PANTHER_DEVTOOLS=0`
2025-08-04 22:19:37 +02:00
Oskar Stark
b369d5ddf1
-
2025-07-28 14:38:00 +02:00
Oskar Stark
3c28471039
Rename AIBundle to AiBundle
2025-07-28 09:17:46 +02:00
Hugo Alliaume and GitHub
58a36789b5
[Turbo] Correctly fix framework.csrf_protection.check_header configuration ( #1440 )
2025-07-27 15:04:32 +02:00
Hugo Alliaume
420b3ac468
[Turbo] Fix check_header configuration
2025-07-25 20:37:40 +02:00
Oskar Stark and GitHub
d426e2588e
Add symfony/ai-bundle ( #1438 )
...
* Add symfony/ai-bundle
* -
2025-07-18 07:44:04 +02:00
Hugo Alliaume and GitHub
bb4256a144
[Panther] Configure env PANTHER_DEVTOOLS=0
...
Following https://github.com/symfony/panther/issues/675 and https://github.com/symfony/ux/pull/2873 , passing `PANTHER_DEVTOOLS=0` (it is enabled by default) fixes issues when using Chrome 137+.
I agree this is not the best fix, surely something must be fixed upsteam, but for the moment, disabling devtools allows Panther to be usable again in some behaviors.
2025-07-16 09:18:11 +02:00
Craig Heydenburg and GitHub
061f8015e8
remove "useless" escape ( #1436 )
...
closes https://github.com/symfony/symfony/issues/60983
2025-07-08 16:58:35 +02:00
Fabien Potencier and GitHub
137e34765a
Merge pull request #1429 from kbond/ux-aliases
...
[symfony/ux-*] add aliases
2025-07-04 08:39:21 +02:00
Fabien Potencier and GitHub
412090557e
Merge pull request #1426 from HypeMC/fix-panther-recipe
...
[symfony/panther] Fix compatibility with Symfony 7.3 & PHPUnit 11
2025-07-04 08:36:10 +02:00
Fabien Potencier and GitHub
60dd462e66
Merge pull request #1422 from HypeMC/panther-requires
...
[symfony/panther] Add requires for extension
2025-07-04 08:35:10 +02:00