Commit graph

  • 4262120030 docs: add vault access and clipboard disclosures, fix provider tables master 0.3.6 Bin-Home 2026-05-16 22:51:08 +0800
  • a5cb829dd6 chore: fix all automated-scan lint warnings, bump to v0.3.6 Bin-Home 2026-05-16 22:47:07 +0800
  • 0369205720 fix: use i18n for compat dropdown labels, bump to v0.3.5 0.3.5 Bin-Home 2026-04-30 14:33:31 +0800
  • ca0b078d0f fix: restore this-binding in openSettings, bump to v0.3.4 0.3.4 Bin-Home 2026-04-30 11:42:25 +0800
  • 32b76c6d88 chore: fix all ObsidianReviewBot lint errors, bump to v0.3.3 0.3.3 Bin-Home 2026-04-30 10:29:12 +0800
  • 33d20f6e28 chore: add eslint-plugin-obsidianmd, fix lint errors, bump to v0.3.2 0.3.2 Bin-Home 2026-04-29 22:07:41 +0800
  • 93276a7502 docs: replace BRAT install with Community plugins method Bin-Home 2026-04-29 10:44:19 +0800
  • 3e8bc8ec91 chore: remove docs/ from repo, ignore docs and tooling dirs Bin-Home 2026-04-29 10:38:47 +0800
  • 461dfc3a67 docs: add Obsidian disclosure section, bump version to 0.3.1 0.3.1 Bin-Home 2026-04-29 10:36:48 +0800
  • 3645669d8a chore: bump version to 0.3.0 0.3.0 Bin-Home 2026-04-28 15:18:08 +0800
  • 39b005af77 feat: add LM Studio as OpenAI-compatible local provider Bin-Home 2026-04-28 14:28:26 +0800
  • 87803d50c5 feat: add Z.ai as separate provider, set glm-4.7 as Zhipu/Z.ai default model Bin-Home 2026-04-28 14:18:42 +0800
  • 102257cb1d fix: include reasoningContent in msgTokens calculation Bin-Home 2026-04-28 13:54:50 +0800
  • c15ed09d0a fix: persist reasoningContent through conversation serialize/parse roundtrip Bin-Home 2026-04-28 13:54:02 +0800
  • d597110a73 test: verify multi-chunk reasoning content accumulation in agent loop Bin-Home 2026-04-28 13:48:02 +0800
  • 4b9f144852 feat: store reasoning delta content on assistant messages in agent loop Bin-Home 2026-04-28 13:43:44 +0800
  • ee38509a88 fix: cover toOpenAIMsg tool-call+reasoning branch in tests and normalize null content Bin-Home 2026-04-28 13:41:35 +0800
  • 1f7d83601d feat: stream reasoning_content from DeepSeek as reasoning deltas Bin-Home 2026-04-28 13:36:48 +0800
  • 5df971de0d feat: add reasoningContent to Message and reasoning delta type Bin-Home 2026-04-28 13:31:54 +0800
  • 96eefeb1c8 chore: bump version to 0.2.0 0.2.0 Bin-Home 2026-04-27 21:39:10 +0800
  • 654efe381c feat: rename plugin id and name to smart-note-agent / Smart Note Agent Bin-Home 2026-04-27 21:37:43 +0800
  • 91c6dc9c72 fix: rename dist/main.css to dist/styles.css for Obsidian release 0.1.1 Bin-Home 2026-04-27 20:05:21 +0800
  • a108cca958 ci: fix workflow shell safety, pin action SHAs, improve release quality 0.1.0 Bin-Home 2026-04-27 19:52:07 +0800
  • e93292507c ci: add GitHub Actions release workflow Bin-Home 2026-04-27 19:47:39 +0800
  • 62e62d9263 docs: GitHub Actions release implementation plan Bin-Home 2026-04-27 19:45:45 +0800
  • af25433d14 docs: GitHub Actions release workflow design spec Bin-Home 2026-04-27 19:44:30 +0800
  • 66fcd45de2 docs: add LICENSE, fix dist path in README, sync zh-CN Bin-Home 2026-04-26 21:32:23 +0800
  • c3b495d40e Update manifest.json Bin-Home 2026-04-25 19:26:02 +0800
  • ff6940cbba feat: rename to Obsidian Note Agent, fix default model display in status bar and indicator Bin-Home 2026-04-25 17:36:45 +0800
  • 3c39fdadea feat: user profile, auto-approve with backup, dist build, UX fixes Bin-Home 2026-04-25 16:44:17 +0800
  • a8f510cd86 feat: UX polish — provider reorder, custom provider, delete session, UI fixes Bin-Home 2026-04-24 14:44:43 +0800
  • f3c45e40fc feat: full i18n coverage (en + zh-CN) across chat, history, settings Bin-Home 2026-04-24 13:32:49 +0800
  • 89b098d4a9 feat: per-provider settings profiles with default base URLs Bin-Home 2026-04-24 13:08:34 +0800
  • 6187400ba2 feat: auto-compaction + prompt caching via ContextManager Bin-Home 2026-04-24 11:29:04 +0800
  • 83ffaf38bc feat: non-blocking edit mode with batched diff review Bin-Home 2026-04-23 21:10:51 +0800
  • 0d54000eea fix: sync model/provider from settings on every sendMessage call Bin-Home 2026-04-23 18:00:10 +0800
  • a0c7ed036d feat: instant user message + live markdown streaming Bin-Home 2026-04-23 17:57:41 +0800
  • c960fc31ba fix: raise timeout default to 5min, show error on timeout, add setting Bin-Home 2026-04-23 17:35:19 +0800
  • 668b553b68 feat: Enter sends message, Shift+Enter inserts newline Bin-Home 2026-04-23 17:12:30 +0800
  • 5b65d76360 fix: text selection + informative tool result rows Bin-Home 2026-04-23 16:45:23 +0800
  • 0209be28fa feat: retry with exponential backoff on rate limit (429) Bin-Home 2026-04-23 14:30:37 +0800
  • 5ee4ac4efc fix: parse provider error JSON for cleaner rate-limit messages Bin-Home 2026-04-23 11:40:30 +0800
  • d63ccf2110 fix: show tool-call errors + add agent loop debug logging Bin-Home 2026-04-23 11:25:21 +0800
  • 9a64e32afb fix: output styles.css so Obsidian loads component CSS Bin-Home 2026-04-23 10:50:42 +0800
  • 8a3d399ab2 build: update bundle with pinned New conversation button Bin-Home 2026-04-23 10:28:27 +0800
  • 930b42a617 fix: pin New conversation button to bottom of history drawer Bin-Home 2026-04-23 10:28:22 +0800
  • 7e1ea79321 build: production bundle for Cursor/document UI redesign Bin-Home 2026-04-23 10:22:58 +0800
  • d4b7e45977 feat: wire ConversationList events, expand history drawer to 220px Bin-Home 2026-04-23 10:19:27 +0800
  • 0ddcaeefaf fix: remove double startNewConversation call, {@const} rowDate, fix ps shadowing Bin-Home 2026-04-23 10:17:39 +0800
  • 556663eba5 feat: date-grouped history drawer with New conversation button Bin-Home 2026-04-23 10:11:19 +0800
  • 5495599c6f fix: handle clipboard write failure in code block copy button Bin-Home 2026-04-23 10:09:40 +0800
  • 402ccd81f6 feat: replace hover copy button with always-visible VS Code-style code header Bin-Home 2026-04-23 10:06:04 +0800
  • 9741b67d8d fix: rename blink keyframe to ml-blink, fix :global(pre code) combinator Bin-Home 2026-04-23 10:05:00 +0800
  • 28a86449cd feat: rewrite MessageList to alternating-band document layout Bin-Home 2026-04-23 09:59:33 +0800
  • 0246adde1d docs: cursor/document chat UI redesign spec Bin-Home 2026-04-23 09:36:17 +0800
  • f7eb170916 feat: rich chat UI with markdown rendering and visual polish Bin-Home 2026-04-22 22:38:22 +0800
  • c18418a13f build: production bundle for v1.1 + UI redesign Bin-Home 2026-04-22 22:12:25 +0800
  • 7a1a45fa31 feat: redesign chat UI to match VSCode Copilot/Cursor style Bin-Home 2026-04-22 22:09:21 +0800
  • 9f8119934b feat: v1.1 follow-ups Bin-Home 2026-04-22 21:04:43 +0800
  • dede342112 fix: sendMessage must call loop.send to append user message Bin-Home 2026-04-22 20:53:49 +0800
  • d3d7338d2c docs: manual QA checklist Bin-Home 2026-04-22 20:52:51 +0800
  • c4bd25c906 feat: plugin main wiring Bin-Home 2026-04-22 20:52:06 +0800
  • da103a8426 feat: SchedulerService with daily/weekly helpers Bin-Home 2026-04-22 20:50:07 +0800
  • 162b79c874 feat: status bar Bin-Home 2026-04-22 20:49:12 +0800
  • cce38a8e18 feat: diff review block and change summary Bin-Home 2026-04-22 20:49:01 +0800
  • adf515f63f feat: chat view with streaming and mode toggle Bin-Home 2026-04-22 20:48:41 +0800
  • 53434c69ae feat: settings tab UI Bin-Home 2026-04-22 20:47:45 +0800
  • 57a5349b16 feat: AgentLoop with tool dispatch and approval Bin-Home 2026-04-22 20:42:51 +0800
  • 14b2402fd8 feat: ApprovalQueue Bin-Home 2026-04-22 20:40:05 +0800
  • 503990e6a0 feat: mode gate prompt selection Bin-Home 2026-04-22 20:39:42 +0800
  • 133a082e07 feat: history trimmer Bin-Home 2026-04-22 20:39:26 +0800
  • 9bc53adf06 feat: Conversation model and ConversationStore Bin-Home 2026-04-22 20:38:59 +0800
  • b795ce74f0 feat: provider registry Bin-Home 2026-04-22 20:36:38 +0800
  • 5e47de279e feat: OpenRouter adapter Bin-Home 2026-04-22 20:36:05 +0800
  • 0f697fe80e feat: MiniMax adapter Bin-Home 2026-04-22 20:35:36 +0800
  • 597f2af2dc feat: Zhipu GLM adapter Bin-Home 2026-04-22 20:35:27 +0800
  • 7353a83117 feat: Kimi adapter Bin-Home 2026-04-22 20:35:16 +0800
  • 216bf33bd1 feat: Qwen adapter Bin-Home 2026-04-22 20:35:07 +0800
  • e6ef2b4a4d feat: DeepSeek adapter Bin-Home 2026-04-22 20:34:58 +0800
  • 5652a2cd2c feat: OpenAI-compat factory Bin-Home 2026-04-22 20:34:48 +0800
  • 213887d8e2 feat: Ollama provider adapter Bin-Home 2026-04-22 20:30:59 +0800
  • bc81181e5a feat: Anthropic provider adapter Bin-Home 2026-04-22 20:30:59 +0800
  • 249846b2c9 feat: OpenAI provider adapter Bin-Home 2026-04-22 20:29:26 +0800
  • 6a658e5910 feat: provider types and HTTP/SSE helpers Bin-Home 2026-04-22 20:28:57 +0800
  • 3a887dd877 feat: mode-filtered tool registry Bin-Home 2026-04-22 20:27:13 +0800
  • a20c3fd97d feat: write tools as pending-write markers Bin-Home 2026-04-22 20:26:44 +0800
  • e7616e2719 feat: read tools Bin-Home 2026-04-22 20:26:13 +0800
  • 3ca1c14ff7 feat: VaultService with path validation Bin-Home 2026-04-22 20:24:21 +0800
  • 2713027442 feat: i18n service with en and zh-CN Bin-Home 2026-04-22 20:22:40 +0800
  • d6f6443110 feat: shared types and settings schema Bin-Home 2026-04-22 20:21:11 +0800
  • 11f0df77f6 chore: project scaffolding dev 2026-04-22 20:17:16 +0800