Skip to content

Releases: altavelor/attest_deep_research

0.4.5

Choose a tag to compare

@github-actions github-actions released this 30 Aug 20:12
Immutable release. Only release title and notes can be modified.
0.4.5
0b564be

What's Changed

  • fix: resolve remaining Obsidian review warnings by @altavelor in #113

Full Changelog: 0.4.4...0.4.5

0.4.4

Choose a tag to compare

@github-actions github-actions released this 30 Aug 19:23
Immutable release. Only release title and notes can be modified.
0.4.4
2d1df53

What's Changed

Full Changelog: 0.4.3...0.4.4

0.4.3

Choose a tag to compare

@github-actions github-actions released this 30 Aug 17:03
Immutable release. Only release title and notes can be modified.
0.4.3
bbec0ba

What's Changed

Full Changelog: 0.4.2...0.4.3

0.4.2

Choose a tag to compare

@github-actions github-actions released this 30 Aug 16:40
Immutable release. Only release title and notes can be modified.
0.4.2
dee64d7

What's Changed

Full Changelog: 0.3.0...0.4.2

0.3.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 16:01
Immutable release. Only release title and notes can be modified.
e4caa57

What's Changed

  • feat(chat): run chats as plugin-owned background sessions by @altavelor in #96
  • feat: add Attest chat commands and ribbon action by @altavelor in #95
  • feat: first-run setup wizard by @altavelor in #97
  • feat: harden research tool orchestration by @altavelor in #99
  • feat: rebuild the thinking prompt as ordered policy sections by @altavelor in #100
  • feat: summarize sub-agent telemetry in the diagnostic report by @altavelor in #101
  • feat: make Source Registry URLs clickable by @altavelor in #102
  • fix(chat): show included active file as attachment by @altavelor in #103
  • fix: make local source registry links open files by @altavelor in #104
  • fix: preserve source modal while opening source links by @altavelor in #105

Full Changelog: 0.2.0...0.3.0

0.2.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 20:42
Immutable release. Only release title and notes can be modified.
af716a1

What's Changed

  • chore: rename to Attest and harden repository configuration by @altavelor in #61
  • feat(diagnostics): add answer citation statistics by @altavelor in #60
  • feat: improve citation evidence quality and density by @altavelor in #72
  • chore: bump actions/setup-node from 4.4.0 to 7.0.0 by @dependabot[bot] in #71
  • chore: bump actions/checkout from 6.1.0 to 7.0.1 by @dependabot[bot] in #70
  • chore: bump actions/upload-artifact from 4.6.2 to 7.0.1 by @dependabot[bot] in #69
  • chore: bump actions/stale from 9.1.0 to 11.0.0 by @dependabot[bot] in #68
  • chore: bump actions/download-artifact from 4.3.0 to 8.0.1 by @dependabot[bot] in #67
  • chore(deps-dev): bump builtin-modules from 3.3.0 to 5.3.0 by @dependabot[bot] in #64
  • chore(deps-dev): bump @types/node from 20.19.41 to 26.2.0 by @dependabot[bot] in #65
  • chore(deps-dev): bump the dev-dependencies group with 3 updates by @dependabot[bot] in #62
  • chore(deps): bump @anthropic-ai/sdk from 0.105.0 to 0.116.0 in the production-dependencies group across 1 directory by @dependabot[bot] in #63
  • fix: resolve CodeQL code scanning alerts by @altavelor in #73
  • feat: detect model roles from provider-specific listings by @altavelor in #80
  • feat: accept provider metadata as evidence of model capabilities by @altavelor in #82
  • fix: compose a web-only research turn without a built index by @altavelor in #83
  • feat: add Obsidian Mobile support by @altavelor in #74
  • chore(deps-dev): bump typescript from 5.9.3 to 7.0.2 by @dependabot[bot] in #76
  • chore(deps): bump openai from 6.44.0 to 7.4.0 by @dependabot[bot] in #66
  • chore: bump the github-actions group with 2 updates by @dependabot[bot] in #78
  • chore(deps-dev): bump dependency-cruiser from 17.4.3 to 18.2.0 by @dependabot[bot] in #77
  • chore: bump actions/github-script from 7.1.0 to 9.0.0 by @dependabot[bot] in #79
  • chore(deps): bump the production-dependencies group across 1 directory with 2 updates by @dependabot[bot] in #84
  • feat: add conversation-wide hierarchical citation registry by @altavelor in #86
  • refactor(chat): собрать действия сообщения в один заголовок by @altavelor in #91
  • fix: make embedding failures diagnosable and stop the false rebuild notice by @altavelor in #92
  • chore: выпустить версию 0.2.0 by @altavelor in #94

