diff options
| author | Adam Malczewski <[email protected]> | 2026-03-24 12:45:55 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-03-24 12:45:55 +0900 |
| commit | e5583b836d4fe2f7f9806ed85a190254a6ea3990 (patch) | |
| tree | 99f306f25b40046bddd212d358e4b1751dd44909 /.rules/changelog/2026-03/24 | |
| parent | e2c88087f3926ec477ea099fd771d1bc9d11d7c5 (diff) | |
| download | ai-pulse-obsidian-plugin-e5583b836d4fe2f7f9806ed85a190254a6ea3990.tar.gz ai-pulse-obsidian-plugin-e5583b836d4fe2f7f9806ed85a190254a6ea3990.zip | |
create remaining documentation and create a plan
Diffstat (limited to '.rules/changelog/2026-03/24')
| -rw-r--r-- | .rules/changelog/2026-03/24/03.md | 19 | ||||
| -rw-r--r-- | .rules/changelog/2026-03/24/04.md | 4 |
2 files changed, 23 insertions, 0 deletions
diff --git a/.rules/changelog/2026-03/24/03.md b/.rules/changelog/2026-03/24/03.md new file mode 100644 index 0000000..27bf614 --- /dev/null +++ b/.rules/changelog/2026-03/24/03.md @@ -0,0 +1,19 @@ +# Changelog — 2026-03-24 #03 + +## Summary + +Added Ollama capability docs and expanded the index with cross-references. + +## New Files + +- `.rules/docs/ollama/streaming.md` — Streaming transport, chunk fields, accumulation, when to disable +- `.rules/docs/ollama/thinking.md` — Thinking/reasoning traces, supported models, two-phase streaming +- `.rules/docs/ollama/structured-outputs.md` — `format` parameter, schema-constrained JSON, parsing tips +- `.rules/docs/ollama/vision.md` — Multimodal image input, base64 encoding, vision + structured output +- `.rules/docs/ollama/tool-calling.md` — Tool calling flow, parallel calls, agent loop, streaming tools +- `.rules/docs/ollama/errors.md` — HTTP status codes, error format, mid-stream error handling + +## Modified Files + +- `.rules/docs/ollama/embed.md` — Added overview context, recommended models, usage tips +- `.rules/default/ollama.md` — Updated index entries to point to new docs; added "Related Files" section mapping coupled docs diff --git a/.rules/changelog/2026-03/24/04.md b/.rules/changelog/2026-03/24/04.md new file mode 100644 index 0000000..659124d --- /dev/null +++ b/.rules/changelog/2026-03/24/04.md @@ -0,0 +1,4 @@ +# Changelog — 2026-03-24 #04 + +## Added +- `.rules/plan.md`: Stage 1 development plan for the AI Organizer chat sidebar feature. Covers file plan, step-by-step tasks, UI layout, Ollama client functions, settings interface, styles, and a verification checklist. |
