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
355 changes: 97 additions & 258 deletions README.md

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ const commissioner = Commissioner({

export const metadata: Metadata = {
title: 'Analyze and Ship to Sealos',
description:
'AI-powered coding agent template supporting Claude Code, OpenAI Codex CLI, Cursor CLI, and opencode with a Devbox runtime',
description: 'Deploy repositories to Sealos with Codex, GPT-5.4, Devbox runtimes, and the Codex Gateway.',
}

export default function RootLayout({
Expand Down
Loading
Loading