Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: epicsagas/Velith
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Choose a base ref
...
head repository: epicsagas/Velith
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.2
Choose a head ref
  • 16 commits
  • 63 files changed
  • 1 contributor

Commits on Jun 2, 2026

  1. feat(hf-space): add Hugging Face Space demo and launch package

    - Gradio demo app with 6-metric text analysis pipeline (analyzer, structurer, renderer)
    - Three 1000+ word example inputs (messy notes, meeting transcript, research dump)
    - docs/launch-playbook.md: 48h HN + HF + X launch strategy with post templates
    - README: HF demo badge, Benchmark section, expanded comparison table
    - Bump version 0.4.0 → 0.5.0
    epicsagas committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    ebf90d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cf40d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82c07b9 View commit details
    Browse the repository at this point in the history
  4. feat(examples): add llm-context-windows book demo via Velith pipeline

    - 3-chapter technical book (2,409w) generated with book-init/outline/draft/edit/publish
    - Covers context windows, truncation failure modes, and 5 production strategies
    - Full edit pipeline (5 stages) with assessment, developmental, line, copy, proofread
    - Published to EPUB, PDF, TXT, MD with metadata, 25 title candidates, cover concepts
    - Model table updated to GPT-5, Claude Sonnet 4.6, Gemini 3.1 Pro, Llama 4 Scout
    epicsagas committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    94f0bf2 View commit details
    Browse the repository at this point in the history
  5. feat(i18n): overhaul dashboard translations across 10 locales

    - Fix ko: 챕터 typo (챗터→챕터), agent.scene-generator (씨→씬),
      cmd.redraft/editChapter informal tone removed
    - Add missing keys: cmd.genre-creator.*, cmd.ideation.*, phase.*
      (6 phase keys for pipeline overview)
    - HelpView: replace all hardcoded EN section headers with i18n keys
      (Genre Workflow, Skill Reference, Agent Reference, Pipeline Overview,
      Quick Start, Structure Template, Key Features)
    - Rewrite all 9 non-EN locales (ja/zh/de/es/fr/it/pt/ru) with
      accurate, natural translations — 159 keys each, fully in sync
    - Rebuild dashboard dist
    epicsagas committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    2955ea4 View commit details
    Browse the repository at this point in the history
  6. feat(dashboard): i18n overhaul, color unification, accessibility

    - Replace all text-[10px]/[11px]/[9px] with Tailwind standard classes
    - Set html base font-size to 16px (WCAG AA compliant scale)
    - Improve contrast ratios: secondary, on-surface, outline tokens
      (light: 5.2:1+, dark: 6.8:1+ against respective backgrounds)
    - Unify complete/done status color: inverse-surface(black) → primary(orange)
    - Remove green from DraftsView edit badge → primary
    - Light mode sidebar: dark-on-light scheme (was always-dark)
    - Language dropdown: appearance-none + material expand_more icon
    - Genre workflow fully i18n: nameKey/structureKey/highlightKeys/tipKey
    - Add genre.* keys to en.js and ko.js (7 genres × 6 keys = 42 keys each)
    - Fix outline/edits view click commands (book-draft vs book-edit routing)
    - PublishView: all strings through i18n
    epicsagas committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    7ab303f View commit details
    Browse the repository at this point in the history
  7. feat(dashboard): accent color & font picker in settings

    - Add theme.js: accent color store + font management
    - Accent: 8 presets (orange/red/pink/purple/indigo/blue/teal/green),
      custom color picker, reset — light/dark saved independently
    - Font: 6 options (System, Geist, Noto Sans KR, Noto Serif KR,
      Inter, IBM Plex Sans KR, Pretendard) — lazy-loaded via Google Fonts
    - Fix language dropdown arrow icon overlap (vertical-align:unset)
    - Fix chapter progress bar color (bg-secondary → bg-primary)
    - Add settings.font/accentColor/customColor/resetColor keys to all 10 locales
    epicsagas committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    63afca0 View commit details
    Browse the repository at this point in the history
  8. feat(dashboard): CJK font variants and locale-aware font sync

    - Split Noto Sans into KR/JP/SC variants with CJK badge (한/日/中)
    - Add Noto Serif KR as separate option
    - Default font changed to Noto Sans KR
    - Auto-sync font on locale change: ko→KR, ja→JP, zh→SC
    - User-selected font is preserved on locale switch
    - Preview text per CJK variant (가나다 / あいう / 你好世界)
    epicsagas committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    77c62e9 View commit details
    Browse the repository at this point in the history
  9. feat(dashboard): header icon colors, fix language select arrow

    - Star icon: yellow (#eab308)
    - Sponsor icon: pink (#ec4899)
    - Theme toggle: orange/yellow fill icon per mode
    - Language select: appearance:none all vendors, no custom overlay
    - Accent color presets: brighter/more vibrant palette
    epicsagas committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    6231fd9 View commit details
    Browse the repository at this point in the history
  10. feat(dashboard): i18n overhaul, theming, accessibility improvements

    Merge feat/i18n-dashboard-overhaul → main
    
    - Full i18n: 10 locales, all views, genre workflows, phase names
    - Locale-aware font: Noto Sans KR/JP/SC auto-sync on language change
    - Accent color picker: 8 presets + custom, light/dark saved independently
    - Font picker: System/Geist/Noto KR/JP/SC/Serif/Inter/IBM Plex/Pretendard
    - Color unification: complete status → primary(orange) across all views
    - WCAG AA contrast: secondary, on-surface, outline tokens improved
    - Base font 16px, all arbitrary text-[Npx] replaced with Tailwind scale
    - Header: Star/Sponsor/theme icons colored, language select arrow fixed
    - Sidebar: light/dark mode responsive colors
    - Fix: outline/edits/drafts view command routing (book-draft vs book-edit)
    - Add: llm-context-windows book example (3ch, 2409w, full pipeline)
    epicsagas committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    863d77e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8c99a50 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    65ead06 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bb802f9 View commit details
    Browse the repository at this point in the history
  14. docs(examples): regenerate publish outputs with updated model table

    - GPT-5, Claude Sonnet 4.6, Gemini 3.1 Pro, Llama 4 Scout, Mistral Small 3.2
    - Regenerate EPUB, PDF, HTML, TXT, MD
    epicsagas committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    1ddbe5f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0e910d8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c67800a View commit details
    Browse the repository at this point in the history
Loading