Commit Graph

247 Commits

Author SHA1 Message Date
kekePower 09d88d3f90 docs(changelog): add v0.6.1 release notes
Add changelog section for v0.6.1 with enhancements and bug fixes.
Update v0.6.0 badge from Latest to Previous.
2026-04-24 21:58:14 +02:00
kekePower aac08bf626 Made blog post stronger and more direct 2026-04-11 16:53:11 +02:00
kekePower c97c5e8135 Made blog post stronger 2026-04-11 16:45:38 +02:00
kekePower 258e89c385 Update blog post 2026-04-11 16:38:51 +02:00
kekePower 5b6a607746 New blog post 2026-04-11 16:34:25 +02:00
kekePower e037a78c4e docs(changelog): release v0.6.0 and bump package version
Update version from 0.5.0 to 0.6.0 in package.json, set v0.6.0
release date, and update badge statuses (v0.6.0 → Latest, v0.5.0 → Previous).
2026-04-09 16:54:31 +02:00
kekePower 86d5c80db0 docs(changelog): add v0.6.0 with security audit, WebSocket migration, and Diff View 2026-04-08 21:38:00 +02:00
kekePower fba2c96abb Update Blog: ZLP: What it is and what it isn't 2026-04-04 10:22:18 +02:00
kekePower 5551f6a7c7 Blog: ZLP: What it is and what it isn't 2026-04-04 10:20:24 +02:00
kekePower 667cd33c58 docs(changelog): add smooth scrolling and canvas repaint enhancements
- Improved CodeMirror scrolling experience
- Added canvas repaint hook for Linux/X11/Openbox environments
2026-04-03 09:10:11 +02:00
kekePower 48a16bb4c0 docs(changelog): update Terminal and File Explorer fixes
- Expand Terminal fixes to include ongoing `run_command` display issues
- Add File Explorer regression fix for missing files/folders
- Update version resume to reflect broader reliability improvements
2026-04-02 23:15:36 +02:00
kekePower d5aa490685 docs(changelog): add Local AI enhancements and bug fix 2026-04-02 22:53:52 +02:00
kekePower 5e329aab0a chore(deps): widen TypeScript range in bun.lock 2026-03-31 21:29:49 +02:00
kekePower 1a7f1f47ff chore(deps): bump Astro and refresh changelog docs
- Update Astro, RSS, and TypeScript versions in the lockfile
- Refresh tool call documentation and changelog page
2026-03-27 08:02:32 +01:00
kekePower 9d39786cd6 docs(tools): refresh tool reference and prompt guidance
- add symbol-based code navigation guidance to docs prompt examples
- clarify tool result truncation limits and simplify tools page copy
2026-03-27 00:23:47 +01:00
kekePower 38ed0fea7d style(docs): reduce hero section height and spacing
Shrinks the docs hero to be less dominant, reducing min-height from 60vh to 35vh and tightening padding and font sizes for a more balanced page layout.
2026-03-26 23:40:20 +01:00
kekePower 6e1e2fbce1 chore(release): publish v0.5.0
- bump package version to 0.5.0
- mark v0.5.0 as latest and move v0.4.1 to previous in changelog
2026-03-25 18:13:00 +01:00
kekePower 745570cdf1 docs(changelog): add image attachment bug fix entry 2026-03-24 22:42:05 +01:00
kekePower 54309856bc docs(changelog): add configuration and release audit updates
Refresh the v0.5.0 highlights and fixes with configuration redesign
and final release audit notes.

