Start in the terminal. Open the window when you want it.
We keep one session for both. The prompt you typed, the tools that ran, the answer.
Password reset links started 404ing after yesterday's deploy. Can you find out why?
⠋Thinking…
❯Steer the run
nyte-sandbox │ gpt-5.4 │ medium
ctrl+k help · shift+tab thinking · ctrl+p model
Password reset links started 404ing after yesterday's deploy. Can you find out why?
Thinking
Add a follow-up
The terminal is a grid.
Your prompt is a band. The tools are rows under it. You are in a terminal.
The window is a column.
Your prompt sits at the top of the turn. Tools and the answer share that measure.
We draw it twice.
A tool that runs in the window runs in the terminal. There is nothing to sync.
The libraries
The apps you looked at are built from these. You can use them too.
- SchemaShared types for messages, models, and tools.
- AIConnects to AI providers and streams their replies.
- CoreRuns agents and saves their conversations and work.
- UIShared buttons, menus, dialogs, and other UI components.
- PluginLets you add tools, commands, and custom agent behavior.
- TelemetryHooks for tracking agent activity; recording is not implemented yet.
- TerminalAn app for working with agents in your terminal.
- DesktopA desktop app for working with agents.
- ProtocolDefines the messages clients and servers exchange.
- ServerMakes Nyte available over HTTP.
- ClientConnects your app to a Nyte server.