diff --git a/website/src/pages/index.astro b/website/src/pages/index.astro index c84c1f2..08d16a7 100644 --- a/website/src/pages/index.astro +++ b/website/src/pages/index.astro @@ -114,7 +114,7 @@ import Base from '../layouts/Base.astro';
- Attach local folders and repos so conversations stay grounded in your actual codebase, branch, and work. + Attach local folders and repos so conversations stay grounded in your actual codebase. See branch name, dirty state, and ahead/behind status — the agent works with full awareness of your project.
@@ -154,7 +154,7 @@ import Base from '../layouts/Base.astro';- Rename, pin, archive, delete, and return to sessions later. Your work persists instead of disappearing after each conversation. + Rename, pin, archive, duplicate, and return to sessions later. Search across all sessions by title, content, or project to find past work instantly.
@@ -193,7 +193,73 @@ import Base from '../layouts/Base.astro';- Choose models, adjust reasoning effort, configure MCP servers and LSP profiles, and manage tool approval policies. + Choose models, adjust reasoning effort, and set interaction modes. Fine-tune how each agent works without leaving the session. +
+ + + ++ Design orchestration patterns visually. Drag agent nodes, draw connections, and inspect each step — all in an interactive graph canvas. +
++ Add MCP servers and LSP profiles for code intelligence. Set tool approval policies to keep runs safe, and integrate project hooks for custom automation. +
++ Aryx automatically discovers MCP servers from your project and user configs. Review, accept, or dismiss discovered tools before they join your sessions. +
++ Agents can propose plans for your review and ask clarifying questions mid-run. You stay in control of direction without micromanaging every step. +
++ Every turn is recorded in a structured run timeline — see tool calls, agent delegation, hook execution, and context usage at a glance.
- Grab the latest release from GitHub and open Aryx. Make sure GitHub Copilot CLI is installed and authenticated. + Grab the latest release from GitHub and open Aryx. The app shows your Copilot connection status so you'll know right away if authentication is ready.