Commit Graph
1115 Commits
Author SHA1 Message Date
Hugo Alliaume edafc78c91 [Reprise][StimulusBundle] Add recipe for symfony/reprise 2026-07-13 18:20:52 +02:00
Hugo Alliaume d2494b031e [WebpackEncore][StimulusBundle] Add recipe for WebpackEncore 7.0 2026-06-24 10:11:16 +02:00
Fabien PotencierandGitHub fbeadd78a5 Merge pull request #1533 from ttskch/mailgun-mailer/4.4
[symfony/mailgun-mailer] Align env examples with README
2026-06-21 09:24:25 +02:00
Micha AhrweilerandGitHub b7e08038bb [FrameworkBundle] Use static closure in front controller (8.1) (#1532)
Added missing static for framework-bundle 8.1.
2026-05-30 17:09:58 +02:00
Nicolas GrekasandGitHub dd3e831144 [web-profiler-bundle] Remove deprecated collect_serializer_data option (#1538) 2026-05-30 16:42:32 +02:00
Takashi Kanemoto a1c5d23637 [symfony/mailgun-mailer] Align env examples with README 2026-04-21 02:04:59 +09:00
2a347a874d [AiBundle] Add AmazeeAi recipe (#1517)
* [AiBundle] add amazeeai platform recipe

* [AiBundle] fix generic platform recipe

* fix: platform version

* fix: platform version

* Revert "[AiBundle] fix generic platform recipe"

This reverts commit 12102ea79b.

* Update symfony/ai-amazee-ai-platform/0.6/manifest.json

Co-authored-by: Christopher Hertel <mail@christopher-hertel.de>

* Update symfony/ai-amazee-ai-platform/0.6/manifest.json

Co-authored-by: Christopher Hertel <mail@christopher-hertel.de>

---------

Co-authored-by: Christopher Hertel <mail@christopher-hertel.de>
2026-04-09 18:56:42 +02:00
Christophe JossartandGitHub 9212df43d5 [AiBundle] fix generic platform recipe (#1527) 2026-04-03 22:16:55 +02:00
Grégoire PineauandGitHub 24e94e53cd [FrameworkBundle] Use static closure in front controller (#1529) 2026-04-03 16:26:31 +02:00
Hubert LenoirandGitHub 2a6f488bb2 [SymfonyAI][DockerModelRunner] Fix configuration (#1519) 2026-04-03 14:02:26 +02:00
Grégoire PineauandGitHub d7ff6df465 [symfony/ai] Fix configuration (#1523) 2026-04-03 13:56:15 +02:00
Stanislau KviatkouskiandGitHub 73ec19c83c [symfony/mercure-bundle] Make MERCURE_PUBLIC_URL optional (#1520)
Since `symfony/mercure-bundle` v0.3.0 (https://github.com/symfony/mercure-bundle/pull/42) the `public_url` config is optional and its default value is `null`.
2026-03-31 17:27:13 +02:00
Nicolas Grekas 266f98b871 Convert add-lines.content to arrays 2026-03-31 13:35:15 +02:00
Nicolas GrekasandGitHub e685563fd3 [symfony/framework-bundle/8.1] Add Kernel::getAllowedEnvs() = prod+dev+test (#1516) 2026-03-27 13:51:25 +01:00
Hugo AlliaumeandGitHub 390d893ca1 [WebpackEncoreBundle] Add recipe for Webpack Encore 6.0 (#1521)
https://github.com/symfony/webpack-encore/releases/tag/v6.0.0
2026-03-27 13:39:14 +01:00
Kévin DunglasandGitHub 3692cf856d [symfony/twig-bundle] enable FrankenPHP Hot Reload if available (#1526) 2026-03-26 14:15:42 +01:00
Grégoire PineauandGitHub 0987f196d4 [symfony/ai] Fix packages name in post install instructions (#1522) 2026-03-26 06:24:05 +01:00
Stanislau KviatkouskiandGitHub 7fb38165ef [symfony/mercure-bundle] Make MERCURE_URL optional to allow use of FrankenPHP's built-in Mercure (#1514) 2026-03-12 16:01:08 +01:00
Nicolas GrekasandGitHub df2763ad15 [symfony/webapp-pack] Remove options that are already the defaults (#1507) 2026-01-15 15:45:46 +01:00
Oskar Stark f1369c0e1f Remove symfony/ai-meta-platform recipe 2026-01-06 07:23:31 +01:00
Oskar Stark a5d6b412ef [AI] Add recipes for all AI platform bridges
Add 0.1 recipes for all symfony/ai-*-platform packages that configure the ai.platform key in ai.yaml with appropriate environment variables.

Platforms included:
- ai-ml-api, albert, anthropic, azure, bedrock, cartesia, cerebras
- decart, deep-seek, docker-model-runner, eleven-labs, gemini
- generic, hugging-face, lm-studio, meta, mistral, ollama
- open-ai, open-router, perplexity, replicate, scaleway
- transformers-php, vertex-ai, voyage
2025-12-30 22:10:20 +01:00
Oskar StarkandGitHub 2dfcf7a1ba Add symfony/ai-*-store recipes (#1503)
* Add recipes for Symfony AI store bridges (0.1)

Add 21 store bridge recipes that append configuration to ai.yaml
under the ai.store key using add-lines directive.

Stores: Azure Search, Cache, ChromaDB, ClickHouse, Cloudflare,
Elasticsearch, ManticoreSearch, MariaDB, Meilisearch, Milvus,
MongoDB, Neo4j, OpenSearch, Pinecone, Postgres, Qdrant, Redis,
Supabase, SurrealDB, Typesense, Weaviate

* Remove optional fields from AI store recipes

Only set required connection parameters, let users configure
optional fields like vector_field, dimensions, etc.

* Simplify AI store recipes to only required fields

Remove fields that have defaults (table, collection, index_name, etc.
default to the store name like 'default').

* Use separate YAML config files for AI store recipes

Switch from add-lines to copy-from-recipe with dedicated
config/packages/ai.yaml files for each store.

* Rename store YAML files to unique names

Use ai_<store>_store.yaml instead of ai.yaml to avoid conflicts
when multiple stores are installed.
2025-12-29 09:22:54 +01:00
Fabien PotencierandGitHub c3f82df25f Merge pull request #1451 from OskarStark/feature/brave
Add `symfony/ai-brave-tool`
2025-12-29 09:22:06 +01:00
Christopher HertelandGitHub 283620731e Empty structure for Symfony AI v0.1 (#1504) 2025-12-23 23:06:48 +01:00
Hugo Alliaume f2811eb2b6 [UXTranslator] Update recipe with dump_typescript config 2025-12-06 21:20:21 +09:00
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 PotencierandGitHub 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 StarkandGitHub 7e8de6e509 Add symfony/ai-tavily-tool (#1484) 2025-11-23 18:04:23 +01:00
Oskar StarkandGitHub db4e4dd622 Add symfony/ai-mapbox-tool (#1485) 2025-11-23 18:04:08 +01:00
Oskar StarkandGitHub ba09cca725 Add symfony/ai-firecrawl-tool (#1486) 2025-11-23 18:03:55 +01:00
Oskar StarkandGitHub 24bdef0825 Add symfony/ai-open-meteo-tool (#1487)
* Add symfony/ai-openmeteo-tool

* -
2025-11-23 18:02:42 +01:00
Oskar StarkandGitHub 371c61f010 Add symfony/ai-serp-api-tool (#1488)
* Add symfony/ai-serpapi-tool

* -
2025-11-23 18:01:38 +01:00
Oskar Stark 010ca0ea1f - 2025-11-22 22:17:05 +01:00
Oskar Stark 3c38d2cc76 - 2025-11-22 22:15:12 +01:00
Oskar Stark dd69a04576 Add symfony/brave-ai-tool 2025-11-22 22:15:12 +01:00
Nicolas GrekasandGitHub 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 GrekasandGitHub 1efd4537b7 [symfony/routing] Back to explicit import of routes defined on controllers (#1476) 2025-11-14 18:14:57 +01:00
Grégoire PineauandGitHub 6aa652f7fb [Monolog] Remove commented code to log in the browser (#1475) 2025-11-14 11:28:24 +01:00
Christian FlothmannandGitHub 01ca1ef472 remove lo longer needed conflict rule (#1473) 2025-11-10 09:35:37 +01:00
Nicolas GrekasandGitHub b2a75ec505 Simplify routes.yaml (#1470) 2025-11-05 14:41:37 +01:00
Tac TaceloskyandGitHub 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 GoffandGitHub f7b53eb72a Fix security-bundle recipe (#1469) 2025-11-04 13:43:15 +01:00
Nicolas GrekasandGitHub c72eca54ac Fix stimulus-bundle recipe (#1468) 2025-11-04 13:42:13 +01:00
Javier EguiluzandGitHub df07579251 Remove excessive white space at the end of a line (#1467) 2025-11-04 13:30:55 +01:00