Skip to content

Multiple blank new conversations are created on first initialization of the app #36

Description

@HarikeshPratapSingh

Describe the bug
On a fresh setup and first run of Terminator, the application auto-creates multiple blank "new conversations" on initial load.

To Reproduce

  1. Clone the repo:
git clone https://github.com/iris-networks/terminator.git
cd terminator
  1. Install dependencies:
bun install
  1. Set up environment:
cp .env.example .env
  1. fill in API key(s)
AI_MODEL=claude-sonnet-4-20250514
AI_PROVIDER=anthropic
ANTHROPIC_API_KEY=your_anthropic_api_key_here
  1. Start the app:
bun dev:watch
  1. Open http://localhost:3000

  2. Observe the Tasks/Jobs panel on the first load (no user task creation yet).

Expected behavior

  • Either zero tasks should be created automatically, or
  • Exactly one intended default/welcome task should be created once, not duplicated.

Desktop

  • OS: MacOS 15.6
  • Browser: Chrome
  • Version: 138.0.7204.184

Screenshots

Image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions