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
4 changes: 3 additions & 1 deletion .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
corepack prepare yarn@4.12.0 --activate
yarn --version

- uses: calcit-lang/setup-calcit@v1
- uses: calcit-lang/setup-calcit@v1.3.0
with:
tools: calcit,caps

- name: Resolve Calcit dependencies
run: caps --ci
Expand Down
12 changes: 6 additions & 6 deletions calcit.cirru
Original file line number Diff line number Diff line change
Expand Up @@ -1828,7 +1828,7 @@
:code $ quote
defstruct Site (:storage-key 'String) (:archive-key 'String)
:examples $ []
:schema $ :: 'StructDef
:schema $ :: 'Enum
Comment thread
tiye marked this conversation as resolved.
|chrome-extension? $ %{} 'CodeEntry (:doc |)
:code $ quote
def chrome-extension? $ let
Expand Down Expand Up @@ -2048,7 +2048,7 @@
:code $ quote
defstruct ChatMessage (:role 'Tag) (:content 'String) (:thinking 'String)
:examples $ []
:schema $ :: 'StructDef
:schema $ :: 'Enum
|ChatSession $ %{} 'CodeEntry (:doc |)
:code $ quote
defstruct ChatSession (:id 'String) (:created-at 'Number)
Expand All @@ -2057,20 +2057,20 @@
:preview 'String
:is-history? 'Bool
:examples $ []
:schema $ :: 'StructDef
:schema $ :: 'Enum
|ChatState $ %{} 'CodeEntry (:doc |)
:code $ quote
defstruct ChatState (:answer 'Dynamic) (:loading? 'Bool) (:done? 'Bool)
:messages $ :: 'List 'app.schema/ChatMessage
:model 'Dynamic
:thinking 'Dynamic
:examples $ []
:schema $ :: 'StructDef
:schema $ :: 'Enum
|MessageBoxState $ %{} 'CodeEntry (:doc |)
:code $ quote
defstruct MessageBoxState (:content 'String) (:search? 'Bool) (:think? 'Bool) (:focus-mode? 'Bool)
:examples $ []
:schema $ :: 'StructDef
:schema $ :: 'Enum
|Store $ %{} 'CodeEntry (:doc |)
:code $ quote
defstruct Store (:states 'Map)
Expand All @@ -2079,7 +2079,7 @@
:model 'Dynamic
:archived-count 'Number
:examples $ []
:schema $ :: 'StructDef
:schema $ :: 'Enum
|store $ %{} 'CodeEntry (:doc |)
:code $ quote
def store $ {}
Expand Down
12 changes: 6 additions & 6 deletions deps.cirru
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

{} (:calcit-version |0.13.29)
:version |0.0.1
{} (:calcit-version |0.13.33)
:version |0.0.2
:dependencies $ {} (|Respo/alerts.calcit |0.10.19)
|Respo/reel.calcit |0.6.6
|Respo/reel.calcit |0.6.7
|Respo/respo-feather.calcit |0.4.4
|Respo/respo-markdown.calcit |0.4.22
|Respo/respo-ui.calcit |0.7.7
|Respo/respo.calcit |0.16.72
|Respo/respo-markdown.calcit |0.4.23
|Respo/respo-ui.calcit |0.7.10
|Respo/respo.calcit |0.16.83
6 changes: 6 additions & 0 deletions history/2026082304-upgrade-calcit-01333.md

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@calcit/procs": "^0.13.29",
"@calcit/procs": "^0.13.33",
"@google/genai": "^2.13.0",
"@tiye/main-fonts": "0.0.1",
"axios": "^1.15.0",
Expand All @@ -17,6 +17,6 @@
"scripts": {
"build": "rm -rfv dist && calcit calcit.cirru js && yarn vite build --base ./ && rm -rfv extension/dist && cp -vr dist extension/"
},
"version": "0.0.1",
"version": "0.0.2",
"packageManager": "yarn@4.12.0"
}
10 changes: 5 additions & 5 deletions yarn.lock

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