Skip to content

feat: allow parallel project runs - #30

Merged
nonlooped merged 2 commits into
mainfrom
feat/parallel-project-runs
Jul 31, 2026
Merged

feat: allow parallel project runs#30
nonlooped merged 2 commits into
mainfrom
feat/parallel-project-runs

Conversation

@nonlooped

@nonlooped nonlooped commented Jul 31, 2026

Copy link
Copy Markdown
Owner

Summary

  • Run one Pi process per active chat instead of per project.
  • Preserve per-chat runtime state while chats run concurrently.
  • Route queue and stop controls to the active chat.

Verification

  • bun run typecheck - passed
  • bun test apps/desktop/src/renderer/lib/store/eventRouting.test.ts - passed
  • bun test apps/desktop/src/main/git.test.ts - passed in isolation
  • bun run build - passed
  • cd apps/web && bun run lint - passed
  • cd apps/web && bun run typecheck - passed
  • bun run web:build - passed
  • bun run test - fails on the existing src/main/git.test.ts five-second timeout when run as the full suite. This PR was opened with explicit user approval despite that known failure.

@vercel

vercel Bot commented Jul 31, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
nativepi Ignored Ignored Preview Jul 31, 2026 10:03am

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e945344926

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread apps/desktop/src/main/ipc.ts
Comment thread apps/desktop/src/main/ipc.ts Outdated
Comment thread apps/desktop/src/main/ipc.ts Outdated
Comment thread apps/desktop/src/main/ipc.ts
Comment thread apps/desktop/src/main/ipc.ts
Comment thread apps/desktop/src/renderer/lib/store/conversation.ts
Comment thread apps/desktop/src/main/ipc.ts
Comment thread apps/desktop/src/main/ipc.ts Outdated
Comment thread apps/desktop/src/renderer/lib/store/chat.ts Outdated
Comment thread apps/desktop/src/renderer/lib/store/chat.ts Outdated
@nonlooped
nonlooped merged commit 25067b9 into main Jul 31, 2026
6 of 7 checks passed
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.

1 participant