Skip to content

Commit 0cedb61

Browse files
committed
[Agent] Add branch-alias to new tool bridge packages
Add branch-alias configuration to Clock, YouTube, and SimilaritySearch bridge packages to align with other tool bridges.
1 parent 205962e commit 0cedb61

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

src/agent/src/Bridge/Clock/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
"sort-packages": true
3737
},
3838
"extra": {
39+
"branch-alias": {
40+
"dev-main": "0.x-dev"
41+
},
3942
"thanks": {
4043
"name": "symfony/ai",
4144
"url": "https://github.com/symfony/ai"

src/agent/src/Bridge/SimilaritySearch/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
"sort-packages": true
3737
},
3838
"extra": {
39+
"branch-alias": {
40+
"dev-main": "0.x-dev"
41+
},
3942
"thanks": {
4043
"name": "symfony/ai",
4144
"url": "https://github.com/symfony/ai"

src/agent/src/Bridge/YouTube/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
"sort-packages": true
3838
},
3939
"extra": {
40+
"branch-alias": {
41+
"dev-main": "0.x-dev"
42+
},
4043
"thanks": {
4144
"name": "symfony/ai",
4245
"url": "https://github.com/symfony/ai"

0 commit comments

Comments
 (0)