Skip to content

feat(codeagent): support custom commands and subagents #308

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 20, 2025

Conversation

CarlJi
Copy link
Contributor

@CarlJi CarlJi commented Aug 14, 2025

No description provided.

Copy link

codecov bot commented Aug 14, 2025

Codecov Report

❌ Patch coverage is 26.50528% with 1184 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (main@353b527). Learn more about missing BASE report.

Files with missing lines Patch % Lines
internal/context/github_context.go 31.58% 414 Missing and 17 partials ⚠️
internal/modes/custom_command_handler.go 0.00% 406 Missing ⚠️
internal/command/definition.go 27.41% 130 Missing and 5 partials ⚠️
internal/command/merger.go 40.84% 69 Missing and 15 partials ⚠️
internal/command/context_processor.go 64.93% 35 Missing and 19 partials ⚠️
internal/code/claude_docker.go 0.00% 21 Missing ⚠️
internal/config/config.go 20.83% 15 Missing and 4 partials ⚠️
internal/workspace/repo_manager.go 0.00% 13 Missing ⚠️
internal/code/gemini_docker.go 0.00% 10 Missing ⚠️
internal/agent/agent.go 0.00% 7 Missing ⚠️
... and 2 more
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #308   +/-   ##
=======================================
  Coverage        ?   13.19%           
=======================================
  Files           ?       47           
  Lines           ?    10500           
  Branches        ?        0           
=======================================
  Hits            ?     1385           
  Misses          ?     8981           
  Partials        ?      134           
Flag Coverage Δ
unittests 13.19% <26.50%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@CarlJi CarlJi force-pushed the code_new branch 3 times, most recently from dae2739 to 84157a2 Compare August 15, 2025 02:33
@CarlJi CarlJi force-pushed the code_new branch 7 times, most recently from e4e0292 to 424dc6c Compare August 20, 2025 08:29
Remove default value for GLOBAL_COMMANDS_PATH when loading from environment
to prevent test failures when the default path doesn't exist.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@CarlJi
Copy link
Contributor Author

CarlJi commented Aug 20, 2025

考虑到当前PR越来越大,且是开关试设计,不会响应现有逻辑。计划先合并,再小步迭代。

@CarlJi CarlJi merged commit 91061c0 into qiniu:main Aug 20, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants