shinalok
  • Joined on 2026-04-23
shinalok pushed to main at shinalok/habit-tracker 2026-08-07 19:05:45 +09:00
61142ed55e add CI/CD workflow for testing and deployment steps on main branch push
shinalok pushed to main at shinalok/habit-tracker 2026-08-05 14:27:38 +09:00
00c66f9df8 journal: paste image from clipboard, cap embedded image size, fix media persistence
bdf9d0bae7 journal: real markdown editor (EasyMDE) with live preview toggle, fix default template
Compare 2 commits »
shinalok pushed to main at shinalok/habit-tracker 2026-08-04 19:13:09 +09:00
c466cc6639 journal: multi-select emotions and per-category writing templates
54c971875c add journaling feature: categories, tags, attachments, calendar, and multi-select emotions
ef2a3ea082 prepare app for public app store distribution
34a128a79b reorder habit item badges to show level before completion rate
Compare 4 commits »
shinalok pushed to main at shinalok/youlbot-webui 2026-08-04 17:59:26 +09:00
51862d62ca feat: add Gemini/ChatGPT-style 3-dot bounce loading indicator
7f4aeb54e2 fix: suppress .generating blue border during Gradio streaming
9f1a43095e fix: remove blue focus-within border from all Gradio wraps globally
6c01426e37 fix: correct chip CSS selector and remove size=sm causing 26px height
dedafedcf5 fix: separate chip display label (with emoji) from actual prompt text
Compare 13 commits »
shinalok pushed to main at shinalok/habit-tracker 2026-07-21 13:24:44 +09:00
9dfcbcec8f add day-detail view to monthly history calendar
800f42eab1 add habit leveling/XP system, explicit fail marking for missed habits, and scrollable habit tabs
4a7ef5cc29 improve PWA feel on iOS: offline fallback, overscroll, tap feedback, dark status bar, apple touch icon
d212451fe0 add habit goal-period difficulty and habit formation research notes
55918d56d1 add abandoned status to distinguish given-up habits from completed ones
shinalok created branch main in shinalok/habit-tracker 2026-07-21 13:24:44 +09:00
shinalok created repository shinalok/habit-tracker 2026-07-16 17:49:51 +09:00
shinalok pushed to main at shinalok/youlbot 2026-06-04 17:12:00 +09:00
0db20ca829 docs: .env.example 전면 업데이트 — 누락된 설정값 모두 추가
a05d2f474e IDEA-8: GraphRAG — NetworkX 기반 지식 그래프
0b50444e43 IDEA-2/1/5/7: 스마트 알림, 대화 기반 RAG, CRAG, 파라미터 자동 튜닝
c264573a67 Fix: ToolNode에 미정의 변수 tools 대신 self._base_tools 사용
Compare 4 commits »
shinalok created repository shinalok/alphalok-quant 2026-06-04 11:11:29 +09:00
shinalok pushed to main at shinalok/youlbot 2026-06-02 14:49:38 +09:00
68f741af72 Phase 17: Multimodal image understanding via analyze_image tool
bdb6fd83c4 Fix RAGAS eval: increase timeout for local LLM, safe score extraction
a2dff825ad Fix: use Container class (not container instance) in eval script
3faf8b09ce Phase 20: RAGAS evaluation suite
Compare 4 commits »
shinalok pushed to main at shinalok/youlbot-webui 2026-06-02 14:49:29 +09:00
ab437d5d2e UI/UX D3: dark mode toggle, chat export, accessibility, onboarding modal
fb438864b1 UI/UX D2: branded header, custom theme, bubble styles, streaming animation, responsive
c1a28bfdcc UI/UX D1: examples, image accordion, layout improvements, table select, button size
e08b43c785 UI/UX D0: fix Textbox label, hide audio accordion, hide footer, hide ingest result box
Compare 4 commits »
shinalok pushed to main at shinalok/youlbot-webui 2026-06-02 14:12:55 +09:00
20f385e2a0 Merge remote-tracking branch 'origin/main'
4565980915 Merge remote-tracking branch 'origin/main'
b13e3dfdd7 Add .env.example file with API and voice configuration templates
Compare 3 commits »
shinalok pushed to main at shinalok/youlbot-webui 2026-06-02 14:12:36 +09:00
0803479438 Fix: move image_input to separate row for cleaner layout
7f50333bdb Phase 17: Add image upload to chat UI
Compare 2 commits »
shinalok pushed to main at shinalok/youlbot-webui 2026-06-02 13:45:41 +09:00
974bab7cd8 Phase 28: P3 — Pydantic Settings, dependency-injector IoC, tenacity retry
148211e236 Phase 27: P2 quality improvements — logging, httpx pooling, validation, tests
511c87b290 docs: update ROADMAP to reflect P0/P1 completion and services/ package structure
79f2abe7cf chore: exclude .claude/ from git tracking
7eed70d7f7 chore: add .gitignore rules for IDE and cache files, remove tracked artifacts
Compare 7 commits »
shinalok pushed to main at shinalok/youlbot-webui 2026-06-01 16:43:04 +09:00
be4b7c40cb Merge remote-tracking branch 'origin/main'
5ea7948ed3 Add project roadmap outlining improvements and priorities
Compare 2 commits »
shinalok pushed to main at shinalok/youlbot-webui 2026-06-01 16:41:07 +09:00
38d2edeeec Phase 25: Separate RAG sources into collapsible box below chatbot
shinalok pushed to main at shinalok/youlbot 2026-06-01 16:40:58 +09:00
589946ab36 Phase 25: RAG sources in collapsible box + Korean thinking enforcement
efc5fe6961 Update ROADMAP: Phase 24 thinking UI + bug 6 TTS fix
Compare 2 commits »
shinalok pushed to main at shinalok/youlbot-webui 2026-06-01 13:54:31 +09:00
55ea69d902 Fix details close-on-update: use div during streaming, details on complete
18609a4f7d Collapsible thinking box with details/summary, thinking on by default
5cf8bdabfd Handle __status tokens for instant thinking box feedback
4956ab7085 Replace gr.Markdown thinking box with gr.HTML for reliable streaming
2348f17791 Move progress logs into thinking box alongside LLM reasoning
Compare 5 commits »
shinalok pushed to main at shinalok/youlbot 2026-06-01 13:54:19 +09:00
c0992374af Emit __start signal at call_model entry for instant UI feedback
shinalok pushed to main at shinalok/youlbot-webui 2026-06-01 10:35:03 +09:00
8c859971d1 Add thinking box UI and fix async event loop errors