Skip to content

Releases: ykadosh/mock-pilot

v0.8.4

10 Jun 09:55

Choose a tag to compare

What's Changed

  • 0.8.4

Downloads

File Platform
MockPilot.exe Windows installer
MockPilot.zip macOS app bundle (unzip and move to Applications)

Full Changelog: v0.8.3...v0.8.4

v0.8.3

10 Jun 09:55

Choose a tag to compare

What's Changed

Downloads

File Platform
MockPilot.exe Windows installer
MockPilot.zip macOS app bundle (unzip and move to Applications)

What's Changed

  • feat: add dev-only audit mode for agent runs by @ykadosh in #84

Full Changelog: v0.8.2...v0.8.3

v0.8.2

08 Jun 20:42

Choose a tag to compare

What's Changed

  • 0.8.2
  • Merge pull request #80 from ykadosh/copilot/add-design-section-under-assets
  • feat(design): add enable/disable toggle, logs, and auto-save for generation
  • Merge pull request #78 from ykadosh/copilot/fix-project-opening-sort-order
  • Merge pull request #79 from ykadosh/copilot/optimize-project-preview-generation
  • Preserve childless elements that occupy single-axis layout space
  • feat(assets): add Design (design.md) section, inject into agent system prompt
  • Optimize project preview generation: cap height, downscale, drop base64
  • Prevent opening a project from bumping its updatedAt timestamp
  • Add attachment size badges and request-size diagnostics
  • Initial plan
  • Initial plan
  • Initial plan
  • Mask chunked preview capture with spinner overlay

Downloads

File Platform
MockPilot.exe Windows installer
MockPilot.zip macOS app bundle (unzip and move to Applications)

What's Changed

  • Optimize project preview generation: viewport-only capture, downscale, drop base64 by @Copilot in #79
  • Don't bump project updatedAt when opening a project by @Copilot in #78
  • Add Design (design.md) asset to ground LLM edits in the project's theme by @Copilot in #80

Full Changelog: v0.8.1...v0.8.2

v0.8.1

07 Jun 08:44

Choose a tag to compare

What's Changed

  • 0.8.1
  • Merge pull request #73 from ykadosh/copilot/show-attached-items-as-chips
  • Merge pull request #74 from ykadosh/copilot/fix-element-picker-menu-position
  • Render attached items as chips in conversation panel below user messages
  • Clamp element picker toolbar to canvas bounds
  • Initial plan
  • Initial plan
  • Update README.md
  • Merge pull request #72 from ykadosh/57-capture-page-cropping
  • docs: update README install path and screenshot
  • Merge pull request #69 from ykadosh/57-capture-page-cropping

Downloads

File Platform
MockPilot.exe Windows installer
MockPilot.zip macOS app bundle (unzip and move to Applications)

What's Changed

  • 57 capture page cropping by @ykadosh in #69
  • 57 capture page cropping by @ykadosh in #72
  • Clamp element picker toolbar to canvas bounds by @Copilot in #74
  • Show attached items as chips in conversation panel by @Copilot in #73

Full Changelog: v0.8.0...v0.8.1

v0.8.0

06 Jun 21:35

Choose a tag to compare

What's Changed

  • 0.8.0
  • Round pageHeight to int to stop infinite preview re-capture loop
  • Fix preview white gap on second extension capture
  • Match preview stitch wait pattern to applyCropExtension
  • Wait for page scrollHeight to reach target before capturing preview
  • Remove capture settings height-mode hack
  • Make crop preview resize feel instantaneous
  • Fix crop dialog: correct cropping, polish UI, speed up preview
  • Capture: drop duplicate function declarations in cropCaptureHelpers
  • Capture: reflow + translate scroll-stitch so extended preview grows
  • Capture: scroll-and-stitch preview to avoid viewport-paint clamp
  • Capture: also override screenWidth/screenHeight so viewport isn't clamped to the screen
  • Capture: force layout viewport with setDeviceMetricsOverride before screenshot
  • Capture: use CDP captureBeyondViewport for full-page screenshots
  • Capture: lift webview out of flex layout when forcing height for capture
  • Crop dialog: drop redundant metadata, refresh hint for new handles
  • Crop dialog: tighten bottom handle inset and nudge handles 1px down
  • Crop dialog: let bottom crop value reach pageHeight, cap only visuals
  • Crop dialog: clamp bottom crop value to keep handle and dashed border visible
  • Crop dialog: keep bottom crop handle visible; align handles on dashed border
  • Crop dialog: fix hidden PX label and image squeeze
  • Crop dialog: drop bottom pill, relabel inputs, inline PX unit
  • Crop dialog: contain page preview within stage (no scrolling)
  • Crop dialog: separate page height from crop region with dedicated handle
  • Crop dialog: keep handles visible and snap page rect back when shrinking
  • Crop dialog: width-only scale with scrollable stage; cleaner handles
  • Crop dialog: preserve page aspect ratio and stabilize drag handle
  • Speed up HTML formatting for capture pages with large inlined CSS
  • Implement vertical-only crop with cross-origin CSS fix
  • Merge INSPECT phase into PLAN (#64)

Downloads

File Platform
MockPilot.exe Windows installer
MockPilot.zip macOS app bundle (unzip and move to Applications)

Full Changelog: v0.7.8...v0.8.0

v0.7.8

03 Jun 19:59

Choose a tag to compare

What's Changed

  • 0.7.8
  • Improve icon quality: enable PNG-encoded ICO entries and BICUBIC scaling

Downloads

File Platform
MockPilot.exe Windows installer
MockPilot.zip macOS app bundle (unzip and move to Applications)

Full Changelog: v0.7.7...v0.7.8

v0.7.7

03 Jun 18:40

Choose a tag to compare

What's Changed

  • 0.7.7
  • Remove stale nesting_test2.html debug file
  • Add icon generation script for macOS and Windows
  • Embed Windows flag SVG in download button
  • Use windows11 icon for Windows download button
  • Update macOS damaged warning screenshot

Downloads

File Platform
MockPilot.exe Windows installer
MockPilot.zip macOS app bundle (unzip and move to Applications)

Full Changelog: v0.7.6...v0.7.7

v0.7.6

03 Jun 14:39

Choose a tag to compare

What's Changed

  • 0.7.6
  • Revert macOS artifact to zip (MockPilot.zip)
  • Switch macOS artifact from .zip to .dmg
  • Add download buttons and slim release artifacts
  • Use logo image in capture browser header

Downloads

File Platform
MockPilot.exe Windows installer
MockPilot.zip macOS app bundle (unzip and move to Applications)

Full Changelog: v0.7.5...v0.7.6

v0.7.5

03 Jun 14:05

Choose a tag to compare

What's Changed

  • 0.7.5
  • Add macOS 'damaged' warning screenshot to README
  • Improve Windows install/launch UX
  • Add asset attachments to the prompt box

Full Changelog: v0.7.4...v0.7.5

v0.7.4

03 Jun 10:52

Choose a tag to compare

What's Changed

  • 0.7.4
  • Merge pull request #63 from ykadosh/fix/issue-62-topbar-responsiveness

What's Changed

  • Fix/issue 62 topbar responsiveness by @ykadosh in #63

Full Changelog: v0.7.3...v0.7.4