Skip to content

Call them coworkers on the page that creates them - #24

Open
krongggggg wants to merge 1 commit into
CopilotKit:mainfrom
krongggggg:cursor/call-them-coworkers-on-create-page-e659
Open

Call them coworkers on the page that creates them#24
krongggggg wants to merge 1 commit into
CopilotKit:mainfrom
krongggggg:cursor/call-them-coworkers-on-create-page-e659

Conversation

@krongggggg

Copy link
Copy Markdown

What this changes

PR #11 renamed the product noun to coworker and updated the create form, then missed the roster that opens it. Clicking New agent opened a panel titled New coworker.

This changes only the leftover user-facing strings on that flow:

  • Roster heading, empty state, explore heading, and the button that opens the form
  • Profile helper text that still said "agents list"
  • Sidebar empty-state line, plus the nav label next to that copy

Routes, file names, identifiers, /bot, and AG-UI "Bot" are unchanged.

Where it runs

  • New state that outlives a request? None.
  • What happens on the second replica? Same strings on every replica.
  • Anything serialised? None.
  • Anything fanned out to a browser? None.
  • New listener, port, or schedule? None.

Boundary and audit

  • Every acting call still goes through the gateway: resolve, decide, audit, then act.
  • New refusals and new failures each write a row.
  • Nothing new is trusted from the client that the server can resolve itself.

Proof

Copy-only.

  • bun run format:check — clean
  • bun run lint — exit 0
  • bun run typecheck — app, server, worker all clean
  • bun test app/tests — 53 pass, 0 fail

Test plan

  • Open /agents and confirm the heading, empty state, and create button say coworker
  • Click the create button and confirm the panel title still matches
  • Confirm /bot and AG-UI "Bot" copy is unchanged

The create panel already says coworker. The roster that opens it still said agent.

Co-authored-by: krong <krongggggg@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants