diff --git a/website/astro.config.mjs b/website/astro.config.mjs index 8018cabdfc..9b4ad1b5cc 100644 --- a/website/astro.config.mjs +++ b/website/astro.config.mjs @@ -29,7 +29,7 @@ export default defineConfig({ }, integrations: [ skillVersion(), - typecheckCodeBlocks(), + // typecheckCodeBlocks(), // Temporarily disabled for local dev generateRoutes(), mdx({ syntaxHighlight: false, diff --git a/website/src/content/docs/actors/appearance.mdx b/website/src/content/docs/actors/appearance.mdx index 8ecd8c28fe..b5f9335d47 100644 --- a/website/src/content/docs/actors/appearance.mdx +++ b/website/src/content/docs/actors/appearance.mdx @@ -1,3 +1,9 @@ +--- +title: "Icons & Names" +description: "Customize actors with display names and icons for the Rivet inspector and dashboard." +skill: false +--- + # Icons & Names Actors can be customized with a display name and icon that appear in the Rivet inspector & dashboard. This helps identify actors at a glance when managing your application. diff --git a/website/src/content/docs/actors/lifecycle.mdx b/website/src/content/docs/actors/lifecycle.mdx index 26abbbf478..48044cdc67 100644 --- a/website/src/content/docs/actors/lifecycle.mdx +++ b/website/src/content/docs/actors/lifecycle.mdx @@ -1,3 +1,9 @@ +--- +title: "Lifecycle" +description: "Understanding actor lifecycle hooks for initialization, state management, and cleanup." +skill: false +--- + # Lifecycle Actors follow a well-defined lifecycle with hooks at each stage. Understanding these hooks is essential for proper initialization, state management, and cleanup. diff --git a/website/src/content/posts/2026-02-05-weekly-updates/image.png b/website/src/content/posts/2026-02-05-weekly-updates/image.png new file mode 100644 index 0000000000..02ddc28fb1 Binary files /dev/null and b/website/src/content/posts/2026-02-05-weekly-updates/image.png differ diff --git a/website/src/content/posts/2026-02-05-weekly-updates/page.mdx b/website/src/content/posts/2026-02-05-weekly-updates/page.mdx new file mode 100644 index 0000000000..4aa3912e02 --- /dev/null +++ b/website/src/content/posts/2026-02-05-weekly-updates/page.mdx @@ -0,0 +1,32 @@ +--- +author: nicholas-kissel +published: "2026-02-05" +category: changelog +keywords: ["weekly-update", "namespace", "archive", "opencode", "sandbox-agent", "github-preview", "gigacode"] +title: "Rivet Weekly Changelog 2026-06" +description: "Namespace & project archiving, OpenCode support for Sandbox Agent, ARM builds, embedded UI, and GitHub preview CI improvements." +--- + +## Rivet Cloud + +### Namespace & Project Archive +Projects and namespaces can now be archived directly from the dashboard. Archived resources are hidden from the default view but can be restored at any time. +## Sandbox Agent + +### OpenCode Support +Sandbox Agent now supports [OpenCode](https://opencode.ai) as an adapter, expanding the range of AI coding assistants that can be orchestrated through the universal agent API. + +### Gigacode Launch for Sandbox Agent SDK +Gigacode allows you to use OpenCode UI with any coding agent, built into Sandbox Agent SDK. This isn't a fork of Opencode. + + +### ARM Builds +Native ARM64 Docker images are now published for Sandbox Agent, enabling efficient deployment on Apple Silicon Macs, AWS Graviton, and other ARM-based infrastructure without emulation overhead. + +### Embedded UI +The Sandbox Agent UI is now bundled directly into the agent binary. No separate frontend deployment required—just run the agent and access the inspector UI at the configured port. + +## CI/CD + +### GitHub Preview CI +Improved GitHub Actions workflow for preview deployments, enabling faster iteration on pull requests with automatic preview environments.