Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: johannesjo/parallel-code
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: johannesjo/parallel-code
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 8 commits
  • 12 files changed
  • 1 contributor

Commits on Mar 13, 2026

  1. 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
    johannesjo committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    7ab191e View commit details
    Browse the repository at this point in the history
  2. 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.
    johannesjo committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    3588b20 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'task/run-23066104225'

    * task/run-23066104225:
      fix(ci): increase Node.js heap size for macOS release build
    johannesjo committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    f19a6b1 View commit details
    Browse the repository at this point in the history
  4. 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.
    johannesjo committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    b483e65 View commit details
    Browse the repository at this point in the history
  5. 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
    johannesjo committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    dc5207c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2026

  1. Configuration menu
    Copy the full SHA
    21c2105 View commit details
    Browse the repository at this point in the history
  2. 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.
    johannesjo committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    d245dce View commit details
    Browse the repository at this point in the history
  3. 1.1.0

    johannesjo committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    a75d0b3 View commit details
    Browse the repository at this point in the history
Loading