-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove creation cli * Remove cli from monorepo * Remove cli creation flow from github workflows * Hack in support for create-honc-app hatch flow (needs testing) * Move existing codegen into v0 api (preparing to add new code) * Add placeholder ui and placeholder logic for v1 api * Add autoselected radio element * Start adding v1 codegen and fix some type errors * Add code gen utilities for v1 and code gen playground * Udpate playground * Update codegen readme * Reintroduce cloudflare bindings task * Add a route to name proposed projects * Use server-side events (scaffolding) in code gen page * Fix issues with SSE in honc-code-gen * Try adding SEE with a DurableObject... fail * Use modified version of sse streaming to MAKE IT WORK * Put v1 behind a feature flag kinda * Remove create cli deps from api package.json * Update pnpm lock * Fix hatch args * Format * Update package.json versions * Update honc-code-gen README * Fix lint error * Revert p.json bump on client-library-otel * Add a typecheck command for fp-services * Cannot use workspace version of fiberplane hono-otel for our deployed services duh
- Loading branch information
Showing
86 changed files
with
7,191 additions
and
2,217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"name": "@fiberplane/studio", | ||
"description": "Local development debugging interface for Hono apps", | ||
"author": "Fiberplane<[email protected]>", | ||
|
@@ -43,15 +43,12 @@ | |
"@ai-sdk/mistral": "^0.0.42", | ||
"@ai-sdk/openai": "^0.0.66", | ||
"@anthropic-ai/sdk": "^0.24.3", | ||
"@clack/core": "^0.3.4", | ||
"@clack/prompts": "^0.7.0", | ||
"@fiberplane/fpx-types": "workspace:*", | ||
"@hono/node-server": "^1.11.1", | ||
"@hono/zod-validator": "^0.2.2", | ||
"@iarna/toml": "^2.2.5", | ||
"@langchain/core": "^0.2.15", | ||
"@libsql/client": "^0.6.2", | ||
"@neondatabase/api-client": "^1.10.3", | ||
"acorn": "^8.11.3", | ||
"acorn-walk": "^8.3.2", | ||
"ai": "^3.4.10", | ||
|
@@ -61,14 +58,10 @@ | |
"drizzle-orm": "^0.33.0", | ||
"drizzle-zod": "^0.5.1", | ||
"figlet": "^1.7.0", | ||
"giget": "^1.2.3", | ||
"hono": "^4.6.2", | ||
"minimatch": "^10.0.1", | ||
"ollama-ai-provider": "^0.15.2", | ||
"open": "^10.1.0", | ||
"openai": "^4.47.1", | ||
"oslo": "^1.2.1", | ||
"picocolors": "^1.0.1", | ||
"source-map": "^0.7.4", | ||
"typescript": "^5.5.4", | ||
"typescript-language-server": "^4.3.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.