Skip to content

Latest commit

 

History

History
366 lines (337 loc) · 49.2 KB

File metadata and controls

366 lines (337 loc) · 49.2 KB

Changelog

1.1.1 (2026-01-02)

Features

  • add dedupe prefix to warning and match thresholds (194d410)
  • add supabase annotate functions (fa02a6a)
  • add supabase migration workflow (b410e99)
  • add supabase migration workflow (b736662)
  • batch update for issue bodies (bb4f48c)
  • bootstrap embeddings schema via psql (f31743d)
  • demoflag: add demoflag to config (f643197)
  • demoflag: add demoflag to config (a4c62bc)
  • filter recommendations by users (4b6354b)
  • find similar comments for annotate command (48e57b3)
  • implement annotate config (6c03744)
  • implement annotate config (2e3bdf5)
  • improve logging for commentChecker function (a413012)
  • the LLM example list auto-generates (5c9798b)
  • used ubiquity's knip-reporter (5391355)
  • used ubiquity's knip-reporter (01dcaf7)

Bug Fixes

  • add dedupe timeout (124bde5)
  • add issue/comment url to log when ignoring (cb43a9c)
  • add issue/comment url to log when ignoring (2c67723)
  • add optional flag mentions (5ced789)
  • add optional flag mentions (886f8c7)
  • adjust footnote insertion for code blocks and update dev script (99a17e1)
  • auto-confirm supabase migrations (2014e11)
  • build issue (2802f97)
  • bumped SDK (6183ac5)
  • bumped SDK (b432c5b)
  • config: add descriptions to JSON schema properties (264893a)
  • empty commit (4657618)
  • enhance alt text processing for images in issue content (4f06796)
  • error logging (8c890f6)
  • fix tests (de56daf)
  • footnotes display properly with code blocks (155ea07)
  • force ipv4 for supabase db (827a4eb)
  • formatting (4f4f094)
  • formatting and tests (0630096)
  • jest (af1d31e)
  • jest (2b19964)
  • lastEditTime (05ace2a)
  • latest issue details fetching (e0cb8bb)
  • modularize schemas, routes, and rate limiter for improved organization and reusability (47445b8)
  • no sleep state (6020d20)
  • pipe yes to supabase db push (32cde56)
  • place footnotes near matches (39d79e4)
  • place footnotes near matches (0599276)
  • prevent update comment spam (7d0c353)
  • prevent update comment spam (2808f3a)
  • release please script fix (488d7b1)
  • remove optional from demo flag (0992b3f)
  • remove optional from demo flag (98d407c)
  • rename supabase functions for annotate (b2f59ab)
  • set environment main for main branch and tags (86bab28)
  • set environment main for main branch and tags (aaecabe)
  • set environment main for main branch and tags (c96ea16)
  • sleep logging (1e5af63)
  • sync supabase migration history (0f8ac6a)
  • time logging (9205f86)
  • types are properly deduced for octokit and logger (74c6336)
  • update annotateThreshold to 0.65 (ec58c6b)
  • updated time calc (6fee4df)
  • use supavisor for migrations (cf21f6e)

Miscellaneous Chores

1.1.0 (2025-07-23)

Features

  • demoflag: add demoflag to config (f643197)

Bug Fixes

  • add issue/comment url to log when ignoring (cb43a9c)
  • add issue/comment url to log when ignoring (2c67723)
  • add optional flag mentions (5ced789)
  • add optional flag mentions (886f8c7)
  • adjust footnote insertion for code blocks and update dev script (99a17e1)
  • footnotes display properly with code blocks (155ea07)
  • jest (af1d31e)
  • jest (2b19964)
  • remove optional from demo flag (0992b3f)
  • set environment main for main branch and tags (86bab28)
  • set environment main for main branch and tags (aaecabe)
  • set environment main for main branch and tags (c96ea16)

1.0.0 (2025-07-02)

Features

  • add dedupe prefix to warning and match thresholds (194d410)
  • add supabase annotate functions (fa02a6a)
  • add unit tests for annotate command (dfd4b60)
  • added cols markdown and plaintext, adds code for conversion from markdown to plaintext (1a15997)
  • added edit distance re-ranker (3721f0f)
  • added issue-matching on label added, issue created and issue edited (374a5f2)
  • added voyage ai support (f847053)
  • adds graphql.config.yml (e582b1f)
  • adds scraper script (b53e2d8)
  • alwaysRecommend (702c457)
  • change the issue result mention (8af9f8b)
  • create Command type and add to PluginContext (1130645)
  • create Comment type (f1164c1)
  • find similar comments for annotate command (48e57b3)
  • implement annotate command (a01b45c)
  • implement annotate config (6c03744)
  • implement annotate config (2e3bdf5)
  • improve logging for commentChecker function (a413012)
  • issue being edited all the time fixed (fb56335)
  • issue dedup (2a08b22)
  • issue dedup (6d1c521)
  • label added hook (6c8a8db)
  • modified tests (97e267f)
  • pass config through plugin settings (7609943)
  • remove annotate footnotes when adding and updating comments (4c9db7d)
  • schema validation (2f06bd6)
  • schema validation (aba3449)
  • sdk and command interface (4da9149)
  • switch to bun and fix deploy (d21531e)
  • switch to bun and fix deploy (e89e000)
  • updated issue similarity ui (6f07c6c)
  • updated schema fix tests (7abb239)
  • updated similarity search function (b909ff3)
  • updated the comment structure (cf4b5ee)
  • used ubiquity's knip-reporter (5391355)
  • used ubiquity's knip-reporter (01dcaf7)
  • user issue scraper (95735c9)
  • worker deployment (d037f58)

Bug Fixes

1.0.0 (2024-09-01)

Features

Bug Fixes