Commit Graph

11 Commits

Author SHA1 Message Date
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
kiloconnect[bot] d9c7abd31f docs(code-with-ai): add Playwright config snippet and CLI browser notes
- add Playwright config snippet to the CLI tab in browser-use.md
- update CLI notes to reflect Playwright manages the browser lifecycle
- update Use system Chrome text to clarify default and disable behavior
2026-03-30 16:45:52 +00:00
kiloconnect[bot] 36a6b3f309 docs(code-with-ai): update browser-use docs to describe built-in browser automation
rewrite VSCode tab to describe built-in browser automation
 remove Playwright MCP references and auto-download details
 update CLI tab to describe natural-language driven browser actions
 adjust key characteristics to generic terms: enable, headless, system Chrome
2026-03-30 16:05:43 +00:00
kiloconnect[bot] 3d0f851809 wip 2026-03-30 16:03:39 +00:00
Josh Lambert 1cf072d1d9 docs(kilo-docs): fix tab order, split combined tabs, address review comments
- Reorder all tabs to VSCode → CLI → VSCode (Legacy) across 7 files
- Split 'VSCode & CLI' combined tabs into separate VSCode and CLI tabs
  in browser-use.md and checkpoints.md
- autocomplete/index.md: add Cmd+L caveat (requires setting to enable),
  remove 'new extension' wording
- cli.md: fix opencode.json → kilo.jsonc, platform: next → new,
  fix using-modes → using-agents link
- vscode.md: fix kilo.json → kilo.jsonc, using-modes → using-agents link
- git-commit-generation.md: fix kilo.json → kilo.jsonc
2026-03-27 00:37:17 -04:00
Josh Lambert 064a1f0fc6 docs(kilo-docs): add platform tabs to code-with-ai features pages
Add VSCode (Pre-release) and CLI tabs to 7 features pages:

- autocomplete/index.md: FIM with Codestral, snooze, Copilot detection
- code-actions.md: Pre-release actions, terminal context menu, AM integration
- git-commit-generation.md: SCM button via CLI backend
- browser-use.md: Playwright MCP approach, browser settings per platform
- checkpoints.md: Snapshot config, CLI revert/unrevert, per-file revert
- platforms/vscode.md: Feature comparison between VSCode and Pre-release
- platforms/cli.md: Fix stale MCP link, add platform:next frontmatter

Part of the docs platform tabs effort (PR 4 of 8).
Depends on #7497 for infrastructure.
2026-03-24 09:48:33 -04:00
kilo-maintainer[bot] 74b3afaacb chore: generate 2026-02-19 12:51:37 +00:00
Jean du Plessis 775818aa7c Update apps/kilocode-docs/pages/code-with-ai/features/browser-use.md 2026-02-18 12:55:43 +02:00
Olusammytee 3897e0c763 docs: refresh browser use page content and model guidance 2026-02-17 18:50:56 -05:00
Agentis Studio cacb9fe3e2 docs: remove legacy browser use images (#5668) (#5705) 2026-02-13 20:02:16 -05:00
Brendan O'Leary 2e272ab6eb Update some syntax errors and missing images (#5637) 2026-02-09 17:36:17 -05:00