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
8 changes: 0 additions & 8 deletions frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@
body {
@apply bg-background text-foreground min-h-screen;
}
/* Comic Sans for light mode only - experimental */
:root body {
font-family: "Comic Sans MS", cursive, sans-serif;
}
/* Keep default font for dark mode */
:root[class~="dark"] body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#root {
@apply min-h-screen;
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions website/src/content/posts/2026-01-30-weekly-updates/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
author: nicholas-kissel
published: "2026-01-30"
category: changelog
keywords: ["weekly-update", "swift-sdk", "sandbox-agent", "vercel"]
title: "Rivet Weekly Changelog 2026-05"
description: "Swift SDK for native iOS/macOS development, Sandbox agent SDK launch, Vercel deployment examples, and enhanced development tooling."
---

## Rivet Core
- Swift SDK for native iOS/macOS development with RivetKit
- Vercel-flavored examples for seamless deployment
- GitHub Action to publish skills to rivet-dev/skills repository

## Sandbox Agent
- Sandbox agent SDK launch
- Claude adapter improvements with Human-in-the-Loop support
- Structured stderr output for enhanced error diagnostics
- PostHog analytics integration
- Inspector debugging capabilities
- Universal agent schema standardization
5 changes: 0 additions & 5 deletions website/src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -292,11 +292,6 @@
color: #4ade80;
}

/* Fonts */
.font-heading {
font-family: "Satoshi", sans-serif;
}

/* Learn Section - Theatrical Styles */
.font-display {
font-family: "Cinzel", serif;
Expand Down
Loading