Skip to content

Jair/roxy agents - #91

Closed
JairEsk wants to merge 4 commits into
mainfrom
jair/roxy-agents
Closed

JairEsk wants to merge 4 commits into
mainfrom
jair/roxy-agents

Conversation

@JairEsk

@JairEsk JairEsk commented Sep 8, 2026

Copy link
Copy Markdown
Collaborator

DEMO :)

Roxy and others added 4 commits September 7, 2026 14:45
Channel members, plus the routing/prompt fixes that made hand-offs work:

- channelPrompt(): the roster goes INTO the system prompt, so a bot knows who
  else is in the room and hands off by @mention instead of spawning a `task`
  subagent (a blank child of its own context) or hunting for a GitHub user.
- resolveRecipient(): only a LEADING @mention addresses a member. A mention
  mid-sentence ("make the PR and then call @bobo") is the user talking ABOUT
  someone, so the turn stays with the host, who works and then hands off.
- A member's brief is framed as a standing ROLE, not a work order, so being
  greeted gets a reply instead of kicking off the whole job on contact.
- buildChatMessages(): normalize the TRAILING edge of the window. A hand-off
  leaves the transcript ending on an assistant turn, which Gemini rejects
  outright ("Requests ending with a model turn are not supported").
- Members panel: highlight the instructions box and clearer placeholders, so
  the brief doesn't end up in the one-line role field.
@FreddyJD

Copy link
Copy Markdown
Collaborator

refer to here:
#92

@FreddyJD FreddyJD closed this Sep 12, 2026
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.

3 participants