Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v1.0.0 #3

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions .changeset/healthy-oranges-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
'next-openai-telemetry-sentry': major
'ai-core-examples': major
'ai-toolkit-express-example': major
'ai-toolkit-fastify-example': major
'ai-toolkit-hono-example': major
'ai-toolkit-nest-example': major
'next-fastapi': major
'next-google-vertex': major
'next-langchain': major
'next-openai': major
'next-openai-kasada-bot-protection': major
'next-openai-pages': major
'next-openai-telemetry': major
'next-openai-rate-limits': major
'ai-toolkit-http-server-example': major
'nuxt-openai': major
'solidstart-openai': major
'sveltekit-openai': major
'ai-toolkit': major
'ai-core-e2e-next-server': major
'@ai-toolkit/amazon-bedrock': major
'@ai-toolkit/anthropic': major
'@ai-toolkit/azure': major
'@ai-toolkit/cerebras': major
'@ai-toolkit/codemod': major
'@ai-toolkit/cohere': major
'@ai-toolkit/deepinfra': major
'@ai-toolkit/deepseek': major
'@ai-toolkit/fal': major
'@ai-toolkit/fireworks': major
'@ai-toolkit/google': major
'@ai-toolkit/google-vertex': major
'@ai-toolkit/groq': major
'@ai-toolkit/luma': major
'@ai-toolkit/mistral': major
'@ai-toolkit/openai': major
'@ai-toolkit/openai-compatible': major
'@ai-toolkit/perplexity': major
'@ai-toolkit/provider': major
'@ai-toolkit/provider-utils': major
'@ai-toolkit/react': major
'@ai-toolkit/replicate': major
'@ai-toolkit/solid': major
'@ai-toolkit/svelte': major
'@ai-toolkit/togetherai': major
'@ai-toolkit/ui-utils': major
'@ai-toolkit/valibot': major
'@ai-toolkit/vue': major
'@ai-toolkit/xai': major
'eslint-config-khulnasoft-ai': major
'@khulnasoft/ai-tsconfig': major
---

fast release version (beta)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion: Expand on the release description.

The description "fast release version (beta)" is quite brief. Providing a more detailed summary of the changes included in this release would be beneficial.

8 changes: 4 additions & 4 deletions .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
node-version: 18.x

- name: Add npm auth token to pnpm
run: pnpm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN_ELEVATED}"
run: pnpm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
env:
NPM_TOKEN_ELEVATED: ${{secrets.NPM_TOKEN_ELEVATED}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}

- name: Add SHORT_SHA env property with commit short sha
run: echo "SHORT_SHA=`echo ${{ github.sha }} | cut -c1-8`" >> $GITHUB_ENV
Expand All @@ -67,7 +67,7 @@ jobs:
run: pnpm changeset version --snapshot ${SHORT_SHA}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN_ELEVATED }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Clean Examples
run: pnpm clean-examples
Expand All @@ -79,4 +79,4 @@ jobs:
run: pnpm changeset publish --no-git-tag --tag snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN_ELEVATED }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
publish: pnpm ci:release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN_ELEVATED }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
11 changes: 11 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.

# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

tasks:
- init: pnpm install && pnpm run build
command: pnpm run dev


2 changes: 1 addition & 1 deletion examples/next-openai-telemetry-sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@opentelemetry/api-logs": "0.55.0",
"@opentelemetry/instrumentation": "0.52.1",
"@opentelemetry/sdk-logs": "0.55.0",
"@sentry/nextjs": "^8.42.0",
"@sentry/nextjs": "^9.5.0",
"@sentry/opentelemetry": "8.22.0",
"@vercel/otel": "1.10.0",
"ai-toolkit": "1.1.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// app.config.ts
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion: Evaluate the necessity of timestamp in the filename.

The file name includes a timestamp, which could complicate file tracking and maintenance in the long run. If the timestamp isn’t required for differentiating configurations, consider using a more stable naming convention.

Suggested change
// app.config.ts
// app.config.js

import { defineConfig } from '@solidjs/start/config';
var app_config_default = defineConfig({});
export { app_config_default as default };
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,8 @@
"singleQuote": true,
"arrowParens": "avoid",
"trailingComma": "all"
},
"dependencies": {
"@opentelemetry/api": "1.8.0"
}
}
Loading
Loading