Commit Graph

8720 Commits

Author SHA1 Message Date
GitHub Action e33d789369 chore: generate 2026-01-28 12:05:24 +00:00
Marius 4d2c130138 Merge pull request #47 from Kilo-Org/feat/auto-mode-for-ci-cd
feat: Add --auto mode for non-interactive CI/CD pipelines
2026-01-28 13:04:23 +01:00
Marius Wichtner b7b1a73404 chore: merge dev and resolve README conflicts 2026-01-28 12:58:20 +01:00
Marius 5fc654ce72 Merge pull request #50 from Kilo-Org/schaltwerk/please_check_into_our
docs: update README for Kilo CLI release
2026-01-28 12:56:25 +01:00
Marius Wichtner 1ce8ccd42b feat: add beta release workflow
Add publish-beta.yml GitHub Actions workflow that reuses the existing
publish-start.ts script with OPENCODE_CHANNEL=beta.

Manual trigger only via workflow_dispatch. Users install with:
npm install -g @kilocode/cli@beta

Required secret: NPM_TOKEN (npm automation token)
2026-01-28 12:54:09 +01:00
Marius Wichtner 782c66b284 docs: update README for Kilo CLI release
- Restructure README to match OpenCode style
- Document built-in agents (build, plan, general)
- Add migration guide for Kilo Code extension users
- Link to migration documentation
- Remove unverified claims and broken links
- Fix typo: designeed -> enhanced
2026-01-28 12:40:01 +01:00
Igor Šćekić 7082648ac5 fix(session): use ShareNext when removing shared sessions 2026-01-28 12:37:40 +01:00
Marius Wichtner e0bf8272f6 Merge dev into can_you_implement_a-mt 2026-01-28 12:36:40 +01:00
Suresh Kumar Sivasankaran 50ef062125 Merge pull request #49 from Kilo-Org/catrielmuller/new-logo
feat: new logo
2026-01-28 12:31:11 +01:00
Marius Wichtner 4d4a461312 Merge dev into can_you_implement_a-mt 2026-01-28 12:26:21 +01:00
Catriel Müller 7a2831d386 feat: new logo 2026-01-28 12:25:20 +01:00
Marius Wichtner 3002b17ce6 fix: move kilocode_change markers to include session.create calls 2026-01-28 12:22:37 +01:00
Marius Wichtner 3f21acb39b feat: add --auto mode for non-interactive CI/CD pipelines
- Add --auto flag to kilo run command
- Implement two-layer permission system:
  - Permission rules: auto-approve all actions except questions
  - Event loop handler: auto-respond to any permission requests
- Ensures fully non-interactive operation for CI/CD
- All changes marked with kilocode_change for upstream tracking
- Tested: file operations, bash commands, external directory access
2026-01-28 12:19:59 +01:00
GitHub Action 905d4bc104 chore: generate 2026-01-28 11:05:56 +00:00
Marius f07cb54245 Merge pull request #43 from Kilo-Org/fix-pricing
fix: correct Kilo provider pricing calculation with proper field names and types
2026-01-28 12:04:48 +01:00
Marius Wichtner 96f1406f33 chore: add kilocode_change marker to kilo-gateway condition 2026-01-28 12:04:32 +01:00
Catriel Müller 981739409a Merge pull request #44 from Kilo-Org/catrielmuller/kilo-gateway-anon
Kilo gateway - Auto Connect Free Models
2026-01-28 11:59:45 +01:00
Igor Šćekić e877b984ae fix(share): delete sessions via session API endpoint 2026-01-28 11:34:47 +01:00
Catriel Müller f2c17920b8 refactor: unify default model function 2026-01-28 11:34:43 +01:00
Igor Šćekić 574c6ba0c6 docs(cli): update import help text for app.kilo.ai URL 2026-01-28 11:25:47 +01:00
Igor Šćekić 8c9c38e2ea fix(cli): update import to use ingest session endpoint 2026-01-28 11:02:39 +01:00
Igor Šćekić b5787409e1 fix(share): use proper Bearer auth header casing 2026-01-28 10:44:49 +01:00
Catriel Müller 537289326b feat: anon kilo gateway 2026-01-28 10:22:54 +01:00
Igor Šćekić 42658f710a fix(cli): update import to use kilo share URLs
Switch URL parsing and API fetch endpoint from opncd.ai to
app.kilo.ai, and use the returned payload directly for import.
2026-01-28 10:18:41 +01:00
Marius Wichtner 7bbfe19ac8 fix: correct Kilo provider pricing calculation with proper field names and types 2026-01-28 09:33:49 +01:00
Aiden Cline 8798a77a72 bump: plugins 2026-01-28 07:19:18 +00:00
opencode 6eb2bdd665 release: v1.1.39 2026-01-28 07:19:17 +00:00
GitHub Action f97197bdb0 chore: generate 2026-01-28 07:05:16 +00:00
Aiden Cline 5a0b3ee673 fix: ensure copilot plugin properly sets headers for new messages api 2026-01-28 02:04:30 -05:00
opencode 3bb10773e6 release: v1.1.38 2026-01-28 06:42:23 +00:00
Aiden Cline 558590712d fix: ensure parallel tool calls dont double load AGENTS.md 2026-01-28 01:38:10 -05:00
Dax Raad d76e1448f0 ci 2026-01-28 01:33:34 -05:00
Aiden Cline 026b3cc88d bump plugin version 2026-01-28 01:31:01 -05:00
Aiden Cline 28e5557bf4 ignore: adjust flag 2026-01-28 01:09:31 -05:00
GitHub Action 9a8da20a97 chore: generate 2026-01-28 06:05:21 +00:00
Goni Zahavy 63f5669eb5 fix(opencode): ensure unsub(PartUpdated) is always called in TaskTool (#9992) 2026-01-28 01:04:43 -05:00
Frank 427cc3e153 zen: kimi k2.5 2026-01-28 00:09:33 -05:00
Tito aedd760141 fix(cli): restore brand integrity of CLI wordmark (#10912) 2026-01-27 22:24:02 -05:00
GitHub Action 6da9fb8fb9 chore: generate 2026-01-28 03:10:48 +00:00
James Murdza b73e0240a5 docs: add Daytona OpenCode plugin to ecosystem (#10917) 2026-01-27 22:09:55 -05:00
GitHub Action 5f2a7c630b chore: generate 2026-01-28 03:06:58 +00:00
Tommy D. Rossi 7988f52231 feat(app): use opentui markdown component behind experimental flag (#10900) 2026-01-27 22:06:09 -05:00
opencode e3be4c9f23 release: v1.1.37 2026-01-28 02:35:38 +00:00
adamelmore d9741866c5 fix(app): reintroduce review tab 2026-01-27 20:24:27 -06:00
Rohan Godha 898118bafb feat: support headless authentication for chatgpt/codex (#10890)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2026-01-27 19:05:52 -05:00
adamelmore b4a9e1b190 fix(app): auto-scroll 2026-01-27 17:48:58 -06:00
Alex Yaroshuk 15ffd3cba1 feat(app): add 'connect provider' button to the manage models dialog (#10887) 2026-01-27 17:26:15 -06:00
adamelmore df7f9ae3f4 fix(app): terminal corruption 2026-01-27 16:51:57 -06:00
adamelmore d17ba84ee1 fix(app): file tree not always loading 2026-01-27 16:13:11 -06:00
adamelmore 5c8580a187 test(app): fix outdated e2e test 2026-01-27 16:11:58 -06:00