Skip to content

Releases: PureWeen/PolyPilot

v1.0.8

25 Feb 18:01
7088a9b

Choose a tag to compare

What's Changed

  • feat: Multi-agent orchestration with Squad integration by @Copilot in #104
  • fix: saved sessions not showing in remote mode (mobile) by @PureWeen in #173
  • fix: multi-agent sessions survive group deletion on restart by @PureWeen in #174
  • Add interactive tutorial UI and service by @kubaflo in #178
  • Mobile performance: paginated history loading by @PureWeen in #181
  • feat: mobile worktree creation, PR-remote association, and close+delete worktree by @PureWeen in #185
  • Add prompt library: save local prompts and discover project prompts from standard agent locations by @Copilot in #111
  • Fix multi-agent bridge bugs and watchdog timeout for workers by @PureWeen in #195
  • Fix: QR code should be blurred by default in settings (matching token) by @StephaneDelcroix in #194
  • Add independent reveal buttons for QR codes in Settings by @StephaneDelcroix in #197
  • Fix DevTunnel warning flash on Settings page load by @jfversluis in #190
  • Multi-model consensus PR review Squad + mode support in team.md by @PureWeen in #200
  • Fix QrCodeBlurTests and scenario to match independent QR toggles (follow-up to #194) by @PureWeen in #199
  • fix: prevent unobserved SocketException in ServerManager.CheckServerRunning by @StephaneDelcroix in #192
  • Wire up SDK autopilot and plan modes via MessageOptions.Mode by @PureWeen in #186
  • Feature: Add slash command autocomplete dropdown by @davidnguyen-tech in #196
  • Add usage statistics tracking and display by @rmarinho in #198
  • Multi-agent PR review: render stall fix, squad persistence, team naming & rename by @PureWeen in #203
  • Fix: double-click + backspace clears only one char in text inputs by @StephaneDelcroix in #189
  • Fix double HTML encoding in /diff view by @StephaneDelcroix in #191
  • Implement /model command to return the current session model by @StephaneDelcroix in #188
  • Focus newly created sessions immediately by @rmarinho in #193
  • Orchestration relaunch resilience: persist dispatch state, resume workers, fix watchdog by @PureWeen in #207

Full Changelog: v1.0.7...v1.0.8

v1.0.7

21 Feb 19:19
98411b8

Choose a tag to compare

What's Changed

  • Fix stuck sessions: watchdog, SEND/COMPLETE race, abort flush, and bug report UI by @PureWeen in #147
  • Fix Android UI cut-off by using injected safe-area CSS variables by @davidnguyen-tech in #146
  • Fix stuck sessions: watchdog recovery, model labels, and thread safety by @PureWeen in #148
  • Change default theme from PolyPilotDark to System by @jfversluis in #150
  • Compact single-line action bubbles on mobile with expandable full input by @Redth in #149
  • Fix session freezing, add Copilot Console, harden thread safety by @PureWeen in #153
  • Fixes for mobile compact action bubbles by @Redth in #152
  • Fix raw platform error 'net_webstatus_ConnectFailure' shown on connection failure by @jfversluis in #155
  • Improve dark-mode code readability and build reliability by @vitek-karas in #157
  • Fix device connectivity, bridge protocol hardening, and 60+ integration tests by @PureWeen in #159
  • Replace trash icon with close icon on Close Session button by @jfversluis in #154
  • Fix QR scanner not detecting barcodes on iOS by @jfversluis in #156
  • Fix: session response lost when IsProcessing cleared prematurely by @vitek-karas in #158
  • fix: improve hamburger and settings icon visibility in light mode by @jfversluis in #162
  • Mobile UX improvements + processing status indicator by @PureWeen in #164
  • fix: enable autocorrect on mobile chat inputs by @jfversluis in #160
  • Fix sessions stuck in IsProcessing=true after app restart by @PureWeen in #163
  • feat: enable repo management from mobile via bridge protocol by @jfversluis in #167
  • fix: adapt iOS status bar text color to current theme by @jfversluis in #168
  • perf: Mac Catalyst performance optimization — 50-150x faster session switching by @PureWeen in #165
  • ci: disable PR-triggered builds to reduce costs by @PureWeen in #170
  • Add show_image tool + lazy image loading for tool output by @Redth in #169
  • Fix session popup: cross-platform Copilot Console & VS Code, remove Terminal by @PureWeen in #172

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

18 Feb 22:18
0150086

Choose a tag to compare

What's Changed

  • Increase avatar size and update chat styles by @kubaflo in #124
  • [feat] Add autopilot input mode by @rmarinho in #123
  • Add Image viewer overlay and fix max-width of images in chat by @Redth in #122
  • Fix screenshots not going through to Copilot by @davidortinau in #128
  • Fix Windows support: persistent mode, relaunch script, and terminal launch by @PureWeen in #130
  • Optimize session switching performance by @PureWeen in #129
  • Fix: Mobile remote mode session switching, creation, and history loading by @PureWeen in #131
  • Fix Windows 'Fix/feature' launch: quote prompt argument to copilot CLI by @PureWeen in #132
  • Add Reflection Cycle (Ralph's Loop) for iterative goal-driven sessions by @Copilot in #92
  • Add /reflect help and status commands by @PureWeen in #135
  • Fix worktree git path resolution and harden session DisposeAsync by @PureWeen in #137
  • Add manual refresh button for sessions by @mattleibow in #133
  • Fix /reflect --max parsing broken by macOS auto-substitution by @PureWeen in #138
  • Add package source mapping and Essentials.AI by @mattleibow in #139
  • Update NuGet packages to latest and MAUI to 10.0.41 by @PureWeen in #140
  • Fix worktree creation bugs on Windows by @PureWeen in #142
  • Fix sessions stuck in 'Thinking' state after server disconnect by @PureWeen in #141
  • Add Android APK build to release workflow by @PureWeen in #143
  • Add build version info for debugging stale binaries by @PureWeen in #144
  • Fix session completion not rendering + diagnostic lifecycle logging by @PureWeen in #145

Full Changelog: v1.0.5...v1.0.6

v1.0.5

16 Feb 19:10
a37bcf9

Choose a tag to compare

What's Changed

  • Add mobile session notifications by @davidortinau in #102
  • Mobile improvements by @kubaflo in #103
  • Fix popup readability on light themes and update shortcuts list by @StephaneDelcroix in #105
  • Add skills discovery and UI indicators by @kubaflo in #107
  • Add agent discovery and agents popup by @kubaflo in #108
  • Add unread badges and session notifications by @kubaflo in #109
  • Refine chat list styles and scrolling behavior by @kubaflo in #110
  • Add ChatStyle option (Normal/Minimal) by @kubaflo in #113
  • Adds PolyPilot Fiesta 🎉 mode! by @dalexsoto in #112
  • Simplify README: focus on features and self-building workflow by @Copilot in #114
  • Update NuGet packages: Copilot SDK, MauiDevFlow, coverlet by @PureWeen in #117
  • Fix persistent mode to use CliUrl instead of spawning child process by @PureWeen in #118
  • Fix: graceful handling of StartAsync failures after PR #118 by @PureWeen in #119

Full Changelog: v1.0.4...v1.0.5

v1.0.4

13 Feb 22:49
58c0ddc

Choose a tag to compare

Merge pull request #99 from PureWeen/copilot-sdk-chat-fidelity

Improve chat fidelity: unified tool UI, scroll fixes, and reasoning events

v1.0.3

13 Feb 03:17
5fc2620

Choose a tag to compare

Version 1.0.3

- Fix: Worktree sessions now run in correct working directory
- Mobile UX optimizations (sidebar, dark mode improvements)
- System prompt injection fixes
- Updated copilot instructions with model selection docs
- Improved logging for model debugging

v1.0.2

13 Feb 02:30
f26f4ba

Choose a tag to compare

Version 1.0.2

- Fix workflow: Windows build now disabled
- Update copilot instructions with Android package name and model selection docs
- Remove redundant instruction injection (let CLI handle naturally)
- Add model logging for debugging

v1.0.0

12 Feb 00:19

Choose a tag to compare

Fix copilot CLI not found in released app

Mac Catalyst apps launched from Finder get a minimal PATH that doesn't
include /opt/homebrew/bin. Use ServerManager.FindCopilotCliPath() to
resolve the full path to the copilot native binary instead of relying
on bare 'copilot' being on PATH.