Skip to content

Commit

Permalink
Ad AI feature to Theia IDE (#656)
Browse files Browse the repository at this point in the history
fixed #655

Signed-off-by: Jonas Helming <[email protected]>
  • Loading branch information
JonasHelming authored Nov 20, 2024
1 parent 611e9dd commit 9175476
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
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.

0 comments on commit 9175476

Please sign in to comment.