Skip to content

Commit 311bd24

Browse files
authored
New version: Dyad.Dyad version 0.36.0 (microsoft#338084)
1 parent 99d907b commit 311bd24

File tree

3 files changed

+164
-0
lines changed

3 files changed

+164
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Created with WinGet Updater using komac v2.6.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
3+
4+
PackageIdentifier: Dyad.Dyad
5+
PackageVersion: 0.36.0
6+
InstallerType: exe
7+
Scope: user
8+
InstallModes:
9+
- interactive
10+
- silent
11+
- silentWithProgress
12+
InstallerSwitches:
13+
Silent: /S
14+
SilentWithProgress: /S
15+
UpgradeBehavior: install
16+
ReleaseDate: 2026-02-09
17+
Installers:
18+
- Architecture: x86
19+
InstallerUrl: https://github.com/dyad-sh/dyad/releases/download/v0.36.0/dyad-0.36.0.Setup.exe
20+
InstallerSha256: EBBA6B75BB053E32BF2090999B799377C20AADECCC88D5C23938B1FF7A353B46
21+
ManifestType: installer
22+
ManifestVersion: 1.6.0
Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
# Created with WinGet Updater using komac v2.6.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
3+
4+
PackageIdentifier: Dyad.Dyad
5+
PackageVersion: 0.36.0
6+
PackageLocale: en-US
7+
Publisher: Will Chen
8+
PublisherUrl: https://www.dyad.sh/
9+
PublisherSupportUrl: https://github.com/dyad-sh/dyad/issues
10+
Author: Dyad
11+
PackageName: dyad
12+
PackageUrl: https://www.dyad.sh/
13+
License: Apache-2.0
14+
LicenseUrl: https://github.com/dyad-sh/dyad/blob/HEAD/LICENSE
15+
Copyright: Copyright © 2025 Will Chen
16+
ShortDescription: Dyad is a free, local, open-source AI app builder
17+
Description: Dyad is a free, local, open-source AI app builder
18+
Moniker: dyad
19+
Tags:
20+
- ai-app-builder
21+
- anthropic
22+
- artificial-intelligence
23+
- bolt
24+
- deepseek
25+
- gemini
26+
- generative-ai
27+
- github
28+
- llm
29+
- llms
30+
- lovable
31+
- nextjs
32+
- ollama
33+
- openai
34+
- qwen
35+
- v0
36+
ReleaseNotes: |-
37+
Full release notes: https://www.dyad.sh/docs/releases/0.36.0-beta.2What's Changed
38+
- Switch Windows code signing to Azure Trusted Signing by @wwwillchen in #2429
39+
- Update AI SDK dependencies to latest versions by @wwwillchen in #2431
40+
- fix: use current branch when creating new chat instead of hardcoding main by @wwwillchen in #2411
41+
- Add @types/node-fetch dependency by @wwwillchen in #2437
42+
- Migrate to Zod v4 by @wwwillchen in #2415
43+
- Add MutationObserver retry for component selector initialization by @wwwillchen in #2408
44+
- Disable Windows code signing on local builds by @wwwillchen in #2438
45+
- Fix Windows Trusted Signing client tools installation by @wwwillchen in #2440
46+
- Improve Claude Code hooks and skills configuration by @wwwillchen in #2439
47+
- Fix Azure DLL path by @wwwillchen in #2441
48+
- Fix Azure DLL search paths in release workflow by @wwwillchen in #2442
49+
- setup flow e2e test by @wwwillchen in #2028
50+
- Fix Windows signtool error by removing invalid /debug flag by @wwwillchen in #2443
51+
- Add ts-expect-error for zod v4 type inference in registerTypedHandlers by @wwwillchen in #2444
52+
- Auto-discover Windows SDK SignTool path in release workflow by @wwwillchen in #2445
53+
- Fix Windows signing failure caused by UTF-8 BOM in metadata JSON by @wwwillchen in #2446
54+
- Add Missing Dyad Logo by @RyanGroch in #2404
55+
- Add delightful streaming loading animation by @wwwillchen in #2425
56+
- Add native notification when chat stream completes by @wwwillchen in #2413
57+
- Add SessionStart hook for npm install by @wwwillchen in #2458
58+
- Only enable Windows code signing in release workflow by @wwwillchen in #2459
59+
- Single build task for each OS for CI by @wwwillchen in #2026
60+
- Radix to Base UI migration by @wwwillchen in #2432
61+
- Add wwwillchen-bot to all permission allowlists by @wwwillchen in #2465
62+
- Add fuzzy search to settings sidebar by @wwwillchen in #2449
63+
- Add /remember-learnings skill to capture session insights by @wwwillchen in #2467
64+
- Update pr-push skill to detect correct remote for pushing by @wwwillchen in #2469
65+
- Move context limit banner from MessagesList to ChatInput by @wwwillchen-bot in #2461
66+
- Fix chat auto-scroll: replace timeout-based tracking with position-ba… by @wwwillchen in #2448
67+
- Add chat panel visibility toggle functionality by @princeaden1 in #2345
68+
- Add workflow to handle comments on closed issues by @wwwillchen in #2409
69+
- Update closed-issue-comment workflow to use claude-code-action by @wwwillchen in #2471
70+
- Fix github token for closed-issue-comment.yml by @wwwillchen in #2473
71+
- Add actions:write permission to pr-review-responder workflow by @wwwillchen in #2475
72+
- Add workflow to close stale PRs older than 2 months by @wwwillchen in #2474
73+
- Update IPC docs to reflect contract-driven architecture by @wwwillchen in #2477
74+
- Move remember-learnings to beginning of pr-push workflow by @wwwillchen in #2485
75+
- Improve test failure reporting with snapshot detection by @wwwillchen in #2484
76+
- Allow POST to /issues/{id}/labels in gh permission hook by @wwwillchen in #2490
77+
- Delete and recreate Playwright PR comment instead of updating by @wwwillchen in #2491
78+
- feat(chat input): recall previous messages using Up Arrow by @princeaden1 in #2343
79+
- Add Moonshot AI's Kimi K2.5 model to OpenRouter options by @wwwillchen in #2495
80+
- Add "Start new chat" button to error box for Dyad Pro users by @wwwillchen in #2494
81+
- Fix flaky e2e tests with better selectors and waits by @wwwillchen-bot in #2498
82+
- Setup storybook by @wwwillchen in #2503
83+
- Flakiness integration by @wwwillchen in #2499
84+
- Add retry loop support to PR review responder workflow by @wwwillchen in #2493
85+
- Add cc:rebase label-triggered workflow for PR rebasing by @wwwillchen in #2504
86+
- feat: make ask mode always use local agent handler by @wwwillchen in #2434
87+
- Strip OpenAI itemId from persisted AI messages to prevent stale reference errors but keep encrypted reasoning content by @wwwillchen-bot in #2468
88+
- Replace button title attributes with shadcn Tooltip components by @wwwillchen in #2470
89+
- fix: configure upstream remote for cross-repo PR rebasing by @wwwillchen in #2505
90+
- Planning mode by @azizmejri1 in #2370
91+
- fix: update chat history tests for reversed order and improve plan mode tool filtering by @wwwillchen-bot in #2506
92+
- fix: update E2E tests for plan mode questionnaire and chat history by @wwwillchen in #2507
93+
- fix: filter orphaned reasoning items to prevent OpenAI API error by @wwwillchen in #2508
94+
- fix: limit grep results to prevent context_length_exceeded errors by @wwwillchen-bot in #2510
95+
- drop plans migration (never used in prod) by @wwwillchen in #2514
96+
- Use Opus 4.6 for workflows by @wwwillchen in #2512
97+
- feat: add optional line range params to read_file tool by @wwwillchen in #2516
98+
- feat: add context compaction system for local-agent mode by @wwwillchen in #2515
99+
- fix: trim whitespace from API keys and secrets in encrypt/decrypt by @wwwillchen in #2518
100+
- feat: widen chat list sidebar and adjust icon column spacing by @wwwillchen in #2519
101+
- Fix E2E tests by @wwwillchen in #2520
102+
- Debug OSX release issues by @wwwillchen in #2521
103+
- Disable preEmbedProvisioningProfile not needed for non-Mac app store … by @wwwillchen in #2522
104+
- Fix PR preview responder setting correct origin remote by @wwwillchen-bot in #2528
105+
- Improve swarm PR review to detect dead infrastructure by @wwwillchen in #2529
106+
- Use claude_args to set opus-4-6 model in CI workflows by @wwwillchen in #2531
107+
- fix: handle Supabase 403 error when listing branches for free tier users by @wwwillchen-bot in #2527
108+
- Bump to v0.36 stable by @wwwillchen in #2532
109+
- feat: add include_hidden option to list_files tool by @wwwillchen-bot in #2526
110+
- Update pr-push to add files more aggressively by @wwwillchen in #2530
111+
- feat: add app commands configuration in Configure panel by @wwwillchen in #2433
112+
- feat: resolve merge conflicts for app commands by @wwwillchen in #2538
113+
- Update permissions & use haiku by @wwwillchen in #2539
114+
- Refactor Dyad card components to use new DyadCardPrimitives by @wwwillchen in #2482
115+
- Disable reset button after confirmation by @azizmejri1 in #2537
116+
- Show file path in refactor button tooltip by @RyanGroch in #2511
117+
- fix(ui): prevent copy button overlap with language label in code blocks by @wwwillchen-bot in #2533
118+
- Modularize AGENTS.md learnings into rules/ directory by @wwwillchen in #2540
119+
- Fixing file attachement by @azizmejri1 in #2541
120+
- Fix e2e tests by @wwwillchen in #2542
121+
- Bump to v0.36 beta 2 by @wwwillchen in #2543
122+
- refactor: migrate hooks to React Query for data fetching by @wwwillchen in #2536
123+
- self-hosted mac mini for wwwillchen* PRs by @wwwillchen in #2546
124+
- feat: reduce toast duration in test mode for faster E2E tests by @wwwillchen-bot in #2551
125+
- feat: enable parallel Playwright e2e test execution by @wwwillchen-bot in #2547
126+
- Update CLA so it doesn't lock PR after closing by @wwwillchen in #2559
127+
- fix: checkout correct repo/ref in CI for fork PRs by @wwwillchen in #2560
128+
- Bump to v0.36.0 by @wwwillchen in #2575
129+
New Contributors
130+
- @wwwillchen-bot made their first contribution in #2461
131+
Full Changelog: https://github.com/dyad-sh/dyad/compare/v0.35.0...v0.36.0
132+
ReleaseNotesUrl: https://github.com/dyad-sh/dyad/releases/tag/v0.36.0
133+
ManifestType: defaultLocale
134+
ManifestVersion: 1.6.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with WinGet Updater using komac v2.6.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
3+
4+
PackageIdentifier: Dyad.Dyad
5+
PackageVersion: 0.36.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.6.0

0 commit comments

Comments
 (0)