Create and manage coding tasks directly from Raycast. Quickly delegate development work to Tembo agents, track progress across repositories, and monitor task status from your menubar.
- Create Task - Create a new task in Tembo
- View Tasks - View and filter all tasks in your organization with search functionality
- Tembo in Menubar - Show your tasks in the menubar for quick access
- Create Tembo Task - Creates a task in Tembo with the given prompt and optional repository information.
- View Tembo Tasks - Retrieves and displays tasks from Tembo, with optional filtering by repository, view type (all, backlog, waiting), and other criteria.
To use this extension, you'll need to:
- Sign up for a Tembo account at app.tembo.io
- Generate an API key from your Tembo dashboard under Settings → API Keys
- Enter your API key in the extension preferences
- Clone the repository
- Install dependencies:
npm install
- Link the extension to Raycast for development:
npx @raycast/api@latest link
-
Development mode:
npm run dev
- Start the extension in development mode with hot reloading
-
Build:
npm run build
- Build the extension for distribution
-
Lint:
npm run lint
- Check code for linting issues
-
Fix lint:
npm run fix-lint
- Automatically fix linting issues
-
Publish:
npm run publish
- Publish to the Raycast Store
Configure your Tembo API key in Raycast preferences during development. You can find your API key in your Tembo dashboard under Settings → API Keys.