Commit Graph

  • 74e4d181c2 feat: add worktree support and refactor do skill to Python master v6.5.0 cexll 2026-02-03 21:58:08 +08:00
  • 04fa1626ae feat(config): add allowed_tools/disallowed_tools support for claude backend v6.4.0 cexll 2026-02-03 16:11:25 +08:00
  • c0f61d5cc2 fix(release): correct ldflags path for version injection cexll 2026-02-03 15:08:44 +08:00
  • 716d1eb173 fix(do): isolate stop hook by task_id to prevent concurrent task interference v6.3.1 cexll 2026-01-28 16:01:24 +08:00
  • 4bc9ffa907 fix(cli): resolve process hang after install and sync version with tag cexll 2026-01-28 15:08:24 +08:00
  • c6c2f93e02 fix(codeagent-wrapper): skip tmpdir tests on Windows cexll 2026-01-28 13:10:42 +08:00
  • cd3115446d fix(codeagent-wrapper): improve CI, version handling and temp dir v6.3.0 cexll 2026-01-28 11:55:55 +08:00
  • 2b8bfd714c feat(install): add uninstall command and merge_dir file tracking cexll 2026-01-28 11:55:55 +08:00
  • 71485558df fix(do): add timeout handling constraints for codeagent-wrapper cexll 2026-01-28 10:09:32 +08:00
  • b711b44c0e fix: stabilize Windows tests by removing echo-based JSON output v6.2.1 cexll 2026-01-26 22:37:37 +08:00
  • eda2475543 fix: add temp dir setup to TestRunSilentMode for macOS CI cexll 2026-01-26 22:12:31 +08:00
  • 2c0553794a fix: Windows compatibility and flaky benchmark test cexll 2026-01-26 21:29:54 +08:00
  • c96193fca6 fix: make integration tests Windows-compatible cexll 2026-01-26 20:37:55 +08:00
  • e2cd5be812 fix: use bash shell for CI test steps on all platforms cexll 2026-01-26 18:33:34 +08:00
  • 3dfa447f10 test: add cross-platform CI matrix and unit tests cexll 2026-01-26 18:29:27 +08:00
  • e9a8013c6f refactor!: remove hardcoded default models, require explicit config cexll 2026-01-26 17:47:21 +08:00
  • 3d76d46336 docs: add --update command documentation cexll 2026-01-26 17:17:40 +08:00
  • 5a50131a13 refactor!: major directory restructuring and npx support v6.2.0 cexll 2026-01-26 16:57:06 +08:00
  • fca5c13c8d docs: add commercial licensing contact email cexll 2026-01-25 22:49:18 +08:00
  • c1d3a0a07a fix: correct gitignore to not exclude cmd/codeagent-wrapper v6.1.5 cexll 2026-01-25 18:12:40 +08:00
  • 2856055e2e fix: support concurrent tasks with unique state files v6.1.4 cexll 2026-01-25 18:04:47 +08:00
  • a9c1e8178f fix: correct build path in release workflow v6.1.3 cexll 2026-01-25 17:52:34 +08:00
  • 1afeca88ae fix: increase stdoutDrainTimeout from 100ms to 500ms cexll 2026-01-25 17:45:38 +08:00
  • 326ad85c74 fix: use ANTHROPIC_AUTH_TOKEN for Claude CLI env injection v6.1.2 cexll 2026-01-24 15:20:29 +08:00
  • e66bec0083 test: use prefix match for version flag tests cexll 2026-01-24 14:27:43 +08:00
  • eb066395c2 docs: restructure root READMEs with do as recommended workflow cexll 2026-01-24 14:27:41 +08:00
  • b49dad842a docs: update do/omo/sparv module READMEs with detailed workflows cexll 2026-01-24 14:27:39 +08:00
  • d98086c661 docs: add README for bmad and requirements modules cexll 2026-01-24 14:27:37 +08:00
  • 0420646258 update codeagent version cexll 2026-01-24 14:01:54 +08:00
  • 19a8d8e922 refactor: rename feature-dev to do workflow v6.1.1 cexll 2026-01-23 20:29:28 +08:00
  • 669b1d82ce fix(gemini): read GEMINI_MODEL from ~/.gemini/.env (#131) v6.1.0 NieiR 2026-01-23 12:03:50 +08:00
  • a21c31fd89 feat: add feature-dev skill with 7-phase workflow cexll 2026-01-23 12:01:31 +08:00
  • 773f133111 chore: ignore references directory cexll 2026-01-23 12:01:04 +08:00
  • 4f5d24531c feat(install): support \${CLAUDE_PLUGIN_ROOT} variable in hooks config cexll 2026-01-23 12:00:55 +08:00
  • cc24d43c8b fix(codeagent): validate non-empty output message before printing cexll 2026-01-23 12:00:47 +08:00
  • 27d4ac8afd chore: add go.work.sum for workspace dependencies cexll 2026-01-23 12:00:38 +08:00
  • 2e5d12570d fix: add missing cmd/codeagent/main.go entry point v6.0.0-alpha1 v6.0.0 cexll 2026-01-20 17:45:50 +08:00
  • 7c89c40e8f fix(ci): update release workflow build path for new directory structure cexll 2026-01-20 17:42:10 +08:00
  • fa617d1599 refactor: restructure codebase to internal/ directory with modular architecture cexll 2026-01-20 17:34:26 +08:00
  • 90c630e30e fix: write PATH config to both profile and rc files (#128) cexll 2026-01-17 22:22:41 +08:00
  • 25bbbc32a7 feat: add course module with dev, product-requirements and test-cases skills cexll 2026-01-17 16:28:59 +08:00
  • d8304bf2b9 feat: add hooks management to install.py cexll 2026-01-17 14:16:16 +08:00
  • 7240e08900 feat: add sparv module and interactive plugin manager v5.6.7 cexll 2026-01-17 13:38:52 +08:00
  • e122d8ff25 feat: add sparv enhanced rules v1.1 cexll 2026-01-17 13:12:10 +08:00
  • 6985a30a6a docs: update 'Agent Hierarchy' model for frontend-ui-ux-engineer and document-writer in README (#127) 马雨 2026-01-17 12:32:32 +08:00
  • dd4c12b8e2 docs: update mappings for frontend-ui-ux-engineer and document-writer in README (#126) 马雨 2026-01-17 12:04:12 +08:00
  • a88315d92d feat: add sparv skill to claude-plugin v1.1.0 cexll 2026-01-16 22:26:31 +08:00
  • d1f13b3379 remove .sparv cexll 2026-01-16 14:35:11 +08:00
  • 5d362852ab feat sparv skill cexll 2026-01-16 14:34:03 +08:00
  • 238c7b9a13 fix(codeagent-wrapper): remove extraneous dash arg for opencode stdin mode (#124) v5.6.6 cexll 2026-01-16 10:30:38 +08:00
  • 0986fa82ee update readme cexll 2026-01-16 09:39:55 +08:00
  • a989ce343c fix(codeagent-wrapper): correct default models for oracle and librarian agents (#120) v5.6.5 cexll 2026-01-16 09:37:39 +08:00
  • abe0839249 feat dev skill cexll 2026-01-15 15:31:14 +08:00
  • d75c973f32 fix(codeagent-wrapper): filter codex 0.84.0 stderr noise logs (#122) v5.6.4 cexll 2026-01-15 15:11:58 +08:00
  • e7f329940b fix(codeagent-wrapper): filter codex stderr noise logs cexll 2026-01-15 14:59:31 +08:00
  • 0fc5eaaa2d fix: update version tests to match 5.6.3 v5.6.3 cexll 2026-01-14 17:26:21 +08:00
  • 420eb857ff chore: bump codeagent-wrapper version to 5.6.3 cexll 2026-01-14 17:14:06 +08:00
  • 661656c587 fix(codeagent-wrapper): use config override for codex reasoning effort cexll 2026-01-14 17:04:21 +08:00
  • ed4b088631 docs: add OmO workflow to README and fix plugin marketplace structure v5.6.2 cexll 2026-01-14 14:29:15 +08:00
  • 55a574280a fix(codeagent-wrapper): propagate SkipPermissions to parallel tasks (#113) cexll 2026-01-14 11:50:36 +08:00
  • 8f05626075 fix(codeagent-wrapper): add timeout for Windows process termination cexll 2026-01-14 10:43:25 +08:00
  • 4395c5785d fix(codeagent-wrapper): reject dash as workdir parameter (#118) NieiR 2026-01-14 10:04:23 +08:00
  • b0d7a09ff2 refactor(codeagent-wrapper): remove sisyphus agent and unused code cexll 2026-01-14 10:01:23 +08:00
  • f7aeaa5c7e fix(codeagent-wrapper): add sleep in fake script to prevent CI race condition v5.6.1 cexll 2026-01-13 22:56:05 +08:00
  • c8f75faf84 fix gemini env load cexll 2026-01-13 22:40:49 +08:00
  • b8b06257ff feat(codeagent-wrapper): add reasoning effort config for codex backend cexll 2026-01-13 22:26:58 +08:00
  • 369a3319f9 fix omo cexll 2026-01-13 19:28:37 +08:00
  • 75f08ab81f docs: update FAQ for default bypass/skip-permissions behavior v5.6.0 cexll 2026-01-13 17:38:19 +08:00
  • 23282ef460 refactor(omo): streamline agent documentation and remove sisyphus cexll 2026-01-13 17:38:02 +08:00
  • c7cb28a1da feat(codeagent-wrapper): default to skip-permissions and bypass-sandbox cexll 2026-01-13 17:37:44 +08:00
  • 0a4982e96d feat(installer): add omo module for multi-agent orchestration cexll 2026-01-13 00:08:18 +08:00
  • 17e52d78d2 feat(codeagent-wrapper): add multi-agent support with yolo mode v5.5.0 cexll 2026-01-12 14:11:15 +08:00
  • 55246ce9c4 Merge branch 'master' of github.com:cexll/myclaude cexll 2026-01-09 11:56:40 +08:00
  • 890fec81bf fix codeagent skill TaskOutput cexll 2026-01-09 11:56:35 +08:00
  • 81f298c2ea fix(parser): 修复 Gemini init 事件 session_id 未提取的问题 (#111) makoMako 2026-01-08 14:52:58 +08:00
  • 8ea6d10be5 add test-cases skill cexll 2026-01-08 11:34:25 +08:00
  • bdf62d0f1c add browser skill cexll 2026-01-08 11:33:19 +08:00
  • 40e2d00d35 修复 Windows 后端退出:taskkill 结束进程树 + turn.completed 支持 (#108) v5.4.4 makoMako 2026-01-08 10:33:09 +08:00
  • 13465b12e5 fix: support model parameter for all backends, auto-inject from settings (#105) v5.4.3 cexll 2026-01-06 15:03:21 +08:00
  • cf93a0ada9 feat skill-install install script and security scan cexll 2026-01-05 21:02:07 +08:00
  • b81953a1d7 feat: add uninstall scripts with selective module removal cexll 2026-01-04 22:53:11 +08:00
  • 1d2f28101a docs: add FAQ Q5 for permission/sandbox env vars cexll 2026-01-04 10:13:58 +08:00
  • 81e95777a8 fix: replace setx with reg add to avoid 1024-char PATH truncation (#101) v5.4.2 cexll 2025-12-31 14:40:34 +08:00
  • 993249acb1 docs: 添加 FAQ 常见问题章节 v5.4.1 cexll 2025-12-26 15:03:43 +08:00
  • 0d28e70026 feat(dev-workflow): Add intelligent backend selection based on task complexity (#61) ben 2025-12-26 15:01:58 +08:00
  • 7560ce1976 fix: 移除未知事件格式的日志噪声 (#96) cexll 2025-12-26 14:51:38 +08:00
  • 61536d04e2 Merge branch 'master' into feat/intelligent-backend-selection #61 feat/intelligent-backend-selection cexll 2025-12-25 22:24:15 +08:00
  • 2856bf0c29 fix(dev-workflow): refactor backend selection to multiSelect mode cexll 2025-12-25 22:08:33 +08:00
  • 683d18e6bb docs: update troubleshooting with idempotent PATH commands (#95) cexll 2025-12-25 11:40:53 +08:00
  • a7147f692c fix: prevent duplicate PATH entries on reinstall (#95) cexll 2025-12-25 11:38:42 +08:00
  • b71d74f01f fix: Minor issues #12 and #13 - ASCII mode and performance optimization v5.4.0 cexll 2025-12-24 11:59:00 +08:00
  • af1c860f54 fix: code review fixes for PR #94 - all critical and major issues resolved cexll 2025-12-24 09:51:39 +08:00
  • 70b1896011 feat(codeagent-wrapper): v5.4.0 structured execution report (#94) tytsxai 2025-12-24 08:53:58 +07:00
  • 0c680bd374 fix: code review fixes for PR #94 - all critical and major issues resolved pr-94 cexll 2025-12-24 09:51:39 +08:00
  • dfb0fc787e feat(codeagent-wrapper): v5.4.0 structured execution report #94 jiesen 2025-12-22 12:23:13 +07:00
  • 3fd3c67749 fix: correct settings.json filename and bump version to v5.2.8 v5.2.8 cexll 2025-12-22 10:32:44 +08:00
  • 156a072a0b chore: simplify release workflow to use GitHub auto-generated notes cexll 2025-12-21 20:37:11 +08:00
  • 0ceb819419 chore: bump version to v5.2.7 v5.2.7 cexll 2025-12-21 20:25:23 +08:00
  • 4d69c8aef1 fix: allow claude backend to read env from setting.json while preventing recursion (#92) ben 2025-12-21 20:16:57 +08:00
  • eec844d850 feat: add millisecond-precision timestamps to all log entries (#91) ben 2025-12-21 18:57:27 +08:00