Skip to content

Fix subagent navigation to parent workspace#1133

Open
lil-goat wants to merge 1 commit into
getpaseo:mainfrom
lil-goat:fix/issue-1130-subagent-parent-workspace
Open

Fix subagent navigation to parent workspace#1133
lil-goat wants to merge 1 commit into
getpaseo:mainfrom
lil-goat:fix/issue-1130-subagent-parent-workspace

Conversation

@lil-goat
Copy link
Copy Markdown

Summary

  • Resolve a subagent's workspace from its parent agent when the child cwd is not a known workspace directory
  • Keep the existing host-agent fallback for missing/unknown agents
  • Add a regression test for subagent composer navigation into the parent workspace

Closes #1130

Testing

  • npm run test --workspace=@getpaseo/app -- src/utils/navigate-to-agent.test.ts
  • npm run format:check:files -- packages/app/src/utils/navigate-to-agent.ts packages/app/src/utils/navigate-to-agent.test.ts
  • npm run lint -- packages/app/src/utils/navigate-to-agent.ts packages/app/src/utils/navigate-to-agent.test.ts
  • npm run build --workspace=@getpaseo/relay
  • npm run build --workspace=@getpaseo/server
  • npm run typecheck --workspace=@getpaseo/app
  • pre-commit hook: lint, format, and npm run typecheck --workspaces --if-present

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.

Subagent composer row can navigate to open project screen

1 participant