Unclaimed project
Are you a maintainer of ai? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
ai
Symfony AI is a set of components that integrate AI capabilities into PHP applications
Back to changelogNew
v0.2.0
What's Changed
- [Mate] Add descriptions to CLI commands by @Nyholm in https://github.com/symfony/ai/pull/1286
- [Mate] Add bridges to CI by @Nyholm in https://github.com/symfony/ai/pull/1291
- [Mate] Add missing tests for Capability tools by @wachterjohannes in https://github.com/symfony/ai/pull/1287
- [Mate] add github template for mate component to close PRs by @Nyholm in https://github.com/symfony/ai/pull/1294
- [Store] Add github template for mate component to close PRs by @Nyholm in https://github.com/symfony/ai/pull/1295
- [Mate] Support SF5.4 and SF6.4 by @Nyholm in https://github.com/symfony/ai/pull/1292
- [Mate] Use compiled container by @Nyholm in https://github.com/symfony/ai/pull/1260
- [Mate] Add command to stop running server by @Nyholm in https://github.com/symfony/ai/pull/1280
- [Mate] Remove $_ENV['MATE_ROOT_DIR'] by @Nyholm in https://github.com/symfony/ai/pull/1297
- [Mate] Add support for _composer_autoload_path super global by @Nyholm in https://github.com/symfony/ai/pull/1296
- [Mate] Refactor ContainerFactory to extract mixed concerns by @wachterjohannes in https://github.com/symfony/ai/pull/1288
- Fix CS by @OskarStark in https://github.com/symfony/ai/pull/1300
Remove deptrac for Symfony 8 in CI by @OskarStark in https://github.com/symfony/ai/pull/1303[Run examples] Fix build-packages path in run-examples workflow by @OskarStark in https://github.com/symfony/ai/pull/1304[AI Bundle] Remove suffix from aliased arguments for injection by @bigdevlarry in https://github.com/symfony/ai/pull/1285Remove redundant phpstan/phpstan-strict-rules package from root composer.json by @OskarStark in https://github.com/symfony/ai/pull/1305Update doctor-rst version directives to 0.2 by @OskarStark in https://github.com/symfony/ai/pull/1307Update CLAUDE.md and AGENTS.md by @OskarStark in https://github.com/symfony/ai/pull/1308Add prefer-stable to root composer.json by @OskarStark in https://github.com/symfony/ai/pull/1306[Demo] Exclude demo/mate folder from PHP-CS-Fixer by @OskarStark in https://github.com/symfony/ai/pull/1309[Platform] Cleanup Structured Output PlatformSubscriber by @chr-hertel in https://github.com/symfony/ai/pull/1312[Platform] Add Whisper verbose support by @chr-hertel in https://github.com/symfony/ai/pull/1313[Platform][OpenAI] Add whisper verbose feature to changelog by @chr-hertel in https://github.com/symfony/ai/pull/1314[Demo] Add bundle and chroma recipe to demo app by @chr-hertel in https://github.com/symfony/ai/pull/1316[Mate] Rename ComposerTypeDiscovery to ComposerExtensionDiscovery by @wachterjohannes in https://github.com/symfony/ai/pull/1318[Mate] Refactor discovery loader to extract per-extension logic by @wachterjohannes in https://github.com/symfony/ai/pull/1319Remove redundant doctrine/dbal dependency from examples by @OskarStark in https://github.com/symfony/ai/pull/1327[Chat] Fix Cloudflare on pagination while creating/dropping namespaces by @Guikingone in https://github.com/symfony/ai/pull/1284[Mate] Add debug:capabilities command by @wachterjohannes in https://github.com/symfony/ai/pull/1293[Mate] Add debug:extensions command by @wachterjohannes in https://github.com/symfony/ai/pull/1325[CI] Improvements by @OskarStark in https://github.com/symfony/ai/pull/1328[Store] Change StoreInterface::add() from variadic to VectorDocument|array parameter by @OskarStark in https://github.com/symfony/ai/pull/1298[Gemini] Add example by @aszenz in https://github.com/symfony/ai/pull/1322[AI Bundle][VertexAI] Add http_client option configuration by @OskarStark in https://github.com/symfony/ai/pull/1329[Mate] Put log file inside mate.root_dir by @Nyholm in https://github.com/symfony/ai/pull/1299[Platform][Gemini][VertexAI] Fix nullable parameter type handling in ToolNormalizer by @OskarStark in https://github.com/symfony/ai/pull/1330[Chat] Fix keys access for Cloudflare by @Guikingone in https://github.com/symfony/ai/pull/1331[Agent][Demo] Remove variadic argument on memory feature by @chr-hertel in https://github.com/symfony/ai/pull/1317[AI Bundle][Platform][TransformersPhp] Allow configuring platform via bundle config by @hwawshy in https://github.com/symfony/ai/pull/1341Use current google models in the examples by @lochmueller in https://github.com/symfony/ai/pull/1342[Mate] CS fixes by @lochmueller in https://github.com/symfony/ai/pull/1343[Mate] Remove exception factory methods by @wachterjohannes in https://github.com/symfony/ai/pull/1326[Platform] Remove variadics from ChoiceResult constructor by @chr-hertel in https://github.com/symfony/ai/pull/1346[Mate] Add error handling for PID file creation in ServeCommand by @wachterjohannes in https://github.com/symfony/ai/pull/1333[Mate] Improve error message handling in Logger exception path by @wachterjohannes in https://github.com/symfony/ai/pull/1335[Mate] Refactor ComposerExtensionDiscovery to improve code quality by @wachterjohannes in https://github.com/symfony/ai/pull/1336[Platform][Ollama] Fix request options for client by @sonnymilton in https://github.com/symfony/ai/pull/1290[Mate] Revert " Execute PHP-CS-Fixer" by @chr-hertel in https://github.com/symfony/ai/pull/1347[Platform] Better error handling for structure output by @lochmueller in https://github.com/symfony/ai/pull/1348[Platform][VertexAI] Add support for API key authentication by @nicodemuz in https://github.com/symfony/ai/pull/1139[Platform][AIMLAPI] Fix AIML API example with Gemini model by @chr-hertel in https://github.com/symfony/ai/pull/1349[Chat] Adding document support to message normalizer by @Muneer-Shafi in https://github.com/symfony/ai/pull/1332[Platform][OpenRouter] Add streaming and structure output capabilities by @lochmueller in https://github.com/symfony/ai/pull/1345[AI Bundle] Only throw if a store is actually configured by @chr-hertel in https://github.com/symfony/ai/pull/1350Bump branch alias to 0.2.x-dev by @chr-hertel in https://github.com/symfony/ai/pull/1351[Platform] Change on PlainConverter namespace by @Guikingone in https://github.com/symfony/ai/pull/1352[AI Bundle][Platform][TransformersPhp] Convert vector result by @hwawshy in https://github.com/symfony/ai/pull/1344[Mate] Add file size protection to prevent memory issues in LogReader by @wachterjohannes in https://github.com/symfony/ai/pull/1334[Platform][TransformersPhp] Fix dependency by @OskarStark in https://github.com/symfony/ai/pull/1353[AI Bundle][Agent][Store] Require symfony/ai-platform ^0.2 by @OskarStark in https://github.com/symfony/ai/pull/1354[Platform] Require symfony/ai-platform ^0.2 in all bridges by @OskarStark in https://github.com/symfony/ai/pull/1355[Platform] Add FailoverPlatform by @Guikingone in https://github.com/symfony/ai/pull/1126[Store][MariaDb][Postgres] Fix store for Doctrine DBAL 4 by @lyrixx in https://github.com/symfony/ai/pull/1359[Store] Update force option description by @Guikingone in https://github.com/symfony/ai/pull/1361[Core] Change tests executionOrder to random by @Guikingone in https://github.com/symfony/ai/pull/1357Update CLAUDE.md & AGENTS.md by @OskarStark in https://github.com/symfony/ai/pull/1363Fix AGENTS.md header and description by @OskarStark in https://github.com/symfony/ai/pull/1364[Platform][Mistral] Extend catalog - add devstral open models by @igornast in https://github.com/symfony/ai/pull/1365[Core] Update CI scripts on demo by @Guikingone in https://github.com/symfony/ai/pull/1366Update composer.json by @OskarStark in https://github.com/symfony/ai/pull/1362[Demo] Update for 0.1 changes recipes & config by @chr-hertel in https://github.com/symfony/ai/pull/1368Hide binary output in by subprocesses in runner by @chr-hertel in https://github.com/symfony/ai/pull/1369Prepare for release v0.2 by @chr-hertel in https://github.com/symfony/ai/pull/1360New Contributors
- @bigdevlarry made their first contribution in https://github.com/symfony/ai/pull/1285
- @hwawshy made their first contribution in https://github.com/symfony/ai/pull/1341
- @nicodemuz made their first contribution in https://github.com/symfony/ai/pull/1139
- @igornast made their first contribution in https://github.com/symfony/ai/pull/1365
Full Changelog: https://github.com/symfony/ai/compare/v0.1.0...v0.2.0