-
Notifications
You must be signed in to change notification settings - Fork 19
feat(ia-prototype): docs IA restructure for Factories + TUI launches #379
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
Open
rachaelrenk
wants to merge
7
commits into
main
Choose a base branch
from
rrenk/ia-restructure-prototype
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
480d168
feat(ia-prototype): restructure nav for Factories launch
rachaelrenk 1e4fbc8
fix: redirect / to /platform/ so root URL lands on Automation Platfor…
rachaelrenk d3f3536
fix: point Terminal tab link to /quickstart/ instead of / (which now …
rachaelrenk cd3769e
fix: revert Terminal link to / — plugin requires it as URL-prefix cat…
rachaelrenk 19f56e0
fix: create terminal/index.mdx, delete root index.mdx, set Terminal l…
rachaelrenk 3378b11
fix: update 404 page home link from / to /platform/ (root page deleted)
rachaelrenk 9eb82ea
feat(v1.1): merge Triggers + Integrations into 'Integrations & Triggers'
rachaelrenk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
src/content/docs/agent-platform/warp-tui/getting-started.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| --- | ||
| title: Getting started with Warp TUI | ||
| description: >- | ||
| Install and run the Warp TUI to use Warp's agent from any terminal | ||
| without installing the Warp app. | ||
| sidebar: | ||
| label: Getting started | ||
| --- | ||
|
|
||
| :::note | ||
| The Warp TUI is coming soon. Installation instructions will be added here at launch. | ||
| ::: | ||
|
|
||
| The Warp TUI gives you an interactive agent session in your terminal by running a single command. No Warp app installation required. | ||
|
|
||
| ## Requirements | ||
|
|
||
| - Any terminal (macOS, Linux, Windows) | ||
| - Works inside IDEs (VS Code terminal, JetBrains, etc.) | ||
| - Works in cloud environments and remote dev boxes | ||
|
|
||
| ## Run the TUI | ||
|
|
||
| ```bash | ||
| /warp | ||
| ``` | ||
|
|
||
| This opens an interactive interface similar to the Claude Code CLI — you can prompt Warp's agent, review responses, and iterate from wherever you work. | ||
|
|
||
| ## Supported environments | ||
|
|
||
| The Warp TUI works in any terminal that supports standard I/O. It connects to the same Warp agents available in the Warp app and will eventually support kicking off [Software Factory](/platform/software-factory/) runs directly from the TUI. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| --- | ||
| title: Warp TUI | ||
| description: >- | ||
| The Warp TUI lets you use Warp's agent from any terminal, IDE, or cloud | ||
| environment — no Warp app installation required. | ||
| sidebar: | ||
| label: Overview | ||
| --- | ||
|
|
||
| :::note | ||
| The Warp TUI is coming soon. This page will be updated when it launches. | ||
| ::: | ||
|
|
||
| The Warp TUI opens an interactive agent interface directly in your terminal when you run `/warp`. It gives you access to Warp's agents from any environment — your IDE terminal, a cloud shell, or a terminal of your choice — without installing the Warp app. | ||
|
|
||
| ## Why Warp TUI | ||
|
|
||
| Using Warp's agents today requires downloading the Warp application. The Warp TUI removes that requirement, giving developers a new entry point: | ||
|
|
||
| - Run Warp agents from any terminal or IDE | ||
| - Use Warp in cloud environments and remote dev boxes | ||
| - Kick off Software Factory runs from wherever you work | ||
|
|
||
| ## Getting started | ||
|
|
||
| See [Getting started with Warp TUI](/agent-platform/warp-tui/getting-started/) to install and run your first session. |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| --- | ||
| title: Getting started with Warp Terminal | ||
| description: >- | ||
| Get started with Warp, a fast, modern terminal built for coding. Learn the | ||
| key features and how to set up your environment. | ||
| sidebar: | ||
| label: Getting started with Warp | ||
| --- | ||
|
|
||
| Warp is a modern, high-performance terminal built for coding. This section covers the key features of the Warp terminal and how to get set up. | ||
|
|
||
| import { CardGrid, LinkCard } from '@astrojs/starlight/components'; | ||
|
|
||
| <CardGrid> | ||
| <LinkCard title="Warp quickstart" href="/quickstart/" description="Install Warp and run your first command." /> | ||
| <LinkCard title="Installation and setup" href="/getting-started/quickstart/installation-and-setup/" description="Full setup guide for macOS, Linux, and Windows." /> | ||
| <LinkCard title="Migrate to Warp" href="/getting-started/migrate-to-warp/" description="Moving from another terminal? Start here." /> | ||
| </CardGrid> |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 [SUGGESTION] This stub says launch instructions are coming soon, but still publishes
/warpas a runnable command; keep this section placeholder-only until the command and install path are live.