Skip to content
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ extension/dist
.yarn

.calcit-snippets/

.copilot-tmp/
4 changes: 2 additions & 2 deletions Agents.md

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

664 changes: 414 additions & 250 deletions compact.cirru

Large diffs are not rendered by default.

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

{} (:calcit-version |0.11.8)
{} (:calcit-version |0.12.11)
:dependencies $ {} (|Memkits/genai.calcit |0.0.2)
|Respo/alerts.calcit |0.10.9
|Respo/reel.calcit |main
|Respo/respo-feather.calcit |main
|Respo/respo-markdown.calcit |0.4.11
|Respo/respo-ui.calcit |0.6.4
|Respo/respo.calcit |0.16.28
|calcit-lang/lilac |main
|Respo/respo.calcit |0.16.32
|calcit-lang/memof |0.0.23
39 changes: 23 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@

<!DOCTYPE html>
<!doctype html>
<html>
<head>
<title>Gemini Msg</title>
<link
href="https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/google-gemini-icon.png"
rel="icon"
type="image/png"
/>
<link rel="manifest" href="./assets/manifest.json" />
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
/>
<link
rel="stylesheet"
href="./node_modules/@tiye/main-fonts/local-fonts.css"
/>
</head>

<head>
<title>Gemini Msg</title>
<link href="https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/google-gemini-icon.png" rel="icon" type="image/png" />
<link rel="manifest" href="./assets/manifest.json">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"/>
<link rel="stylesheet" type="text/css" href="https://cdn.tiye.me/favored-fonts/main-fonts.css">
</head>

<body>
<div class="app" ></div>
<script type="module" src="./main.mjs" ></script>
</body>

<body>
<div class="app"></div>
<script type="module" src="./main.mjs"></script>
</body>
</html>
Loading
Loading