Commit Graph

167 Commits

Author SHA1 Message Date
github-actions[bot] 39ed502b30 release: v1.1.7 2025-12-13 16:24:49 +00:00
github-actions[bot] 2d98fbba72 release: v1.1.6 2025-12-13 16:16:23 +00:00
github-actions[bot] 35582d3f05 release: v1.1.5 2025-12-13 14:15:42 +00:00
github-actions[bot] eb3864ca6e release: v1.1.4 2025-12-13 13:14:54 +00:00
github-actions[bot] 730ee5188f release: v1.1.3 2025-12-13 11:30:29 +00:00
github-actions[bot] 92cd7a9b75 release: v1.1.2 2025-12-13 11:07:38 +00:00
github-actions[bot] 6d563d2d56 release: v1.1.1 2025-12-13 10:07:57 +00:00
github-actions[bot] 28b5a65567 release: v1.1.0 2025-12-13 10:04:59 +00:00
github-actions[bot] 405fb26495 release: v1.0.2 2025-12-13 05:24:38 +00:00
github-actions[bot] ed84d6911e release: v1.0.1 2025-12-13 05:06:31 +00:00
github-actions[bot] 204e3c72d8 release: v1.0.0 2025-12-13 04:53:01 +00:00
github-actions[bot] 3496ce8a9e release: v0.4.4 2025-12-13 04:24:02 +00:00
github-actions[bot] 7ac93031ce release: v0.4.3 2025-12-13 03:22:29 +00:00
github-actions[bot] 7597bd5070 release: v0.4.2 2025-12-13 03:16:48 +00:00
github-actions[bot] f8423765cc release: v0.4.0 2025-12-12 19:59:41 +00:00
YeonGyu-Kim 81383a0f41 fix(deps): add @openauthjs/openauth and hono as direct dependencies
PKCE auth requires these packages directly, not as transitive deps.
Fixes CI build failure: Cannot find module '@openauthjs/openauth/pkce'
2025-12-13 04:58:37 +09:00
YeonGyu-Kim 8db129fdd7 refactor: remove opencode-openai-codex-auth dependency and auth subpath
🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
2025-12-13 00:35:34 +09:00
YeonGyu-Kim 445a91de70 feat(antigravity-auth): separate google-auth module with dynamic port allocation
- Separate Google Antigravity auth to 'oh-my-opencode/google-auth' subpath
- 'oh-my-opencode/auth' now exports OpenAI Codex auth plugin
- Implement dynamic port allocation to avoid port conflicts
- Add userAgent, requestId, sessionId fields for Antigravity API compatibility
- Add debug logging for troubleshooting (ANTIGRAVITY_DEBUG=1)

🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
2025-12-13 00:35:34 +09:00
YeonGyu-Kim 6d04746740 refactor(auth): rename codex-auth to auth subpath export
- Rename src/codex-auth.ts → src/auth.ts
- Update package.json exports: ./codex-auth → ./auth
- Update build script to include auth.ts

Users can now use oh-my-opencode/auth as OpenAI auth plugin.

🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
2025-12-13 00:35:34 +09:00
YeonGyu-Kim 763528bb6e refactor(omo-task): rename to call_omo_agent with run_in_background parameter
- Rename omo-task to call-omo-agent with mandatory run_in_background parameter
- Implement background mode using BackgroundManager (fire-and-forget abort)
- Implement sync mode with existing subagent logic
- Fix background_cancel: use fire-and-forget abort to prevent parent session interruption
- Add call_omo_agent to tool disable list in explore/librarian agents
- Add call_omo_agent to tool disable list in BackgroundManager

🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
2025-12-13 00:35:34 +09:00
YeonGyu-Kim a031cebeef feat(hooks): add rules-injector hook for .cursor/rules and .claude/rules support
Implements adaptive rule injection similar to Claude Code's rule system:
- Searches .cursor/rules and .claude/rules directories recursively
- Supports YAML frontmatter with globs, paths, alwaysApply, description
- Adaptive project root detection (finds markers even outside ctx.directory)
- Symlink duplicate detection via realpath comparison
- Content hash deduplication (SHA-256) to avoid re-injecting same rules
- picomatch-based glob pattern matching for file-specific rules

🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
2025-12-13 00:35:34 +09:00
github-actions[bot] 6735b02ef8 release: v0.3.4 2025-12-12 13:26:05 +00:00
github-actions[bot] e4f6ec2611 release: v0.3.3 2025-12-12 01:39:26 +00:00
github-actions[bot] 7619522aa4 release: v0.3.2 2025-12-11 23:31:22 +00:00
github-actions[bot] a6f79e9055 release: v0.3.1 2025-12-10 14:44:44 +00:00
github-actions[bot] 67a57a5221 release: v0.3.0 2025-12-09 12:51:28 +00:00
YeonGyu-Kim 927e981021 chore: bump version to 0.2.0
🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
2025-12-09 21:47:21 +09:00
YeonGyu-Kim 2d2eaf13aa feat: update comment-checker to v0.5.0
BREAKING CHANGE: Docstrings are now detected as code smell.
See: https://github.com/code-yeongyu/go-claude-code-comment-checker/releases/tag/v0.5.0

🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
2025-12-09 16:59:22 +09:00
github-actions[bot] 6afbd2f726 release: v0.1.31 2025-12-09 05:42:03 +00:00
YeonGyu-Kim ab856bb981 deps: bump @code-yeongyu/comment-checker to 0.4.4
🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
2025-12-09 14:41:07 +09:00
github-actions[bot] a31004a2ec release: v0.1.30 2025-12-09 02:50:19 +00:00
github-actions[bot] b10b8862e6 release: v0.1.29 2025-12-09 01:37:46 +00:00
github-actions[bot] 32b6638d25 release: v0.1.28 2025-12-08 08:52:28 +00:00
github-actions[bot] 160f193865 release: v0.1.27 2025-12-08 08:01:03 +00:00
github-actions[bot] 101f13ca91 release: v0.1.26 2025-12-08 00:41:34 +00:00
github-actions[bot] 9625646dba release: v0.1.25 2025-12-05 14:25:22 +00:00
YeonGyu-Kim 4cf2407272 feat(session-recovery): add filesystem-based empty content recovery
- Replace API-based recovery with direct JSON file editing for empty content messages
- Add cross-platform storage path support via xdg-basedir (Linux/macOS/Windows)
- Inject '(interrupted)' text part to fix messages with only thinking/meta blocks
- Update README docs with detailed session recovery scenarios
2025-12-05 23:24:20 +09:00
github-actions[bot] 54d4c9ac93 release: v0.1.24 2025-12-05 13:53:30 +00:00
github-actions[bot] 0647b9c46b release: v0.1.23 2025-12-05 13:19:23 +00:00
github-actions[bot] 2652aa9d33 release: v0.1.22 2025-12-05 13:13:29 +00:00
github-actions[bot] 51eb9df505 release: v0.1.21 2025-12-05 13:04:11 +00:00
github-actions[bot] d450fcee0b release: v0.1.19 2025-12-05 12:00:31 +00:00
github-actions[bot] 8cc60a64e9 release: v0.1.18 2025-12-05 11:07:21 +00:00
github-actions[bot] 4284319491 release: v0.1.17 2025-12-05 07:26:35 +00:00
github-actions[bot] 22ce4338fc release: v0.1.16 2025-12-05 06:55:27 +00:00
github-actions[bot] 45c5a86dcd release: v0.1.15 2025-12-05 06:33:29 +00:00
YeonGyu-Kim b3c5f6bad8 refactor(comment-checker): remove WASM fallback, use CLI-only with lazy download
- Remove tree-sitter-wasms and web-tree-sitter dependencies
- Delete detector.ts (320 lines of WASM implementation)
- Add downloader.ts for lazy binary download from GitHub Releases
- Simplify index.ts to CLI-only mode
- Cache binary at ~/.cache/oh-my-opencode/bin/
- Fall back to 'Comment checking disabled' when binary unavailable
2025-12-05 14:51:47 +09:00
YeonGyu-Kim 2c223d96a1 feat(comment-checker): add Windows support 2025-12-05 13:44:52 +09:00
github-actions[bot] edf0e7d946 release: v0.1.12 2025-12-05 02:10:36 +00:00
github-actions[bot] a06bbeb9ee release: v0.1.11 2025-12-05 02:05:44 +00:00