@codeflyai/codefly 0.24.0 → 0.24.1
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/README.md +3 -1
- package/bundle/codefly.js +44235 -21340
- package/bundle/docs/get-started/configuration.md +3 -3
- package/bundle/docs/tools/database-schema.md +231 -0
- package/bundle/docs/tools/index.md +4 -0
- package/bundle/docs/tools/swagger-schema.md +236 -0
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ Learn all about Codefly in our [documentation](https://codefly.dev/docs/).
|
|
|
20
20
|
- **🧠 Powerful AI Models**: Access to 1M token context window with Gemini 2.5
|
|
21
21
|
Pro.
|
|
22
22
|
- **🔧 Built-in tools**: Google Search grounding, file operations, shell
|
|
23
|
-
commands, web fetching.
|
|
23
|
+
commands, web fetching, database schema inspection, and API schema analysis.
|
|
24
24
|
- **🔌 Extensible**: MCP (Model Context Protocol) support for custom
|
|
25
25
|
integrations.
|
|
26
26
|
- **💻 Terminal-first**: Designed for developers who live in the command line.
|
|
@@ -288,6 +288,8 @@ codefly
|
|
|
288
288
|
- [File System Operations](./docs/tools/file-system.md)
|
|
289
289
|
- [Shell Commands](./docs/tools/shell.md)
|
|
290
290
|
- [Web Fetch & Search](./docs/tools/web-fetch.md)
|
|
291
|
+
- [Database Schema Tool](./docs/tools/database-schema.md)
|
|
292
|
+
- [Swagger/OpenAPI Schema Tool](./docs/tools/swagger-schema.md)
|
|
291
293
|
- [**MCP Server Integration**](./docs/tools/mcp-server.md) - Extend with custom
|
|
292
294
|
tools.
|
|
293
295
|
- [**Custom Extensions**](./docs/extensions/index.md) - Build and share your own
|