Imanol Maiztegui
6cfd2dd0b4
build(deps): bump bun from 1.3.13 to 1.3.14 ( #10884 )
...
Update Bun runtime and type definitions across the repository:
- package.json packageManager field
- @types/bun in root and script/upstream
- Nix flake pinned binary with updated hashes
- Container Dockerfile ARG
- Documentation and story fixtures referencing the version
2026-06-03 17:09:45 +00:00
Johnny Eric Amancio
b123241ec3
docs: add details about contributor ownership and mass creation of PRs/Issues ( #10574 )
2026-05-26 10:16:18 +00:00
Johnny Eric Amancio
2fd94da76c
docs: clarify PR review readiness expectations ( #10562 )
2026-05-26 11:07:51 +02:00
Johnny Eric Amancio
53a614554c
docs: Improve documentation and pr template to request testing evidence ( #10514 )
...
* docs: Improve documentation and pr template to request testing evidence
* Apply suggestion from @markijbema
Co-authored-by: Mark IJbema <mark@kilocode.ai >
* docs: Remove command evidence section
---------
Co-authored-by: Mark IJbema <mark@kilocode.ai >
2026-05-25 15:39:06 +00:00
Johnny Eric Amancio
1bed976e8d
docs: Update dev setup instructions ( #10508 )
2026-05-25 14:16:17 +02:00
kirillk
30b1848c51
docs: document Java 21 prerequisite and SDKMAN setup for JetBrains checks
2026-05-20 16:49:02 -04:00
Vishal Kumar Singh
d21635c904
docs: add issue template requirements and fix anchor links in CONTRIBUTING.md ( #9266 )
...
* docs: add issue template requirements and fix anchor links in CONTRIBUTING.md
* fix: align feature request docs with actual template fields
---------
Co-authored-by: Vishal Kumar Singh <singhvishalkr@gmail.com >
2026-05-13 13:00:38 +02:00
Santiago Sainz
00ac884f87
docs: clarify issue template requirements ( #7832 )
...
* docs: clarify issue template requirements
Refs #6115
* docs: adjust issue reporting details
---------
Co-authored-by: Santiago Sainz <sainzs@Santiagos-MacBook-Pro-2.local >
Co-authored-by: Johnny Amancio <johnnyeric@gmail.com >
2026-04-28 16:04:12 +02:00
kiloconnect[bot]
06cd80d1bd
chore: enforce minimal markdown table formatting
...
Prettier pads markdown table cells for column alignment, which turns any
content change into a table-wide realignment diff. Markdown was only in
prettierignore for packages/kilo-vscode/; the root formatter still
repadded docs elsewhere (e.g. TESTING.md, kilo-docs, AGENTS.md).
Adds *.md to the root .prettierignore, documents the convention in
AGENTS.md, and adds script/check-md-table-padding.ts + a workflow to
enforce it. Existing padded tables in Kilo-owned docs have been
rewritten via the script's --fix mode.
2026-04-28 07:45:49 +00:00
Alex Alecu
dd7475f682
feat(cli): add interactive kilodev dev-setup command
...
Replaces the print-only dev-alias with a guided installer that detects
the user's shell, shows what will change, asks for confirmation, writes
an idempotent block to the rc file, and keeps a timestamped backup.
Flags cover non-interactive use: --yes, --print, --dry-run, --rc, --shell.
2026-04-24 05:44:30 +03:00
Alex Alecu
59d54806f6
feat(cli): add kilodev launcher + dev-alias helper
...
Lets contributors run this checkout from any folder via bin/kilodev
(bash + cmd). 'kilo dev-alias [shell]' prints a one-line shell snippet
pointing at the checked-out repo so installation is a single append to
.zshrc/.bashrc/config.fish/$PROFILE.
2026-04-23 13:41:40 +03:00
Mark IJbema
b92a1929cc
Merge branch 'main' into docs/remove-web-command
2026-04-08 17:22:26 +02:00
Marius
acf3dd5107
feat(vscode): add bun run extension to build and launch dev VS Code ( #7351 )
2026-03-20 12:42:26 +01:00
Josh Lambert
3c48907904
docs: document environment variables for local backend testing
2026-03-18 13:25:41 -04:00
Justin Chong
7e41e2cbc7
remove references to 'kilo web' in documentation
2026-03-14 17:28:39 +08:00
HDCode
447e99c022
fix: correct package paths and commands in CONTRIBUTING.md
2026-03-06 21:36:54 +01:00
Mark IJbema
e30a503532
docs: add issue and PR lifecycle policy to CONTRIBUTING.md
2026-02-23 10:42:31 +01:00
maphew
d703ee482f
fix: update broken contributing docs link in CONTRIBUTING.md
...
Fixes #465
2026-02-20 23:29:36 -07:00
Marius
13ed01bd2b
docs: align contributing guidelines and community docs with kilocode ( #82 )
...
- Update CONTRIBUTING.md with simplified Kilo CLI-specific content
- Add CODE_OF_CONDUCT.md matching kilocode community standards
- Add PRIVACY.md for Kilo CLI
- Update LICENSE copyright to Kilo Code
- Update SECURITY.md with Kilo CLI references
- Update PR template with kilocode's detailed format
2026-02-03 09:39:35 +01:00
Catriel Müller
01a141ebba
refactor: rename plugin
2026-01-29 11:53:34 +01:00
Catriel Müller
23db4efb9d
refactor: rename git repo
2026-01-28 15:05:42 +01:00
Aiden Cline
9407a6fd7c
ignore: rm STYLE_GUIDE, consolidate in AGENTS.md
2026-01-25 11:56:21 -05:00
Idris Gadi
9fc182baf2
docs: add API server section in CONTRIBUTING.md ( #9888 )
2026-01-22 00:36:57 -06:00
Aiden Cline
c74bc323b6
ci: tweak enforcement of titles
2026-01-08 14:12:38 -06:00
Aiden Cline
1906a347f3
docs: update pr workflows
2026-01-08 12:44:04 -06:00
Aiden Cline
970796b832
docs: add PR title guidelines and workflow to enforce conventional commits
2026-01-08 11:23:52 -06:00
Aiden Cline
494e03490e
docs: fix desktop stuff
2026-01-06 13:07:20 -06:00
Aiden Cline
1d54f90330
docs: add instructions for running web and desktop apps during development
2026-01-04 13:12:43 -06:00
Dax
3c41e4e8f1
chore: rename repo references from sst/opencode to anomalyco/opencode ( #6687 )
...
Co-authored-by: Github Action <action@github.com >
2026-01-02 16:02:52 -05:00
opencode-agent[bot]
e5c5b5e872
docs: add run from source guide ( #6405 )
...
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com >
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
2025-12-29 17:12:42 -06:00
Patrick Schiel
0f053769db
docs: add infos about server debugging ( #6085 )
2025-12-24 11:07:12 -06:00
Aiden Cline
26d0280f70
docs: contributing
2025-12-18 22:18:34 -06:00
Aiden Cline
5b34636afa
ignore: docs & style
2025-12-03 10:46:48 -06:00
Haris Gušić
066a876f3d
docs(contributing): Add "Setting up a Debugger" section ( #4421 )
...
Co-authored-by: GitHub Action <action@github.com >
2025-11-17 14:28:06 -06:00
Aiden Cline
cb4401ec92
ignore: update contributing md
2025-11-01 11:08:07 -05:00
Aiden Cline
5875257462
ignore: add label
2025-10-29 11:08:46 -05:00
Aiden Cline
2a951cea38
ignore: reword
2025-10-21 14:43:34 -05:00
Aiden Cline
e7c74d13cc
ignore: reword contributing.md
2025-10-21 14:12:33 -05:00
Aiden Cline
cb4670e6de
ignore: add label
2025-10-21 11:12:52 -05:00
Aiden Cline
96ae6d51aa
ignore: link labels
2025-10-20 16:02:23 -05:00
Aiden Cline
233a018fe5
docs: contributing.md ( #3248 )
...
Co-authored-by: Jay <air@live.ca >
2025-10-18 14:10:14 -05:00