Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ Copyright (c) 2026 Meta Platforms, Inc.
License: MIT

Maka includes an ejected adaptation of Astryx ChatReasoning v0.1.9 and generated
theme artifacts based on Astryx theme-neutral v0.5.0. Maka also redistributes
`patches/@astryxdesign+core+0.5.0.patch`, which modifies the MIT-licensed Astryx
theme artifacts based on Astryx theme-neutral v0.5.2. Maka also redistributes
`patches/@astryxdesign+core+0.5.2.patch`, which modifies the MIT-licensed Astryx
core package. The following MIT License applies to that material:

MIT License
Expand Down
4 changes: 2 additions & 2 deletions apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
},
"devDependencies": {
"@ant-design/icons-svg": "4.5.0",
"@astryxdesign/core": "0.5.0",
"@astryxdesign/theme-neutral": "0.5.0",
"@astryxdesign/core": "0.5.2",
"@astryxdesign/theme-neutral": "0.5.2",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@fontsource-variable/geist": "^5.3.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/desktop/resources/licenses/npm/THIRD_PARTY_NOTICES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ SOFTWARE.

================================================================================

Package: @astryxdesign/core@0.5.0
Package: @astryxdesign/core@0.5.2
Declared license: MIT
Selected license: MIT
Repository: git+https://github.com/facebook/astryx.git#packages/core
Expand Down Expand Up @@ -740,7 +740,7 @@ SOFTWARE.

================================================================================

Package: @astryxdesign/theme-neutral@0.5.0
Package: @astryxdesign/theme-neutral@0.5.2
Declared license: MIT
Selected license: MIT
Repository: git+https://github.com/facebook/astryx.git#packages/themes/neutral
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src/renderer/astryx-theme/maka.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
--color-syntax-tag: light-dark(#89001a, #ffaeaa);
--color-syntax-attribute: light-dark(#584400, #eec12f);
--color-syntax-property: light-dark(#005348, #83dac9);
--color-syntax-punctuation: light-dark(#a3a3a3, #525252);
--color-syntax-punctuation: light-dark(#6e6e6e, #a0a0a0);
--color-syntax-background: light-dark(#fafafa, #0a0a0a);
--color-background-surface: var(--background);
--color-background-body: var(--surface-canvas);
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src/renderer/astryx-theme/maka.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const makaTheme = {
"--color-syntax-tag": "light-dark(#89001a, #ffaeaa)",
"--color-syntax-attribute": "light-dark(#584400, #eec12f)",
"--color-syntax-property": "light-dark(#005348, #83dac9)",
"--color-syntax-punctuation": "light-dark(#a3a3a3, #525252)",
"--color-syntax-punctuation": "light-dark(#6e6e6e, #a0a0a0)",
"--color-syntax-background": "light-dark(#fafafa, #0a0a0a)",
"--color-background-surface": "var(--background)",
"--color-background-body": "var(--surface-canvas)",
Expand Down
8 changes: 7 additions & 1 deletion apps/desktop/src/renderer/settings/usage-settings-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import {
Tab,
TabList,
Table,
Tooltip,
type TableColumn,
type TablePlugin,
pixel,
Expand Down Expand Up @@ -466,7 +467,12 @@ function usageRequestKindLabel(kind: UsageStats['logs'][number]['kind'], copy: U
}

function usageRequestTarget(row: UsageStats['logs'][number]) {
return row.kind === 'tool' ? row.toolName || row.model || row.provider || '-' : row.model || row.provider || '-';
const target = row.kind === 'tool' ? row.toolName || row.model || row.provider || '-' : row.model || row.provider || '-';
return (
<Tooltip content={target}>
<span className="settingsUsageTargetCell" title={target}>{target}</span>
</Tooltip>
);
}

function usageRequestSessionCell(row: UsageStats['logs'][number], copy: UsageSettingsCopy, onOpenSession?: (sessionId: string) => void) {
Expand Down
11 changes: 11 additions & 0 deletions apps/desktop/src/renderer/styles/settings/usage.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,17 @@
white-space: nowrap;
}

/* Astryx Table no longer adds a title to truncated primitive cell values in
core 0.5.2. Keep the full provider/model/tool identity available at the
product seam while preserving the table's ellipsis layout. */
.settingsUsageTargetCell {
display: block;
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

/* Empty tab: the shared EmptyState card, nudged to the density of the
stats surface rather than the full page hero. */
.settingsUsageEmpty {
Expand Down
6 changes: 3 additions & 3 deletions docs/astryx-surface-file-inventory.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Generated by `scripts/generate-astryx-surface-inventory.mjs`.
Each row is one on-disk product surface file. Regenerated inventory must stay in sync with disk (coverage gate).
Generated against `@astryxdesign/core@0.5.0` (194 component exports).
Generated against `@astryxdesign/core@0.5.2` (194 component exports).

Wiki bar: Design Conventions · API Use-the-System · Theming · Container Padding.

**Totals:** 233 files — blocker 0, reimplementation 0, polish 1, aligned 232.
**Totals:** 234 files — blocker 0, reimplementation 0, polish 1, aligned 233.

## Exclusions (explicit)

Expand Down Expand Up @@ -131,7 +131,7 @@ Wiki bar: Design Conventions · API Use-the-System · Theming · Container Paddi
| `apps/desktop/src/renderer/settings/settings-surface.tsx` | settings-module | Badge, Banner, Button, IconButton, Layout, LayoutContent, LayoutHeader, LayoutPanel, Selector, SideNav, SideNavItem, SideNavSection | aligned — uses Astryx (Badge, Banner, Button, IconButton, Layout, LayoutContent, LayoutHeader, LayoutPanel) | aligned |
| `apps/desktop/src/renderer/settings/subagent-settings-page.tsx` | settings-page | Badge, Banner, Button, EmptyState, HStack, IconButton, Selector, Switch, TextArea, TextInput, VStack | aligned — uses Astryx (Badge, Banner, Button, EmptyState, HStack, IconButton, Selector, Switch) | aligned |
| `apps/desktop/src/renderer/settings/tasks-settings-page.tsx` | settings-page | Button, EmptyState, HStack, List, ListItem, MoreMenu, StackItem, TextInput | aligned — uses Astryx (Button, EmptyState, HStack, List, ListItem, MoreMenu, StackItem, TextInput) | aligned |
| `apps/desktop/src/renderer/settings/usage-settings-page.tsx` | settings-page | Banner, Button, Card, EmptyState, SegmentedControl, SegmentedControlItem, Selector, Switch, Tab, TabList, Table, TextInput | aligned — uses Astryx (Banner, Button, Card, EmptyState, SegmentedControl, SegmentedControlItem, Selector, Switch) | aligned |
| `apps/desktop/src/renderer/settings/usage-settings-page.tsx` | settings-page | Banner, Button, Card, EmptyState, SegmentedControl, SegmentedControlItem, Selector, Switch, Tab, TabList, Table, TextInput, Tooltip | aligned — uses Astryx (Banner, Button, Card, EmptyState, SegmentedControl, SegmentedControlItem, Selector, Switch) | aligned |
| `apps/desktop/src/renderer/settings/web-search-settings-page.tsx` | settings-page | Banner, Button, EmptyState, Link, Selector, StatusDot, Switch, TextInput | aligned — uses Astryx (Banner, Button, EmptyState, Link, Selector, StatusDot, Switch, TextInput) | aligned |
| `apps/desktop/src/renderer/styles.css` | styles | n/a (css) | aligned — no off-rhythm control heights flagged | aligned |
| `apps/desktop/src/renderer/styles/agent-graph.css` | styles | n/a (css) | aligned — no off-rhythm control heights flagged | aligned |
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"@ai-sdk/provider-utils": "5.0.28",
"@electron/asar": "4.3.0",
"@astryxdesign/cli": "0.4.5",
"@astryxdesign/core": "0.5.0",
"@astryxdesign/core": "0.5.2",
"@biomejs/biome": "2.5.9",
"@types/node": "^26.2.0",
"esbuild": "^0.28.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:dist": "node --test \"dist/**/*.test.js\""
},
"dependencies": {
"@astryxdesign/core": "0.5.0",
"@astryxdesign/core": "0.5.2",
"@maka/core": "0.1.0",
"clsx": "^2.1.1",
"katex": "0.16.47",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/chat-surface-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { cn } from './utils.js';

/**
* Stock ChatLayoutProps, minus `autoScroll`. That prop is the patch-package
* seam (`patches/@astryxdesign+core+0.5.0.patch`) forwarding Astryx's own
* seam (`patches/@astryxdesign+core+0.5.2.patch`) forwarding Astryx's own
* published `enabled` option to `useChatStreamScroll`, and `scrollOwner`
* decides it — a caller-supplied value would be silently overwritten.
*/
Expand Down
Loading
Loading