Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Dec 18:47
2fd5ed2

1.2.0 (2024-11-30)

Features

  • add Bun package manager and refactor createPlugin (f66b609)
  • add loading state to form submission (1ebc1a5)
  • add navigation section to main component (e49e52f)
  • add payload creator for issue close event (dfd04f5)
  • add startup instructions and update payload config handling (c1c727f)
  • command input (6b3a53b)
  • command interface (1925cb9)
  • enhance issue submission form and update URLs (dee2589)
  • multiply conv reward with priority for higher reward (a1fc779)
  • remove SQLite dependency and add hono package (8bcf6c8)
  • rewards: add limitRewards to cap non-task rewards (9ff6ba9)
  • track unique URLs in formatting evaluator (8e8fc82)
  • web: add initial setup for Hono-based frontend (925c7ac)

Bug Fixes

  • add a th to display priority and fix it being not being multiplied (69ff0e4)
  • add non-breaking spaces around Ubiquity Dollar link (2fb75b6)
  • add priority parsing tests (dbf0ab3)
  • add priority parsing tests (7889d58)
  • add useCache option to payload processing (134a18f)
  • add useCache option to payload processing (b01dc77)
  • configuration: adjust role-based multiplier and rewards (ebb4940)
  • enhance error logging and update regex for comments (2ccdc8a)
  • environment for compute (d99e3f3)
  • exclude and octokit (8c0a729)
  • fees.test.ts (e549b35)
  • handle undefined scores with explicit comparison (11e2d8a)
  • import error regarding parsePriorityLabel (d080448)
  • improve error logging and add route parsing in server (49e87b4)
  • parser: handle URLs with query parameters correctly (c7b55dc)
  • parser: remove footnotes and improve URL extraction (ab2f9be)
  • parser: simplify priority label parsing (94ec7de)
  • parser: simplify priority label parsing (17070e6)
  • payload for backend uses the owner and repo payload (cd42282)
  • process.issue.test.ts by changing output (9ff121f)
  • properly mul priority level (ca27c90)
  • refactor .call to .callee$ (c4327dd)
  • replace ubiquity-os-kernel with plugin-sdk (a94a75c)
  • reward-limits: adjust rewards limit calculation (171f523)
  • rewards.test.ts and have precison upto 3 decimal places (c09b16b)
  • simplify commentType generation and default multipliers (0b0243e)
  • update Octokit import in test file (6a2acc7)
  • update OpenAI endpoint and improve GitHub comment metadata (7da861e)
  • update regex and parsing for OpenAI responses (93b33df)
  • update regex for OpenAI route validation (0d5995b)
  • web: update Form types and enhance URL handling (017b048)