Commit Graph

42 Commits

Author SHA1 Message Date
Will Chen
acda9e2e5b gh prompt v2 (#1133) 2025-08-29 21:29:59 -07:00
Will Chen
227d7340bf improve prompt (#1131) 2025-08-29 21:26:38 -07:00
Will Chen
45ff05c7fc Switch to OpenAI GPT-5 bot (cheaper) (#1129)
<!-- This is an auto-generated description by cubic. -->

## Summary by cubic
Switches the duplicate-issues GitHub Action from
anthropic/claude-sonnet-4-20250514 to openai/gpt-5 to reduce cost.
Updates the workflow to use OPENAI_API_KEY instead of ANTHROPIC_API_KEY.

<!-- End of auto-generated description by cubic. -->
2025-08-29 21:17:35 -07:00
Will Chen
c6342350b4 Add dupe issue bot (#1120)
<!-- This is an auto-generated description by cubic. -->

## Summary by cubic
Adds a GitHub Action to detect and comment on potential duplicate issues
when a new issue is opened. This reduces triage time and keeps issue
lists clean.

- **New Features**
- Adds .github/workflows/duplicate-issues.yml triggered on issues:
opened.
- Uses opencode with Anthropic Claude Sonnet 4 to scan existing issues
and comment with links if duplicates are likely; stays silent otherwise.
- Runs with minimal permissions; allows gh issue commands and denies
webfetch.

- **Migration**
- Create the ai-bots environment and add the ANTHROPIC_API_KEY secret
(GITHUB_TOKEN is provided by GitHub).

<!-- End of auto-generated description by cubic. -->
2025-08-28 22:07:45 -07:00
Will Chen
60b1f509e6 increase mem size to avoid OOM (#942) 2025-08-14 14:21:28 -07:00
Will Chen
8ef84285fc Shard E2E tests (#941) 2025-08-14 13:48:27 -07:00
Will Chen
e4b763ac6d Bump SSM (#695)
Fix broken Windows release:

https://github.com/dyad-sh/dyad/actions/runs/16477531115/job/46583477855#step:9:11
2025-07-23 10:58:20 -07:00
Will Chen
62de7377c1 Bump up max old space size (#680)
Getting OOMs on Mac builds for release workflow:
https://github.com/dyad-sh/dyad/actions/runs/16395872602/job/46328291961
2025-07-21 11:27:25 -07:00
Will Chen
dd4987a9ac Verify release (#679)
Context: https://github.com/electron/forge/issues/3965
2025-07-21 11:07:53 -07:00
Will Chen
9694e4a2e8 Add Windows ARM to CI (#430) 2025-06-17 16:37:17 -07:00
Will Chen
d7f7f15afd use npm ci (#383) 2025-06-10 14:59:36 -07:00
Will Chen
e7941bc6f7 cache nextjs template (#381) 2025-06-10 12:46:13 -07:00
Will Chen
89f509fcfa Cache pnpm scaffold deps and postfix playwright artifacts (#380) 2025-06-10 11:53:20 -07:00
Will Chen
ac98a52ab1 Fix unit test & run in CI (#372) 2025-06-09 15:23:10 -07:00
Will Chen
b8f7490288 Stabilize E2E test by alphabetically sorting files for context (#321) 2025-06-03 17:58:59 -07:00
Will Chen
7235eab227 Make CI run cross-platform (#295) 2025-06-03 13:04:16 -07:00
Will Chen
8a743ca4f5 LM studio e2e test (#297) 2025-05-31 23:04:28 -07:00
Will Chen
509e044137 Boilerplate free tests (#277) 2025-05-28 22:55:54 -07:00
Will Chen
644012c9a5 Simple playwright e2e test (#234) 2025-05-23 10:44:52 -07:00
Will Chen
6b4620ca98 Pin to ubuntu v22.04 for linux release (#150) 2025-05-12 23:34:03 -07:00
Will Chen
cb9ffcc550 Add presubmit checks to CI (#113) 2025-05-08 17:28:48 -07:00
Will Chen
d0c410859d clean-up release scripts (#86) 2025-05-05 15:12:46 -07:00
Will Chen
60b403e904 windows code-sign (follow electron-fiddle) 2025-04-29 22:00:48 -07:00
Will Chen
c6b8f77448 Try #6: windows code signing 2025-04-29 21:30:25 -07:00
Will Chen
75b5ba257d Try 4: windows config (#53) 2025-04-29 16:48:39 -07:00
Will Chen
9999ab6bf7 try 3: windows sign config (#52) 2025-04-29 16:44:31 -07:00
Will Chen
14a11cc3d2 Code sign win (#50)
* try windows signing

* bump to v0.3.0
2025-04-29 16:12:24 -07:00
Will Chen
9b94122672 Support Linux release (0.2.5-beta.2) (#30) 2025-04-28 13:22:02 -07:00
Will Chen
901291bc70 Skip linux for now 2025-04-23 16:46:13 -07:00
Will Chen
7402f33b4a Add build for linux 2025-04-23 15:29:00 -07:00
Will Chen
1fac096233 Add macos-13 as a builder for release 2025-04-23 14:55:45 -07:00
Will Chen
badded4efd Sequentialize release 2025-04-15 15:51:40 -07:00
Will Chen
caa9a1566e Fix macOS release by adding MACOS_CERT_PASSWORD 2025-04-15 00:07:17 -07:00
Will Chen
a04bb5f9b7 Give env access to MACOS_CERT_P12 for release step 2025-04-14 23:59:01 -07:00
Will Chen
7d0857c10d Add macOS cert for release workflow 2025-04-14 23:56:11 -07:00
Will Chen
b8d50a17f2 setup macos release 2025-04-14 23:30:34 -07:00
Will Chen
086adc9955 infra(gha): fix ci workflow 2025-04-14 23:22:23 -07:00
Will Chen
d527bb0095 Add minimal CI GitHub action 2025-04-14 23:18:11 -07:00
Will Chen
472f7883f1 fix release.yml github token spelling 2025-04-11 10:56:39 -07:00
Will Chen
43b31aa299 release.yml - give permissions 2025-04-11 10:36:04 -07:00
Will Chen
e0a0212934 Just try release windows for now 2025-04-11 10:21:34 -07:00
Will Chen
43f67e0739 Initial open-source release 2025-04-11 09:38:16 -07:00