New Contributors

Full Changelog: 0.1.0...0.2.0

0.1.0

Choose a tag to compare

@altavelor altavelor released this 11 Aug 15:48
Immutable release. Only release title and notes can be modified.
72d4c34

What's Changed

  • chore: codex smoke test by @altavelor in #1
  • refactor(research): переименовать eager→instant, agentic→thinking; режимы в core; переключатель Instant/Thinking в чате by @altavelor in #5
  • feat: rework model capability settings by @altavelor in #7
  • feat: make index search debug-only by @altavelor in #11
  • feat: add saved chat favorites by @altavelor in #13
  • feat: add rich media artifacts to research answers by @altavelor in #15
  • chore: add V8 coverage and behavioural UI tests by @altavelor in #17
  • chore(ci): switch AI code review to PR-Agent by @altavelor in #22
  • fix(ci): trigger comment commands with the slash prefix PR-Agent parses by @altavelor in #23
  • chore(ci): pin PR-Agent to a versioned prebuilt image by @altavelor in #25
  • fix(ci): isolate comment-triggered reviews from the push concurrency group by @altavelor in #24
  • test: extend the Obsidian stub and DOM harness for app-level tests by @altavelor in #20
  • chore: report coverage of changed lines on pull requests by @altavelor in #19
  • test: cover error branches in adapters and core by @altavelor in #21
  • chore: add a non-regression coverage threshold for src/adapters by @altavelor in #26
  • test: cover settings prober subscriptions and plugin lifecycle (#18) by @altavelor in #28
  • test: cover chat composer and research question controller behaviour by @altavelor in #27
  • test: execute chat view and retire behavioural static contracts by @altavelor in #29
  • test: cover UI failure branches (diagnostics report, capability prober, index profiles) by @altavelor in #32
  • test: cover untrusted external input (#30) by @altavelor in #34
  • test: cover cancellation and race failure paths (#30) by @altavelor in #31
  • test: retire the remaining UI source-text contracts and delete the dead code they hid by @altavelor in #33
  • chore: lock in failure-path coverage thresholds (#30) by @altavelor in #35
  • feat: New chat defaults settings section (#36) by @altavelor in #37
  • perf: speed up Instant mode — drop the dead retrieve port and parallelize the critical path by @altavelor in #42
  • fix: в режиме Instant не отображать блок workflow с узлом «Thinking…» (#41) by @altavelor in #43
  • refactor: реализовать boostedSourcePaths в RetrievalService и убрать второй проход по связанным заметкам by @altavelor in #45
  • feat: predictable web source selection, a web-phase deadline and selection tracing by @altavelor in #46
  • fix(thinking): унифицировать рендер цитат с Instant и стримить финальный ответ by @altavelor in #48
  • fix(web): отбирать веб-источники по релевантности интенту и отключить reasoning у классификатора by @altavelor in #50
  • fix: убрать порог по среднему RRF-скору выдачи (#44) by @altavelor in #51
  • feat(i18n): локализация интерфейса и выбор языка by @altavelor in #54
  • Chore/release hygiene by @altavelor in #52
  • Add sponsorship methods by @altavelor in #57
  • feat(mobile): remove Node API dependency so the plugin loads on Obsidian Mobile by @altavelor in #56

New Contributors

Full Changelog: https://github.com/altavelor/ixplorer_deep_research/commits/0.1.0