Commit Graph
59 Commits
Author SHA1 Message Date
kilo-maintainer[bot] f80ebff83b release: v7.4.16 2026-07-24 15:55:31 +00:00
kilo-maintainer[bot] 13e4259662 release: v7.4.15 2026-07-22 09:21:25 +00:00
kilo-maintainer[bot] 7060f8cb21 release: v7.4.13 2026-07-20 17:45:05 +00:00
kilo-maintainer[bot] 9ac93a4c90 release: v7.4.11 2026-07-16 19:33:52 +00:00
kilo-maintainer[bot] 0d13b79d2c release: v7.4.9 2026-07-15 18:45:17 +00:00
kilo-maintainer[bot] 19bd048e21 release: v7.4.8 2026-07-15 10:29:22 +00:00
kilo-maintainer[bot] afda979458 release: v7.4.7 2026-07-13 14:45:02 +00:00
kilo-maintainer[bot] 2535b742ac release: v7.4.6 2026-07-13 13:56:01 +00:00
kilo-maintainer[bot] 3cddd07ad4 release: v7.4.5 2026-07-09 14:31:42 +00:00
kilo-maintainer[bot] 2c175fbd25 release: v7.4.4 2026-07-09 13:13:38 +00:00
kilo-maintainer[bot] 2464bfe475 release: v7.4.3 2026-07-09 11:55:41 +00:00
kilo-maintainer[bot] 6509c66b4b release: v7.4.2 2026-07-08 20:39:16 +00:00
Catriel Müller da84f24b6d Merge pull request #11559 from IamCoder18/fix/console-profile-external-link-icons
fix(console): show external link icon on profile sidebar shortcuts
2026-07-03 16:56:02 -03:00
Catriel Müller 419ff008ef Merge pull request #11564 from IamCoder18/superficial-chimpanzee
feat(kilo-console): align fonts with Kilo Cloud
2026-07-03 14:20:24 -03:00
kilo-maintainer[bot] 4ed43ab7c5 release: v7.4.1 2026-07-03 17:10:11 +00:00
Catriel Müller 79f5ab59c5 Merge branch 'main' into superficial-chimpanzee 2026-07-03 14:01:18 -03:00
kilo-maintainer[bot] c78d44a143 release: v7.4.0 2026-07-03 14:40:55 +00:00
kilo-maintainer[bot] 82da283d1d release: v7.3.63 2026-06-30 09:55:39 +00:00
Aarav 666a15a2e6 Merge branch 'main' into superficial-chimpanzee 2026-06-22 22:22:18 -06:00
Aarav Sharma 6be4c0df84 feat(kilo-console): align fonts with Kilo Cloud
Kilo Console was rendering the OS sans/mono fallback stack instead of
Inter / Roboto Mono / JetBrains Mono like Kilo Cloud. Kilo Cloud's web
app (apps/web/src/app/layout.tsx) loads these via `next/font/google`,
but Kilo Console is a Vite-built SolidJS SPA that can't fetch Google
Fonts at build time the same way.

Changes:

- Self-host Inter Variable, Roboto Mono Variable, and JetBrains Mono
  Variable as woff2 under packages/kilo-web-ui/src/assets/fonts/.
  All three are OFL-1.1; attribution added next to the files.

- Add @font-face blocks at the top of
  packages/kilo-web-ui/src/styles/theme.css for the three variable
  fonts. The blocks live outside the scoped [data-theme="kilo"]
  selector so they're available everywhere Kilo Web UI styles load.

- Declare the three Cloud-mirror tokens in the same scoped block where
  --font-family-sans/-mono are already overridden:
    --font-sans-loaded  -> "Inter Variable"
    --font-mono-loaded  -> "Roboto Mono Variable"
    --font-jetbrains    -> "JetBrains Mono Variable"
  Re-alias --font-family-sans/-font-family-mono to point at the new
  tokens, so all existing var(--font-family-*) consumers across the
  200+ call sites in kilo-ui, kilo-web-ui, and kilo-console pick up the
  new fonts with no per-site change.

- Drop three hard-coded inline fallbacks in kilo-console styles
  (base.css, profile.css, resolved.css) that named "Inter" directly,
  so the value flows through the cascade instead of short-circuiting it.

