| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| fabric_1.4.466_checksums.txt | 2026-07-30 | 736 Bytes | |
| fabric_Darwin_arm64.tar.gz | 2026-07-30 | 22.6 MB | |
| fabric_Darwin_x86_64.tar.gz | 2026-07-30 | 24.0 MB | |
| fabric_Linux_arm64.tar.gz | 2026-07-30 | 21.5 MB | |
| fabric_Linux_x86_64.tar.gz | 2026-07-30 | 23.5 MB | |
| fabric_Linux_i386.tar.gz | 2026-07-30 | 22.1 MB | |
| fabric_Windows_arm64.zip | 2026-07-30 | 21.6 MB | |
| fabric_Windows_i386.zip | 2026-07-30 | 22.9 MB | |
| fabric_Windows_x86_64.zip | 2026-07-30 | 23.9 MB | |
| README.md | 2026-07-30 | 1.4 kB | |
| v1.4.466 source code.tar.gz | 2026-07-30 | 20.9 MB | |
| v1.4.466 source code.zip | 2026-07-30 | 21.3 MB | |
| Totals: 12 Items | 224.3 MB | 0 | |
Changes
PR #2116 by ksylvan and dependabot: fix(web): repair the chat page and modernize the build toolchain
- Modernized the web stack by upgrading Tailwind, Skeleton, SvelteKit, Vite, and supporting dependencies.
- Replaced removed Skeleton components with compatible local implementations to restore UI functionality.
- Improved pre-stream chat error reporting to prevent duplication of streamed errors, and hardened vendor list parsing to return empty model arrays on malformed input.
- Fixed stream completion crashes, normalized displayed error messages, corrected toast stacking order, and added warning notification support.
- Restored linting, formatting, testing, and pnpm override configuration, and preserved custom themes through the Tailwind CSS-based configuration migration.
PR #2178 by OdinKral and ksylvan: feat(patterns): add generate_frontmatter for PKM/Obsidian users
- Add
generate_frontmatterto conversion, extraction, and writing categories - Document PKM-ready YAML metadata fields in pattern explanations
- Register pattern descriptions and extracts for suggestion workflows
- Credit both contributors in incoming changelog entry