crush: Update to 0.94.1
Changelog
New!
efba40b: feat: OpenAI oAuth (@andrinoff)
Fixed
4a74b9e: fix(sessions): keep list position after deletion (#3769) (@ifsin)
33be610: fix: @meowgorithm review (@andrinoff)
63829ed: fix: always emit tool results right after calls (#3743) (@andrinoff)
cdc7200: fix: always show full bash command in tui, output stays collapsible (@andreynering)
d25b5ee: fix: colorize CLI mode and use localhost URL (@andrinoff)
45a45c5: fix: do not remove from API catalogue (@andrinoff)
80ebee4: fix: dropped reasoning effort (#3748) (@andrinoff)
074e41e: fix: keep scroll position when expanding or collapsing chat items (@andreynering)
094ac5d: fix: match ex. anthropic UI on choice (@andrinoff)
04eed5d: fix: refine first page (@andrinoff)
652f74f: fix: remove re-routing logic (@andrinoff)
3a84d5e: fix: remove the Sign In with ChatGPT in catalogue (@andrinoff)
616c17b: fix: remove the separate sections (@andrinoff)
[16 lines not shown]
d2: update to 0.9.0
Features
* TALA is now open source and bundled with D2, including the
JavaScript/WASM package. Select it with d2 --layout=tala, D2_LAYOUT=tala,
or vars.d2-config.layout-engine: tala. No separate plugin installation or
license key is required.
* tala: configure layout attempts with --tala-seeds, D2_TALA_SEEDS, or
vars.d2-config.data.tala-seeds.
* exports: render PNG, GIF, PDF, and PPTX with the built-in renderer
Improvements
* performance: reduce repeated work in Dagre ranking, text measurement, SVG
preparation, and PNG encoding
* performance: reduce repeated work in selective imports, dynamic grid
layout, and PNG connection rendering
* exports: reduce PNG memory usage and support images above the previous
[21 lines not shown]