- No upstream changes: packages/ui/* (the @opencode-ai/ui fork) is
  untouched, avoiding kilocode_change markers in shared files.

Verified with `bun run build` in packages/kilo-console (all four
@font-face blocks emitted to the bundled CSS with hashed woff2 URLs)
and `bun run typecheck` in both kilo-console and kilo-web-ui.
2026-06-22 20:50:49 -06:00
Aarav 9d9a2fe2c5 Merge branch 'main' into fix/console-profile-external-link-icons 2026-06-22 20:34:45 -06:00
Aarav Sharma 2851bc5efe fix(console): show external link icon on profile sidebar shortcuts
The Usage and Buy Credits items in the Kilo Console profile sidebar
open in a new tab but had no visual indicator, so users could not tell
they navigate out of the app. Add an external-link icon to those items
and to the Open Dashboard primary CTA in the profile header.

The shared console-shell sidebar style hides every [data-component=icon]
inside a config-top-option, so a new modifier class is introduced to
re-enable the icon and push it to the right of the label. The primary
CTA's inner SVG is forced to --primary-foreground via a higher-
specificity override so it remains readable on the yellow button.
2026-06-22 19:58:35 -06:00
kilo-maintainer[bot] 0f55066dc7 release: v7.3.54 2026-06-23 01:51:02 +00:00
kilo-maintainer[bot] 90643d2325 release: v7.3.53 2026-06-22 17:12:51 +00:00
kilo-maintainer[bot] e3da86822f release: v7.3.52 2026-06-22 09:15:48 +00:00
kilo-maintainer[bot] 2e89ea4027 release: v7.3.51 2026-06-22 08:45:30 +00:00
kilo-maintainer[bot] 533c2017fa release: v7.3.50 2026-06-19 18:12:57 +00:00
kilo-maintainer[bot] b134c1c18f release: v7.3.49 2026-06-18 12:00:41 +00:00
kilo-maintainer[bot] 6187a557ba release: v7.3.48 2026-06-18 11:39:42 +00:00
kirillk ccbdb34eb0 fix(jetbrains): restore provider settings checks 2026-06-16 19:01:04 -04:00
Catriel Müller 6509034326 refactor: address comments 2026-06-16 11:23:18 -03:00
Catriel Müller 0e2132f36b fix: file diff loading 2026-06-16 10:56:29 -03:00
Catriel Müller 2ee379a19f refactor: kilo-web-ui export required ui components 2026-06-16 10:56:29 -03:00
kilo-maintainer[bot] 5fab7b38d7 release: v7.3.46 2026-06-15 10:14:38 +00:00
kilo-maintainer[bot] c6d5325d65 release: v7.3.45 2026-06-12 17:50:21 +00:00
kilo-maintainer[bot] 4711209072 release: v7.3.44 2026-06-12 13:51:52 +00:00
Catriel Müller d5112edf90 fix: code indexing on kilo core 2026-06-11 12:29:01 -03:00
kilo-maintainer[bot] a7a18b2e25 release: v7.3.42 2026-06-10 12:26:35 +00:00
kilo-maintainer[bot] adb8d3e31e release: v7.3.41 2026-06-09 14:27:34 +00:00
kilo-maintainer[bot] 1181567b26 release: v7.3.40 2026-06-06 02:29:27 +00:00
kilo-maintainer[bot] f018b8ffa9 release: v7.3.39 2026-06-05 21:13:04 +00:00
kilo-maintainer[bot] 5c6b83ad28 release: v7.3.33 2026-06-05 03:24:39 +00:00
kilo-maintainer[bot] 77c6b802c5 release: v7.3.32 2026-06-05 02:17:45 +00:00
kilo-maintainer[bot] 7341745449 release: v7.3.31 2026-06-04 22:12:32 +00:00
kilo-maintainer[bot] 3178592e0c release: v7.3.30 2026-06-04 19:53:43 +00:00
kilo-maintainer[bot] b7ce077c91 release: v7.3.29 2026-06-04 07:50:57 +00:00
kilo-maintainer[bot] b6ba97a09f release: v7.3.28 2026-06-03 19:24:41 +00:00
marius-kilocode aeef0df2f9 resolve merge conflicts 2026-06-02 16:13:31 +02:00
kilo-maintainer[bot] 3feb9d69dc release: v7.3.22 2026-06-02 11:05:45 +00:00
kilo-maintainer[bot] 1fedf7f201 release: v7.3.21 2026-06-02 05:30:05 +00:00