You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(init): update Claude AIToolModule for latest Claude Code compatibility
Updates MCP server configuration to use .mcp.json instead of deprecated .claude/settings.local.json.
Updates to use CLAUDE.md instead of deprecated CLAUDE.local.md.
Fixes compatibility with Claude Code 1.0.69+.
* feat(init): expose aitools command
Adds firebase init:aitools to available commands.
Fixes formatting in FIREBASE.md prompt file.
* fix(init): register aitools in command choices
Adds aitools to init command choices array so it's recognized as valid feature.
Marked as hidden to keep it from public menu while in development.
* Update src/init/features/aitools/claude.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* style
* add changelog.
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Joe Hanley <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
+
- Fixed issue where `__name__` fields with DESCENDING order were incorrectly filtered from index listings, causing duplicate index issues (#7629) and deployment conflicts (#8859). The fix now preserves `__name__` fields with explicit DESCENDING order while filtering out implicit ASCENDING `__name__` fields.
1
2
- Fixed an issue where `firebase init dataconnect` didn't enable the Data Connect API by default (#8927).
3
+
- Add firebase init aitools to help developers set up Firebase AI tools in their projects (#8949).
2
4
- Updated the Firebase Data Connect local toolkit to v2.11.0, which includes the following changes (#8948):
3
5
-[Fixed] Kotlin code generation with enums
4
6
-[Fixed] Deploying schemas with enums would report false breaking changes
constHELP=`Interactively configure the current directory as a Firebase project or initialize new features in an already configured Firebase project directory.
0 commit comments