kekePower
4868a7141b
docs(changelog): update entries for markdown editor and local time
...
- Add entry for the Markdown Editor diff view and Accept/Reject pill
- Correct project name from Zaguán Coder Daemon to Zaguán Blade in local time entry
2026-02-28 20:52:59 +01:00
kekePower
e2f080d6f5
docs(changelog): add entry about sending local time to model
...
Added a bullet point detailing that Zaguán Coder Daemon now receives local time and date to prevent year hallucinations.
2026-02-28 20:44:09 +01:00
kekePower
fa677b8799
style(blog): increase top padding for blog post layout
2026-02-28 19:14:45 +01:00
kekePower
3dc8b84779
style(blog): move post title and description above meta info
...
Reorder the header elements in the blog post layout to display the title and description before the publish date and author.
2026-02-28 19:07:53 +01:00
kekePower
88e19ee28e
style(blog): prevent text wrapping in table headers
2026-02-28 10:21:49 +01:00
kekePower
cb77a5e7d8
feat(blog): add table styles to layout and enhance token savings post
...
Add global CSS rules for markdown tables in BlogPost.astro including
borders, padding, and row hover states. Update the token savings
breakdown table to use an improved format with visual impact scales.
2026-02-28 10:19:03 +01:00
kekePower
4f97a17ef3
docs(blog): add measuring token savings post
...
Add a new blog post detailing the methodology and metrics of context compression and selective retrieval in Zaguán Coder Daemon, comparing naive and compressed modes.
2026-02-28 10:09:11 +01:00
kekePower
8f4d355ba1
fix(changelog): add Gemini model warning bug fix to changelog
2026-02-27 18:35:41 +01:00
kekePower
8f7046272a
docs(changelog): add chat panel resize and gemini notes to changelog
2026-02-27 18:31:29 +01:00
kekePower
779eaac43c
fix(changelog): add Terminal double-paste bug fix to changelog
2026-02-27 14:25:07 +01:00
kekePower
eb1ddb2be4
feat(changelog): add message queue enhancement to changelog
2026-02-27 13:53:45 +01:00
kekePower
a8892c6a85
fix(changelog): add Git Push button state fix to changelog
2026-02-26 21:04:46 +01:00
kekePower
1d2e7da8df
NO em-dash
2026-02-26 20:45:40 +01:00
kekePower
a36a1d27b1
docs(website): update hero description to mention zcoderd integration
2026-02-26 20:43:01 +01:00
kekePower
28a584c0c1
feat(changelog): add Zaguán Coder Daemon enhancements and UI fixes to changelog
2026-02-26 19:40:46 +01:00
kekePower
46cca6ddfc
fix(changelog): add CodeMirror stale diff view fix to changelog
2026-02-26 08:32:39 +01:00
kekePower
3edcc16995
docs(website): add terminal copy and ui focus fixes to changelog
...
- Add entry for Terminal Copy command fix (Ctrl-Shift-C/Cmd-Shift-C)
- Add entry for UI focus bug fix related to Tauri window decorations
2026-02-26 00:10:13 +01:00
kekePower
db6a1eee11
docs(website): add link styling to changelog
...
Add text-decoration and hover transition effects to anchor tags within the changes list to improve link visibility.
2026-02-25 22:51:30 +01:00
kekePower
0f5e01e88f
docs(website): add Zaguán Coder Daemon enhancement to changelog
2026-02-25 22:48:57 +01:00
kekePower
91c087c20d
docs(website): update navigation links to philosophy section
...
Change header and footer "Features" links to point to the new
"#philosophy" section and rename them to "Why Blade" to align
with the recent landing page redesign.
2026-02-25 22:42:43 +01:00
kekePower
d025b801af
docs(website): redesign landing page to focus on philosophy and performance
...
- Update hero messaging to highlight local-first and lightweight nature
- Replace Features section with a new Philosophy section
- Add idle RAM comparison table against VSCode and Windsurf
- Add a "Not for everyone" section clarifying the target audience
2026-02-25 22:18:26 +01:00
kekePower
9aed20f8a0
docs(website): add git push auto-accept feature to changelog
2026-02-25 19:26:29 +01:00
kekePower
ec8a13650d
docs(website): add v0.3.3 local AI fix to changelog
2026-02-25 18:49:51 +01:00
kekePower
5f8f95b43a
feat(blog): add Ollama local AI models system prompts guide
2026-02-25 18:30:09 +01:00
kekePower
c6c37655fb
chore(release): bump version to 0.3.2
...
- Update package.json version to 0.3.2
- Set v0.3.2 release date to February 25, 2026 and mark as latest in changelog
- Update v0.3.1 badge to previous release
2026-02-25 17:22:49 +01:00
kekePower
59a44a260a
docs(website): update changelog daemon note
2026-02-25 15:52:21 +01:00
kekePower
6b19c7f5ae
docs(website): update changelog with project index and codex fixes
...
- Document new Project Index Tools and Editor Context enhancements
- Add notes on Zaguán Coder Daemon tweaks for gpt-5.3-codex
- Include bug fixes for GPT Codex random character generation
- Include bug fixes for GPT Codex tool execution stopping early
- Note fix for apply_patch_to_string replacing instead of adding content
2026-02-25 15:19:12 +01:00
kekePower
d481eb7543
docs(website): add OpenAI integration note to changelog
2026-02-24 22:21:37 +01:00
kekePower
1a27d0c9cb
fix(website): increase hero video container width
2026-02-24 21:55:14 +01:00
kekePower
2e0b5580df
fix(website): update hero video asset and changelog notes
...
Replace `public/zblade.mp4` with refreshed demo video
Center and constrain hero video container on the homepage
Update changelog with TTFT improvement and chat image resend bug fix
2026-02-24 21:53:18 +01:00
kekePower
d32041abe2
fix(website): refine hero video styling and attributes
...
- Move video source to src attribute and add preload="auto"
- Update aspect ratio from 16/10 to standard 16/9
- Change object-position to center bottom
- Apply border-radius to match the container element
2026-02-24 19:18:09 +01:00
kekePower
efc37bda27
fix(website): adjust hero video aspect ratio and positioning
...
Add aspect-ratio, object-fit, and object-position inline styles to the
hero video on the landing page to ensure proper display and cropping.
2026-02-24 19:14:28 +01:00
kekePower
8c2931581c
feat(website): replace hero screenshot with video
...
Add autoplaying video loop to the landing page for a more dynamic hero section.
2026-02-24 19:10:28 +01:00
kekePower
c7384f2c12
docs(website): update changelog with Local AI commit message bug fix
2026-02-24 19:06:00 +01:00
kekePower
6ce7bc3cec
docs(website): update changelog with Zaguán Coder Daemon enhancements
2026-02-24 18:14:20 +01:00
kekePower
6884d20886
docs(website): update changelog with .zblade git bug fix
...
Add changelog entry detailing the fix for the bug where the .zblade directory would be incorrectly submitted to git.
2026-02-24 18:13:32 +01:00
kekePower
2c973015d3
docs(website): update changelog with recent enhancements
...
- Add Git Panel strikethrough for moved, renamed, or deleted files
- Add Chat visual feedback while waiting for model response
2026-02-24 15:22:20 +01:00
kekePower
a7c7a80686
Rename screenshot
2026-02-24 14:08:31 +01:00
kekePower
c1bb715814
docs(website): refresh landing page and add v0.3.2 changelog
...
- Update hero section and feature descriptions to emphasize local AI daemon and agentic workflows
- Add screenshot reveal section to index page
- Update public screenshot asset
- Add v0.3.2 development section to changelog with recent bug fixes
2026-02-24 13:58:34 +01:00
kekePower
4617a81b65
docs(changelog): finalize v0.3.1 release notes
...
- Set v0.3.1 status to latest with February 23, 2026 release date
- Update v0.3.0 badge from latest to previous
- Add frontend and backend dependency update entry
2026-02-23 21:50:29 +01:00
kekePower
9161643646
docs(changelog): add research progress bug fix entry
2026-02-23 20:47:24 +01:00
kekePower
2e400c16c4
docs(changelog): add shell command runtime guard entry
2026-02-23 20:18:18 +01:00
kekePower
f6bc673a81
docs(changelog): add v0.3.1 development section
...
- Document Zaguán Coder Daemon enhancement for Gemini patch recovery
- Document Run Command bug fixes for skip and stop actions
2026-02-23 19:45:53 +01:00
kekePower
5af6c69c4d
Set v0.3.0 as latest version
2026-02-23 14:32:56 +01:00
kekePower
c8f90b3589
docs(changelog): add performance and memory leak fixesdocs(changelog): add performance and memory leak fixes
2026-02-23 14:02:35 +01:00
kekePower
def02bb360
docs(changelog): add alpha tag removal and gix dependency update
...
- Added note about removing the alpha tag for reaching a usable state
- Added note about gix dependency update to v0.51.0
2026-02-23 09:25:00 +01:00
kekePower
bbf39bda66
docs(changelog): add UI redesign and settings updates for v0.3.0
2026-02-23 08:06:26 +01:00
kekePower
89a50edd5a
docs(changelog): add editor diff parsing and tracking bug fixes
2026-02-22 11:47:18 +01:00
kekePower
85237a1076
docs(changelog): add editor and markdown performance enhancements
2026-02-22 11:21:57 +01:00
kekePower
3bebf1e115
feat(blog): add welcome post content
...
Replace placeholder text with actual content about dogfooding
Zaguán Blade and the development process.
2026-02-22 10:28:05 +01:00