Getting startedSet up integrationsCreate your first initiativeInvite your teamPlan today's workShare your first update
Agent workflowsSend to appUse in TerminalLocal WorkersAgent SessionsBuild LocalBuild Cloud
DocsAPI Reference

Main

  • Home
  • About
  • Pricing
  • Vault
  • Changelog
  • Docs

Features

  • Roadmaps
  • Planning
  • Standups
  • Status updates
  • Insights
  • AI assistant / MCP
  • Integrations

Solutions

  • Startups
  • Dev shops / agencies
  • Software teams
  • Internal IT & platform teams

Alternatives

  • vs Jira
  • vs Linear
  • vs Asana
  • vs Monday.com
  • vs ClickUp
  • vs Notion

Company

  • Blog
  • Security
  • Log in
  • Sign up
  • Terms of Use
  • Privacy Policy

Resources

  • Docs
  • Community
  • API reference
  • CLI
  • Desktop app
  • SDK

© 2026 One Horizon. All rights reserved

FacebookInstagramThreadsXRedditTikTokYouTubeMedium


Use in Terminal

Use the terminal workflow when you want to send work to a coding tool, update work, or run a local worker without switching back to the browser.

Before you start

Install the CLI, sign in, and choose a workspace from CLI. After that, use the terminal to send work, inspect records, or start local workers.

Configure the launch targets you want one send to use:

one settings tools add codexone settings folder add ~/Sites/project

Use one settings tools list and one settings folder list to inspect the active workspace settings.

Send one item

Use one send when an initiative, bug, or todo is ready to open in a coding tool:

one send tsk_123

The CLI builds a prompt from the initiative, bug, or todo, including linked document-backed descriptions when present, then opens the tool you choose.

Supported launch targets include Codex, Cursor, Windsurf, Claude Code, OpenCode, and Conductor. Codex, Cursor, and Windsurf use app URL schemes. Claude Code and OpenCode run as shell processes and use a saved terminal folder when you have configured one.

Modes include Plan, Code, Review, and Fix. Pass --tool and --mode when you already know the target:

one send tsk_123 --tool codex --mode code

Inspect and update work

Use the CLI when you need a fast terminal view of work before deciding what to send:

GoalCommand
List workone list, one ready, one blocked
Open detailsone show <id>
Create workone create
Move statusone start <id>, one close <id>, one block <id>, one status <id> <status>
Add contextone comment <id>

In an interactive terminal, omitting an ID opens a picker for commands that can choose work.

Start a local worker from the CLI

Use worker commands when you want queued work to be picked up by a Codex worker on your machine:

one worker setupone worker doctorone worker run tsk_123

Run a foreground worker when you want logs in the current terminal:

one worker watch

Run a background worker when you want the worker to keep polling after the terminal returns:

one worker startone worker statusone worker logsone worker stop

one worker status tracks background workers started with one worker start. Foreground one worker watch prints progress in its own terminal.

Use Desktop terminal launch

From a work detail page in Desktop, choose Send to and select Terminal. Desktop builds the prompt, copies it to the clipboard, opens Terminal.app in the selected project folder, and runs the configured command with the prompt ready.

If no default folder is saved, Desktop asks you to pick one and saves it for next time. This path uses the one:// deep link scheme and is macOS-only.

Use Send to app for the dashboard flow, CLI for full command coverage, and Local Workers when Codex should claim queued work.

Frequently asked questions


PreviousSend to appNextLocal Workers

Related Articles

Local Workers

Create and run a local Codex worker from Desktop or the CLI.

Send to app

Open one work item in a coding tool, terminal, or local agent workflow with the right context.

CLI

Install the CLI, sign in, choose a workspace, and work from your terminal.

Spec-driven development

Use initiatives, bugs, and todos as the source context for people, coding tools, and agents.

  • Before you start
  • Send one item
  • Inspect and update work
  • Start a local worker from the CLI
  • Use Desktop terminal launch
  • Frequently asked questions
  • Back to top