Skip to content

Ci/GitHub actions kilo job#36

Merged
Malkovsky merged 1 commit intomainfrom
ci/github_actions_kilo_job
Apr 5, 2026
Merged

Ci/GitHub actions kilo job#36
Malkovsky merged 1 commit intomainfrom
ci/github_actions_kilo_job

Conversation

@Malkovsky
Copy link
Copy Markdown
Owner

  • Added project related commands
  • Added kilo code dispatcher job

@Malkovsky
Copy link
Copy Markdown
Owner Author

@nikolay ping

node-version: 20

- name: Install Kilo CLI
run: npm install -g @kilocode/cli
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SUGGESTION: Cache the npm global install to reduce workflow runtime

Installing @kilocode/cli on every run adds cold-start time. Consider enabling npm cache via actions/setup-node (cache: npm) or caching the global install directory to speed repeated dispatch runs.

@kilo-code-bot
Copy link
Copy Markdown
Contributor

kilo-code-bot Bot commented Apr 5, 2026

Code Review Summary

Status: 2 Issues Found | Recommendation: Address before merge

Overview

Severity Count
CRITICAL 0
WARNING 0
SUGGESTION 2
Issue Details (click to expand)

SUGGESTION

File Line Issue
.github/workflows/kilo-dispatch.yml 67 Cache npm global install to reduce workflow runtime
.github/workflows/kilo-dispatch.yml 194 review_comment_id input is now ignored

Fix these issues in Kilo Cloud

Files Reviewed (0 files)
  • (no files changed since last review)

Reviewed by gpt-5.2-codex-20260114 · 91,641 tokens

@Malkovsky
Copy link
Copy Markdown
Owner Author

@nikolay ping

@nikolay-reviewer
Copy link
Copy Markdown

pong

@Malkovsky
Copy link
Copy Markdown
Owner Author

@nikolay ping

1 similar comment
@Malkovsky
Copy link
Copy Markdown
Owner Author

@nikolay ping


const body = outputContent.trim() || '(empty Kilo output)';

await github.rest.issues.createComment({
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SUGGESTION: review_comment_id input is now ignored

The workflow still accepts review_comment_id, but the script always posts a top-level issue comment. If callers pass a review comment ID expecting a threaded reply, this will change behavior. Consider removing the input or restoring the reply path.

@nikolay-reviewer
Copy link
Copy Markdown

pong

@Malkovsky
Copy link
Copy Markdown
Owner Author

@nikolay ping

1 similar comment
@Malkovsky
Copy link
Copy Markdown
Owner Author

@nikolay ping

@nikolay-reviewer
Copy link
Copy Markdown

@Malkovsky pong

@Malkovsky
Copy link
Copy Markdown
Owner Author

@nikolay ping

Test to see how it is posted

@Malkovsky Malkovsky force-pushed the ci/github_actions_kilo_job branch from 99a71aa to 7ba6e36 Compare April 5, 2026 19:52
* Updated presets
* Added ping and perf-review AI commands
* Added a workflow that runs a kilo session, supposed to be triggered by the comment and reply to it
@Malkovsky Malkovsky force-pushed the ci/github_actions_kilo_job branch from 7ba6e36 to 0e93226 Compare April 5, 2026 19:55
@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.24%. Comparing base (970fbb5) to head (0e93226).
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #36      +/-   ##
==========================================
+ Coverage   86.17%   86.24%   +0.07%     
==========================================
  Files          11       11              
  Lines        2850     2850              
  Branches      561      562       +1     
==========================================
+ Hits         2456     2458       +2     
+ Misses        257      254       -3     
- Partials      137      138       +1     
Flag Coverage Δ
gcov 86.24% <ø> (+0.07%) ⬆️

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.

@Malkovsky Malkovsky merged commit 7db5cd7 into main Apr 5, 2026
5 checks passed
@Malkovsky Malkovsky deleted the ci/github_actions_kilo_job branch April 5, 2026 21:23
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