YeonGyu-Kim
b2e42e1b2c
test(ast-grep-mcp): add red test for absolute paths inside workspace
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-20 13:12:34 +09:00
YeonGyu-Kim
3dd414226b
fix(rules): drop legacy sisyphus rule sources
2026-05-19 14:27:48 +09:00
YeonGyu-Kim
499aff011a
feat(mcp): add package-backed ast-grep MCP
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-18 21:27:36 +09:00
YeonGyu-Kim
fb7d47f1b7
feat(rules): add shared rules-core package
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-18 21:27:36 +09:00
YeonGyu-Kim
a6f1950d41
fix(web): restore navigation smoke coverage
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-18 20:56:13 +09:00
YeonGyu-Kim
9a9d9bd5a1
fix(web): adapt build tooling
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-18 20:55:59 +09:00
YeonGyu-Kim
92a5a44218
chore(web): update web dependencies
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-18 20:55:44 +09:00
github-actions[bot]
751f969fac
release: v4.2.0
2026-05-18 08:10:56 +00:00
YeonGyu-Kim
bf96794599
chore(web): move site under packages
2026-05-18 16:44:02 +09:00
YeonGyu-Kim
5e9a26c1c5
chore(packages): align platform package dirs
2026-05-18 16:43:26 +09:00
YeonGyu-Kim
7187db6ede
chore(mcp): move lsp submodule under packages
2026-05-18 16:00:40 +09:00
github-actions[bot]
c75deee54c
release: v4.1.2
2026-05-14 06:38:21 +00:00
github-actions[bot]
f44d94413c
release: v4.1.1
2026-05-13 08:15:11 +00:00
github-actions[bot]
9edaa6e90b
release: v4.1.0
2026-05-13 02:32:42 +00:00
github-actions[bot]
44f8e28055
release: v4.0.0
2026-05-07 10:13:09 +00:00
github-actions[bot]
60dfac871f
release: v3.17.15
2026-05-06 04:52:53 +00:00
github-actions[bot]
f6e9fadf01
release: v3.17.14
2026-05-05 10:31:32 +00:00
github-actions[bot]
6b9731923d
release: v3.17.13
2026-05-04 07:42:32 +00:00
github-actions[bot]
1a91967311
release: v3.17.12
2026-04-30 17:23:26 +00:00
github-actions[bot]
a663562dbe
release: v3.17.11
2026-04-30 13:06:06 +00:00
github-actions[bot]
1347d7ffad
release: v3.17.10
2026-04-30 07:47:13 +00:00
github-actions[bot]
938b609a91
release: v3.17.6
2026-04-28 06:21:01 +00:00
github-actions[bot]
c9350c67fe
release: v3.17.4
2026-04-16 06:27:22 +00:00
github-actions[bot]
1bb59c3e21
release: v3.17.2
2026-04-13 18:03:21 +00:00
github-actions[bot]
f9f71f6832
release: v3.17.0
2026-04-11 13:30:34 +00:00
github-actions[bot]
fbd3e7aabe
release: v3.16.0
2026-04-08 10:04:19 +00:00
github-actions[bot]
abda3c52f0
release: v3.15.3
2026-04-06 03:59:11 +00:00
github-actions[bot]
1562b7d148
release: v3.15.1
2026-04-05 00:54:58 +00:00
YeonGyu-Kim
d2c576c510
fix: resolve 25 pre-publish blockers
...
- postinstall.mjs: fix alias package detection
- migrate-legacy-plugin-entry: dedupe + regression tests
- task_system: default consistency across runtime paths
- task() contract: consistent tool behavior
- runtime model selection, tool cap, stale-task cancellation
- recovery sanitization, context-limit gating
- Ralph semantic DONE hardening, Atlas fallback persistence
- native-skill description/content, skill path traversal guard
- publish workflow: platform awaited via reusable workflow job
- release: version edits reapplied before commit/tag
- JSONC plugin migration: top-level plugin key safety
- cold-cache: user fallback models skip disconnected providers
- docs/version/release framing updates
Verified: bun test (4599 pass), tsc --noEmit clean, bun run build clean
2026-03-28 15:24:18 +09:00
YeonGyu-Kim
c85b6adb7d
chore: gitignore platform binary sourcemaps and untrack existing ones
2026-03-12 19:53:20 +09:00
YeonGyu-Kim
ff536e992a
fix: address review-work round 2 findings
...
- MCP teardown race: add shutdownGeneration counter to prevent
in-flight connections from resurrecting after disconnectAll
- MCP multi-key disconnect race: replace disconnectedSessions Set
with generation-based Map to track per-session disconnect events
- MCP clients: check shutdownGeneration in stdio/http client
creators before inserting into state.clients
- BackgroundManager: call clearTaskHistoryWhenParentTasksGone after
timer-based task removal in scheduleTaskRemoval and notifyParentSession
- BackgroundManager: clean completedTaskSummaries when parent has
no remaining tasks
- Plugin dispose: remove duplicate tmuxSessionManager.cleanup call
since BackgroundManager.shutdown already handles it via onShutdown
2026-03-12 01:37:03 +09:00
YeonGyu-Kim
d24ec336e5
Rebuild platform binary source maps after latest changes
2026-03-11 19:42:46 +09:00
YeonGyu-Kim
b9d54ed881
Rebuild platform binaries
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-03-09 23:37:06 +09:00
YeonGyu-Kim
63ed7a5448
fix: update repository URLs to oh-my-openagent for npm provenance
...
npm --provenance validates repository.url against the actual GitHub
repo. Since the repo was renamed to oh-my-openagent, all platform
binary publishes failed with E422 provenance mismatch.
2026-03-08 02:59:40 +09:00
YeonGyu-Kim
f3be710a73
release: v3.11.0
2026-03-08 01:59:20 +09:00
YeonGyu-Kim
fade6740ae
chore: update GPT-5.2 references to GPT-5.4
...
Align runtime defaults, tests, docs, and generated artifacts with the newer GPT-5.4 baseline. Keep think-mode and prompt-routing expectations consistent after the model version bump.
2026-03-07 05:46:05 +09:00
YeonGyu-Kim
d08bc04e67
feat(sisyphus): strengthen non-Claude parallel delegation guidance
...
🤖 Generated with assistance of [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode )
2026-03-07 00:47:55 +09:00
github-actions[bot]
de59825d0c
release: v3.10.1
2026-03-06 11:57:16 +00:00
YeonGyu-Kim
533aa6d5e3
chore: rebuild platform binaries
...
🤖 Generated with assistance of [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-03-06 14:26:24 +09:00
YeonGyu-Kim
4fd59cd31a
chore: rebuild platform binaries
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-03-06 13:44:46 +09:00
YeonGyu-Kim
85690b69a8
test: update snapshots and assertions for kimi-k2.5-free removal
2026-03-04 11:33:11 +09:00
github-actions[bot]
f27fd9a6de
release: v3.10.0
2026-03-02 06:27:47 +00:00
github-actions[bot]
ae54fd31f4
release: v3.9.0
2026-02-26 19:30:38 +00:00
github-actions[bot]
55b9ad60d8
release: v3.8.5
2026-02-24 09:45:36 +00:00
github-actions[bot]
ebd26b7421
release: v3.8.4
2026-02-23 17:11:38 +00:00
github-actions[bot]
ffa2a255d9
release: v3.8.3
2026-02-22 06:46:51 +00:00
github-actions[bot]
d0b18787ba
release: v3.8.2
2026-02-22 06:35:05 +00:00
github-actions[bot]
e84fce3121
release: v3.8.1
2026-02-22 03:37:21 +00:00
github-actions[bot]
d6939229b3
release: v3.8.0
2026-02-21 17:56:31 +00:00
github-actions[bot]
5dc437f45d
release: v3.7.4
2026-02-18 17:09:59 +00:00