Skip to content
Merged
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
1 change: 1 addition & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
permissions:
contents: read
pull-requests: write
if: github.event.pull_request.draft == false
steps:
- name: Check for EXPO_CLI_TOKEN
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.ADMIN_PAT }}
fetch-depth: 0

- name: Setup bun
uses: oven-sh/setup-bun@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
runs-on: macos-latest
if: github.event.pull_request.draft == false

steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@

</div>

The Candle Swift SDK is a simple & secure way for developers to connect external services to LLMs, agents, and apps. Visit our [quick start](https://docs.candle.fi/quick-start) guide to get started.
The Candle Swift SDK is a simple & secure way for developers to connect external services to LLMs, agents, and apps. Visit our [quick start](https://docs.candle.fi/) guide to get started.

![Candle Agent](Images/sdk-readme.png)
4 changes: 2 additions & 2 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example",
"main": "expo-router/entry",
"version": "0.1.51",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-candle",
"version": "0.1.51",
"version": "1.0.0",
"description": "Candle SDK for React Native",
"main": "./lib/commonjs/index.js",
"module": "./lib/module/index.js",
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-candle",
"version": "0.1.51",
"version": "1.0.0",
"description": "Candle SDK for React Native",
"main": "./lib/commonjs/index.js",
"module": "./lib/module/index.js",
Expand Down
Loading