-
-
Notifications
You must be signed in to change notification settings - Fork 78
Comparing changes
Open a pull request
base repository: johannesjo/parallel-code
base: v1.0.0
head repository: johannesjo/parallel-code
compare: v1.1.0
- 8 commits
- 12 files changed
- 1 contributor
Commits on Mar 13, 2026
-
fix(lint): resolve eqeqeq error and eliminate non-null assertions
- Use strict equality in PlanViewerDialog nullish check - Add ref guard to remove non-null assertions in TaskPanel key handler - Suppress false-positive solid/reactivity warning on stored callback
Configuration menu - View commit details
-
Copy full SHA for 7ab191e - Browse repository at this point
Copy the full SHA 7ab191eView commit details -
fix(ci): increase Node.js heap size for macOS release build
Vite OOMs during frontend transform on macOS runner with default ~2GB heap limit. Set NODE_OPTIONS=--max-old-space-size=4096 to prevent this.
Configuration menu - View commit details
-
Copy full SHA for 3588b20 - Browse repository at this point
Copy the full SHA 3588b20View commit details -
Merge branch 'task/run-23066104225'
* task/run-23066104225: fix(ci): increase Node.js heap size for macOS release build
Configuration menu - View commit details
-
Copy full SHA for f19a6b1 - Browse repository at this point
Copy the full SHA f19a6b1View commit details -
fix(plans): don't show stale plans in fresh sessions
Remove the eager sendPlanContent() call from startPlanWatcher that picked up pre-existing plan files (e.g. committed docs/plans/ files) and displayed them as the current plan for brand-new tasks. Fresh sessions now start planless; fs.watch picks up new plans written by the agent. Restored/uncollapsed tasks already get their plans from the ReadPlanContent IPC restore path in App.tsx. Also untrack 3 stale plan files that were committed before the docs/plans gitignore rule was added.
Configuration menu - View commit details
-
Copy full SHA for b483e65 - Browse repository at this point
Copy the full SHA b483e65View commit details -
Merge branch 'task/plan-detection-does-not-work-as'
* task/plan-detection-does-not-work-as: fix(plans): don't show stale plans in fresh sessions
Configuration menu - View commit details
-
Copy full SHA for dc5207c - Browse repository at this point
Copy the full SHA dc5207cView commit details
Commits on Mar 14, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 21c2105 - Browse repository at this point
Copy the full SHA 21c2105View commit details -
feat(nav): make shell toolbar buttons individually navigable via Alt+…
…Arrow Each toolbar button (Terminal + bookmarks) is now a separate column in the keyboard navigation grid, so Alt+Left/Right cycles between them.
Configuration menu - View commit details
-
Copy full SHA for d245dce - Browse repository at this point
Copy the full SHA d245dceView commit details -
Configuration menu - View commit details
-
Copy full SHA for a75d0b3 - Browse repository at this point
Copy the full SHA a75d0b3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.0...v1.1.0