Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ad AI feature to Theia IDE #656

Merged
merged 1 commit into from
Nov 20, 2024
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
12 changes: 12 additions & 0 deletions src/components/index/TheiaIDEFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import React from 'react'

import CodeEditing from '../../resources/codeediting.mp4'
import ModernUX from '../../resources/modernux.mp4'
import TheiaIDEAI from '../../resources/theia-ide-ai-demo.mp4'
import styled from '@emotion/styled'
import { breakpoints } from '../../utils/variables'

Expand Down Expand Up @@ -113,6 +114,17 @@ const TheiaIDEFeatures = ({ adopters }) => (
</video>
</div>
</StyledPromo>
<StyledPromo className="promo">
<div className="promo__text">
<h3 className="heading-tertiary">AI-Powered IDE (Alpha)</h3>
<p>Experience the future of development with <a href="/docs/user_ai/">Theia IDE's AI support</a>. Built on <a href="https://eclipsesource.com/blogs/2024/10/07/introducing-theia-ai/">Theia AI</a>, the AI assistance offers unmatched transparency and control, allowing you to customize AI interactions, choose your preferred models—whether cloud-based, self-hosted, or local—tailor prompts to your workflow, and even create your own custom agents to automate individual workflows, all while maintaining full ownership of your data.</p>
</div>
<div className="promo__media">
<video autoPlay loop muted playsInline className="promo__video">
<source src={TheiaIDEAI} type="video/mp4" />
</video>
</div>
</StyledPromo>
<StyledPromo className="promo">
<div className="promo__text">
<h3 className="heading-tertiary">Open Source and Vendor Neutral</h3>
Expand Down
Binary file added src/resources/theia-ide-ai-demo.mp4
Binary file not shown.