A task is a coding session running in its own isolated cloud environment. When you start one, Niteshift clones your repository, runs your Niteshift setup script, boots your dev server, and hands control to the agent inside the environment.Documentation Index
Fetch the complete documentation index at: https://docs.niteshift.dev/llms.txt
Use this file to discover all available pages before exploring further.
Where tasks come from
- The web UI at niteshift.dev
- A GitHub PR with
/niteshift <prompt> - Slack, by mentioning
@Niteshift - A Linear issue assigned to Niteshift
- An automation triggered by a webhook or schedule
Workspace
Every task opens with a chat panel on the right and four tabs on the left.- Chat: talk to the agent. Markdown supported. Paste, drag, or upload screenshots, logs, and reference docs. Drafts persist locally per task.
- Preview: live iframe of your dev server.
- Git: pull request summary, CI checks, commits, and every changed file. Queue inline comments on a range of lines. The agent picks them up like review feedback in its next response.
- Terminal: direct shell into the cloud environment.
- Logs: real-time stdout and stderr from every process, with search.