create-mastra 0.0.0-storage-20250225005900 → 0.0.0-taofeeq-fix-tool-call-showing-after-message-20250806162745

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE.md ADDED
@@ -0,0 +1,15 @@
1
+ # Apache License 2.0
2
+
3
+ Copyright (c) 2025 Kepler Software, Inc.
4
+
5
+ Licensed under the Apache License, Version 2.0 (the "License");
6
+ you may not use this file except in compliance with the License.
7
+ You may obtain a copy of the License at
8
+
9
+ http://www.apache.org/licenses/LICENSE-2.0
10
+
11
+ Unless required by applicable law or agreed to in writing, software
12
+ distributed under the License is distributed on an "AS IS" BASIS,
13
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ See the License for the specific language governing permissions and
15
+ limitations under the License.
package/README.md CHANGED
@@ -32,12 +32,11 @@ pnpm create mastra
32
32
 
33
33
  - `--default` - Quick start with defaults (src directory, OpenAI, no examples)
34
34
  - `-c, --components <components>` - Comma-separated list of components (agents, tools, workflows)
35
- - `-l, --llm <model-provider>` - Default model provider (openai, anthropic, or groq)
35
+ - `-l, --llm <model-provider>` - Default model provider (openai, anthropic, groq, google, or cerebras)
36
36
  - `-e, --example` - Include example code
37
37
 
38
38
  ## Examples
39
39
 
40
- bash:packages/create-mastra/README.md
41
40
  Create a new project with default settings
42
41
  npx create-mastra@latest --default
43
42
  Create a project with specific components and LLM provider