kilo-maintainer[bot]
7c129b4ef5
release: v1.0.19
2026-02-12 13:22:58 +00:00
kilo-maintainer[bot]
62f243849b
release: v1.0.18
2026-02-12 12:55:21 +00:00
kilo-maintainer[bot]
2ef145efc1
release: v1.0.17
2026-02-12 11:09:07 +00:00
Catriel Müller
1eedad9213
Refactor publish workflow and environment variables ( #261 )
...
* feat: changelog generation
* refactor: rename all ENV variables to KILO prefix
* refactor: publish rework
* refactor: publish rework
* refactor: unify git commiter action
* refactor: add all kilobots to the team
2026-02-12 09:00:51 +01:00
Catriel Müller
f259b6a90b
chore: remove hosted platform packages and update upstream merge config
...
Remove 8 hosted platform packages that are not needed for the CLI-focused fork:
- infra/ (SST infrastructure)
- packages/console/ (console web app + backend)
- packages/enterprise/ (enterprise/teams platform)
- packages/web/ (Astro documentation site)
- packages/slack/ (Slack integration)
- packages/function/ (API workers)
- packages/docs/ (static docs)
- packages/identity/ (brand assets)
Update upstream merge configuration to prevent these packages from being
re-added during future merges from opencode upstream:
- Add all deleted folders/files to skipFiles in config.ts
- Add Vouch-related files to skip list (VOUCHED.md, vouch workflows)
- Update transform-package-json.ts to preserve Kilo's workspace config
- Remove slack/web references from transform lists
Update supporting files:
- Remove console/* and slack from package.json workspaces
- Remove sst and @aws-sdk/client-s3 dependencies
- Update AGENTS.md package references
- Clean .prettierignore of deleted package references
- Add logs/.gitignore to keep folder empty
Result: 310,297 lines deleted, 11 npm packages removed, typecheck passing
2026-02-11 13:05:19 -03:00
Catriel Müller
f8131c2e00
feat: merge opencode v1.1.54
2026-02-10 22:10:03 -03:00
Catriel Müller
50121e0e20
feat: merge opencode v1.1.53
2026-02-09 13:07:23 -03:00
Catriel Müller
afe2638ed2
refactor: kilo compat for v1.1.53
2026-02-09 13:02:30 -03:00
Marius
c44c945339
fix: publish releases immediately for stable workflow ( #112 )
2026-02-09 13:33:27 +01:00
Catriel Müller
6eb9796bb8
Merge pull request #102 from Kilo-Org/catrielmuller/upstream-scripts
...
Upstream Merge Automation
2026-02-05 15:58:09 -03:00
Catriel Müller
d76782e3ca
fix: fix publish legacy
2026-02-05 15:15:51 -03:00
Catriel Müller
b89b11cf39
fix: fix publish stable
2026-02-05 14:58:55 -03:00
Catriel Müller
71502f1120
fix: fix publish stable
2026-02-05 14:48:43 -03:00
Catriel Müller
e5f92bc59d
feat: improve package.json deps and overrides
2026-02-05 14:01:08 -03:00
Catriel Müller
da1f793a68
feat: preserve kilo-i18n
2026-02-05 13:31:47 -03:00
Catriel Müller
85ffa660f1
feat: add support for base branch
2026-02-05 13:31:47 -03:00
Catriel Müller
b715b4fbb9
refactor: improve Zen service naming
2026-02-05 13:31:46 -03:00
Catriel Müller
d90e3b4d53
refactor: improve package import transformations
2026-02-05 13:31:46 -03:00
Catriel Müller
345dd87310
refactor: improve nix hashes resolution
2026-02-05 13:31:46 -03:00
Catriel Müller
1e18ea466c
refactor: improve lock files resolution
2026-02-05 13:31:46 -03:00
Catriel Müller
13e37b7cdf
refactor: not push if there is conflicts
2026-02-05 13:31:46 -03:00
Catriel Müller
947b8a96f4
refactor: improve branch backup
2026-02-05 13:31:45 -03:00
Catriel Müller
033490587f
refactor: improve premerge transforms
2026-02-05 13:31:16 -03:00
Catriel Müller
0960e6a85b
refactor: improve upstream script
2026-02-05 13:31:16 -03:00
Catriel Müller
6352beb85e
fix: use commit hash directly for conflict analysis instead of upstream/tag ref
2026-02-05 13:31:16 -03:00
Catriel Müller
c543e4b13f
refactor: improve README and i18n translations
2026-02-05 13:31:16 -03:00
Catriel Müller
bd73c02c27
feat: upstream script wip
2026-02-05 13:31:16 -03:00
Catriel Müller
b79517acb8
feat: upstream script wip
2026-02-05 13:31:15 -03:00
Catriel Müller
78da7d7b8d
refactor: kilo compat for v1.1.51
2026-02-05 09:45:17 -03:00
Brendan Allan
b7bd561eaa
ci: use numeric release id instead of gql one
2026-02-04 10:39:17 +08:00
Dax Raad
3ab41d548f
ci: skip force push when beta branch is unchanged
2026-02-01 20:35:02 -05:00
Dax Raad
f390ac251d
ci: centralize team list in @opencode-ai/script package and use beta label filter
2026-02-01 20:17:15 -05:00
Dax Raad
4158d7cda8
ci: add --label beta filter to only process PRs with beta label
2026-02-01 19:59:20 -05:00
Dax Raad
425abe2fbf
ci: post PR comments when beta merge fails instead of Discord notifications
2026-02-01 19:59:20 -05:00
Dax Raad
744fb6aed0
ci: rewrite beta script to use proper Bun shell patterns
2026-02-01 19:59:20 -05:00
Dax Raad
e9f8e6aeec
ci: remove parseArgs CLI option and use environment variable directly
2026-02-01 19:59:20 -05:00
Dax Raad
5dee3328d4
ci: add --discord-webhook / -d CLI option for custom Discord webhook URL
2026-02-01 19:59:20 -05:00
Dax Raad
c9891fe071
ci: collect all failed PR merges and notify Discord
2026-02-01 19:59:20 -05:00
Dax Raad
d35956fd92
ci: prevent rate limit errors when fetching team PRs for beta releases
2026-02-01 19:29:26 -05:00
Dax Raad
1aade4b308
ci
2026-01-30 10:39:59 -05:00
Dax Raad
2e005de670
ci
2026-01-30 10:38:10 -05:00
Dax Raad
e80a99e7bd
ci
2026-01-30 10:36:01 -05:00
Dax Raad
9a0132e750
ci
2026-01-30 10:35:39 -05:00
Dax Raad
7fb22ab681
ci
2026-01-30 10:28:54 -05:00
Dax Raad
e4d3b961cd
ci
2026-01-30 10:28:12 -05:00
Dax Raad
9cf3e651ca
ci
2026-01-30 10:26:55 -05:00
Dax Raad
e0b60d9f34
ci
2026-01-30 10:25:10 -05:00
Dax Raad
3f57f4913d
ci
2026-01-30 10:23:19 -05:00
Dax Raad
b9e9c8c763
ci
2026-01-30 10:21:47 -05:00
Dax Raad
0d53f34c43
ci
2026-01-30 10:20:49 -05:00