YeonGyu-Kim
e6edb20ee2
feat(packages): add feature.yml
2026-05-30 19:09:11 +09:00
YeonGyu-Kim
847a10b8f2
feat(packages): add bug.yml
2026-05-30 19:09:11 +09:00
YeonGyu-Kim
50ae71da95
feat(packages): add dependabot.yml
2026-05-30 19:09:11 +09:00
YeonGyu-Kim
998b2fe014
feat(packages): add CODEOWNERS
2026-05-30 19:09:11 +09:00
YeonGyu-Kim
8b88a035e4
feat(packages): add branch-ruleset.json
2026-05-30 19:09:11 +09:00
YeonGyu-Kim
ee07987f7b
feat(packages): add .gitattributes
2026-05-30 19:09:11 +09:00
YeonGyu-Kim
7e35ba35fd
feat(packages): add .mcp.json
2026-05-30 19:09:11 +09:00
YeonGyu-Kim
669e82d9fc
feat(packages): add plugin.json
2026-05-30 19:09:11 +09:00
YeonGyu-Kim
545d936d29
feat(packages): add package.json
2026-05-30 19:09:11 +09:00
YeonGyu-Kim
4b09d82b2d
feat(packages): add MARKETPLACE.md
2026-05-30 19:09:10 +09:00
YeonGyu-Kim
ae5b0db469
feat(packages): add marketplace.json
2026-05-30 19:09:10 +09:00
YeonGyu-Kim
9ac91ebcad
feat(packages): add index.d.ts
2026-05-30 19:09:10 +09:00
YeonGyu-Kim
15bcfbc98e
test(packages): add normalize-session-id.test.ts
2026-05-30 19:09:10 +09:00
YeonGyu-Kim
b68b6b2ae6
test(packages): add package-smoke.test.ts
2026-05-30 19:09:10 +09:00
YeonGyu-Kim
e48b68e440
feat(packages): add mcp-stdio-transport.ts
2026-05-30 19:09:10 +09:00
YeonGyu-Kim
7fbe4e2b4a
feat(packages): add mcp-stdio-server.ts
2026-05-30 19:09:10 +09:00
YeonGyu-Kim
a01e11af4d
test(packages): add mcp-stdio-server.test.ts
2026-05-30 19:09:10 +09:00
YeonGyu-Kim
5058a149e7
feat(packages): add mcp-lifecycle-log.ts
2026-05-30 19:09:10 +09:00
github-actions[bot]
36e69f8b3c
release: v4.5.1
2026-05-26 10:08:16 +00:00
github-actions[bot]
d7b4072a90
release: v4.5.0
2026-05-26 07:54:27 +00:00
YeonGyu-Kim
94d9d93212
Merge pull request #4453 from code-yeongyu/fix-4419-atlas-subagent-fallback
...
fix(background-agent): atlas subagent fallback retry on retryable model errors (#4419 )
2026-05-25 17:33:03 +09:00
YeonGyu-Kim
dc845a8808
chore(web): migrate canonical domain to omo.dev
...
Switch the production worker route and all hardcoded URLs from
ohmyopenagent.com to omo.dev. Six legacy domains (ohmyopenagent.com,
ohmyopencode.org, ulw.dev, ultrawork.ai, ultrawork.dev,
ultrawork.engineer) are configured to permanently (301) redirect to
omo.dev via Cloudflare Page Rules set up out-of-band via flarectl
and the CF API.
- wrangler.toml: bind worker to omo.dev + www.omo.dev only
- middleware.ts: primaryHost to omo.dev, www to apex redirect retained
- layout.tsx: primarySiteUrl + gaTrackedDomain to omo.dev (GA still G-S0QJFKT46Q)
- sitemap.ts, robots.ts: BASE_URL to https://omo.dev
- npm-downloads/route.ts: usage comment URL refreshed
- web-deploy.yml: environment URL to https://omo.dev
- manifesto.md: domain reality-check line lists omo.dev as canonical
- README*.md (5 langs): npm-downloads badge endpoint to omo.dev
2026-05-25 17:15:16 +09:00
YeonGyu-Kim
767f5a6148
fix(model-core): retry OpenAI usage_limit_reached fallbacks
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-25 17:09:52 +09:00
YeonGyu-Kim
3806d93dbc
feat(prompts-core): wire Prometheus variant table
2026-05-24 18:44:24 +09:00
YeonGyu-Kim
fa0500e970
feat(prompts-core): add Prometheus prompt markdown variants
2026-05-24 18:44:24 +09:00
YeonGyu-Kim
803f030b5b
Merge remote-tracking branch 'origin/dev' into refactor/mode-prompts-to-prompts-core
...
# Conflicts:
# packages/prompts-core/src/index.ts
2026-05-24 18:35:36 +09:00
YeonGyu-Kim
528f083f5a
Merge pull request #4388 from code-yeongyu/refactor/atlas-to-prompts-core
...
refactor(atlas): extract agent prompt variants to packages/prompts-core with runtime injection (PR5)
2026-05-24 18:33:07 +09:00
YeonGyu-Kim
63ef72d1b9
docs(agents): document prompts-core mode prompts
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-24 18:33:00 +09:00
YeonGyu-Kim
80361c05ab
chore(prompts-core): wire markdown prompt packaging
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-24 18:32:53 +09:00
YeonGyu-Kim
2c8e2dac41
refactor(mode-prompts): migrate hyperplan prompt
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-24 18:32:45 +09:00
YeonGyu-Kim
e79baf5910
refactor(mode-prompts): migrate team prompt
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-24 18:32:35 +09:00
YeonGyu-Kim
3b7f51d568
refactor(mode-prompts): migrate analyze prompt
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-24 18:32:19 +09:00
YeonGyu-Kim
5cefbdbb6d
refactor(mode-prompts): migrate search prompt
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-24 18:31:17 +09:00
YeonGyu-Kim
96a9365044
build(prompts-core): bundle markdown prompt variants
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-24 18:29:05 +09:00
YeonGyu-Kim
91351d73fd
feat(prompts-core): support bundled prompt sources
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-24 18:28:57 +09:00
YeonGyu-Kim
b77fed28ef
feat(prompts-core): add Atlas Opus 4.7 prompt markdown
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-24 18:28:49 +09:00
YeonGyu-Kim
2adcec8f2d
feat(prompts-core): add Atlas Kimi prompt markdown
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-24 18:28:49 +09:00
YeonGyu-Kim
d5995b385a
feat(prompts-core): add Atlas Gemini prompt markdown
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-24 18:28:49 +09:00
YeonGyu-Kim
1923761166
feat(prompts-core): add Atlas GPT prompt markdown
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-24 18:28:49 +09:00
YeonGyu-Kim
565d099495
feat(prompts-core): add Atlas default prompt markdown
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-24 18:28:49 +09:00
YeonGyu-Kim
e772c46819
refactor(ultrawork): move planner prompt to prompts-core
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-24 18:20:18 +09:00
YeonGyu-Kim
e51acd0ad3
refactor(ultrawork): move gemini prompt to prompts-core
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-24 18:20:11 +09:00
YeonGyu-Kim
a818bbd99c
refactor(ultrawork): move gpt prompt to prompts-core
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-24 18:20:04 +09:00
YeonGyu-Kim
9c366cce3a
refactor(ultrawork): move default prompt to prompts-core
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-24 18:19:56 +09:00
YeonGyu-Kim
436c618706
fix(prompts-core): block prompt path traversal
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-24 17:50:18 +09:00
YeonGyu-Kim
da0fa83f6c
test(prompts-core): audit opencode coupling
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-24 17:28:09 +09:00
YeonGyu-Kim
c44a6bdb2a
feat(prompts-core): add prompt loader
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-24 17:28:09 +09:00
YeonGyu-Kim
6301bcf059
feat(prompts-core): add variant resolver
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-24 17:17:08 +09:00
YeonGyu-Kim
4338ddb898
feat(prompts-core): add package skeleton
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-24 17:16:49 +09:00
YeonGyu-Kim
87de056308
refactor(model-core): move model family detectors
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-24 17:16:40 +09:00