Skip to content

Commit

Permalink
a dirty support for Claude AI
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Oct 5, 2024
1 parent 59ed739 commit 890f8b7
Show file tree
Hide file tree
Showing 7 changed files with 1,655 additions and 677 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
node-version: 20
cache: 'yarn'

- uses: calcit-lang/[email protected].3
- uses: calcit-lang/[email protected].7
with:
version: '0.9.1'
bundler: false

- name: "compiles to js"
run: >
Expand Down
1,786 changes: 1,323 additions & 463 deletions calcit.cirru

Large diffs are not rendered by default.

247 changes: 182 additions & 65 deletions compact.cirru

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion deps.cirru
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@

{}
:calcit-version |0.9.5
:dependencies $ {}
|calcit-lang/lilac |main
|calcit-lang/memof |main
|Respo/respo.calcit |main
|Respo/respo.calcit |0.16.12
|Respo/respo-ui.calcit |main
|Respo/reel.calcit |main
|Respo/respo-markdown.calcit |0.4.2
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"commands": {
"_execute_action": {
"suggested_key": {
"mac": "MacCtrl+Command+G"
"mac": "Command + Ctrl + G"
}
}
},
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"dependencies": {
"@calcit/procs": "^0.9.1",
"@google/generative-ai": "^0.16.0",
"axios": "^1.7.3",
"@calcit/procs": "^0.9.5",
"@google/generative-ai": "^0.21.0",
"axios": "^1.7.7",
"cirru-color": "^0.2.4",
"copy-text-to-clipboard": "^3.2.0"
},
"devDependencies": {
"bottom-tip": "^0.1.5",
"vite": "^5.3.5"
"vite": "^5.4.8"
},
"scripts": {
"build": "yarn vite build --base ./ && rm -rfv extension/dist && cp -vr dist extension/"
Expand Down
282 changes: 141 additions & 141 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 890f8b7

Please sign in to comment.