Polish changelog section styling for clearer collapsible states and
improved toggle presentation.
2026-03-24 21:54:51 +01:00
kekePower b05215eaa0 docs(changelog): add harness and diff view updates 2026-03-24 16:01:40 +01:00
kekePower 8d2b0c02b6 style(changelog): refine collapsible toggle styling
Use disclosure chevrons for expanded state changes
Align toggle metadata and adjust focus treatment
2026-03-23 14:54:55 +01:00
kekePower eed12be06d feat(changelog): make release sections collapsible
Add toggle buttons for changelog sections with item counts and chevrons
Style expanded states and responsive layout for the new controls
2026-03-23 14:48:46 +01:00
kekePower 6f291d050f docs(changelog): highlight semantic search features in v0.5.0 2026-03-22 22:49:06 +01:00
kekePower 120ee48808 docs(changelog): refresh v0.5.0 highlights and fixes 2026-03-21 06:38:07 +01:00
kekePower 4a691049d9 docs(changelog): highlight v0.5.0 performance work
Refresh the release summary to emphasize launch time, memory,
and efficiency improvements, and add an enhancement bullet
for the optimization audit
2026-03-20 18:04:14 +01:00
kekePower 92cb4b5caa docs(changelog): update v0.4.1 release highlights
Mention i18n groundwork in the release summary and enhancements.
Add the Chat Panel Markdown rendering fix to the bug fixes list.
2026-03-20 08:19:34 +01:00
kekePower 8d25c05b62 docs(changelog): add v0.5.0 development section 2026-03-19 22:10:07 +01:00
kekePower e985de2609 fix(nav): highlight active navigation links
Add active route detection in BaseLayout and apply active styles
for docs, blog, and changelog links, including trailing slash support
2026-03-18 23:13:55 +01:00
kekePower 30275bd314 docs(changelog): add section anchors for version links
Assign ids to release sections and add scroll margin for anchored navigation
2026-03-18 23:10:04 +01:00
kekePower 4b662a3d5c docs(changelog): remove development qualifier from release copy 2026-03-18 23:06:48 +01:00
kekePower 7b4c91e80f chore(astro): release v0.4.1 and update changelog 2026-03-18 22:59:28 +01:00
kekePower eddf179a5c chore(astro): ignore false unused import build warning
Suppress Astro's remote helper warning during Rollup builds
when it points to astro/dist/assets/utils/index.js.
2026-03-18 16:09:12 +01:00
kekePower 8fd0450b0a chore(astro): upgrade to Astro 6 and move content config
Add @astrojs/rss and update blog, changelog, and RSS pages
to use the new content collections configuration path
2026-03-18 16:06:45 +01:00
kekePower 80c1964f4c feat(index): uppercase hero titles and bracketed button labels
Convert title lines to ALL CAPS, update meta labels to LOCAL-FIRST/CLOUD WHEN NEEDED, add long session messaging, and wrap buttons in bracket style.
2026-03-18 15:32:58 +01:00
kekePower c5c8e86a3f feat(index): simplify hero copy and normalize button text
- Tighten hero descriptions by removing verbose explanations
- Convert buttons to sentence case with arrows
- Fix smart quotes to regular apostrophes
- Streamline CTA from "RUN AI LOCALLY. START HERE." to "Start with Local AI →
2026-03-18 15:25:59 +01:00
kekePower 458cde9045 feat(index): revise hero title and description
Update hero messaging to emphasize local-first AI with optional cloud
usage. Simplify title to value-focused copy and adjust meta tags to
reflect flexibility between local and cloud models.
2026-03-18 15:18:34 +01:00
kekePower 0611967330 feat(index): add LOCAL AI badge and hero description
Add "LOCAL AI" meta item to hero badges and new paragraph describing
Ollama and OpenAI-compatible local model support.
2026-03-18 15:09:50 +01:00
kekePower 4187cec2f6 chore(release): bump version to v0.4.0 2026-03-17 20:43:35 +01:00
kekePower dd75ffbed7 docs(changelog): add Local AI entry to latest release 2026-03-17 20:41:59 +01:00
kekePower 3ebd282ae0 docs(changelog): add tool call fix to latest release 2026-03-17 20:39:54 +01:00
kekePower 21958efad7 docs(changelog): add bug fixes section to latest release 2026-03-17 20:37:51 +01:00
kekePower c8316bced9 docs(changelog): add development badge class 2026-03-17 20:35:54 +01:00
kekePower db54e76aab docs(changelog): add v0.4.1 development release entry 2026-03-17 20:34:52 +01:00
kekePower addc1ef241 docs(changelog): update version labels and dates for v0.4.0 and v0.3.4
- Change v0.4.0 card to “latest” and set proper release date.
- Convert v0.3.4 card to “previous” and adjust badge class.
2026-03-11 18:43:10 +01:00
kekePower 39321f75d4 docs(changelog): add summary, theme selector redesign, debug output 2026-03-11 17:49:30 +01:00
kekePower ec7c01208c docs(blog): add details about zcoderd's role and architecture
The commit adds concrete explanations about zcoderd's responsibilities, includes a simple architecture diagram showing the relationship between components, and emphasizes the predictability and groundedness of the split architecture.
2026-03-11 11:05:38 +01:00
kekePower 63c60f1337 docs(changelog): add Git Commit Generator fix entry 2026-03-11 07:57:27 +01:00
kekePower 3b87904a24 docs(changelog): fix Zaguán Coder Daemon entry ordering and theme count 2026-03-11 07:50:03 +01:00
kekePower 500646ef8b docs(changelog): fix Zaguán Coder Daemon entry wording 2026-03-11 00:17:53 +01:00
kekePower a39eb9a648 docs(changelog): add Zaguán Coder Daemon bug fix entry 2026-03-11 00:11:34 +01:00