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: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ cloud/
│ ├── eliza/ # elizaOS integration
│ │ ├── agent-runtime.ts # AgentRuntime wrapper
│ │ ├── agent.ts # Agent management
│ │ └── plugin-assistant/ # Custom elizaOS plugin
│ │ └── plugin-cloud-bootstrap/ # Cloud bootstrap plugin (@eliza-cloud/plugin-assistant id)
│ ├── config/ # Configuration
│ │ ├── env-validator.ts # Environment validation
│ │ ├── env-consolidation.ts # Config helpers
Expand Down
153 changes: 0 additions & 153 deletions app/actions/apps.ts

This file was deleted.

94 changes: 0 additions & 94 deletions app/actions/conversations.ts

This file was deleted.

108 changes: 0 additions & 108 deletions app/auth/error/page-old.tsx

This file was deleted.

6 changes: 0 additions & 6 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -1475,12 +1475,6 @@ button:not(:disabled),
animation-delay: 0.8s;
}

/* OnChainTrust button hover */
.onchain-trust-button:hover {
background-color: transparent !important;
color: #e1e1e1 !important;
}

/* ========================================
Landing Page Chat Components
======================================== */
Expand Down
Loading
Loading