Skip to content

Releases: BOTOOM/devmentorai

ext-v1.5.0

27 Feb 21:11

Choose a tag to compare

1.5.0 (2026-02-27)

Features

  • backend: add fetch_url tool for reading public web content (bf2510f)
  • backend: add image pre-upload support and update chat schemas (955e367)
  • backend: implement onPermissionRequest handler for Copilot SDK v0.1.28 (f892c65)
  • extension: add parallel image upload capability to API client (3ce536f)
  • extension: enhance chat UI for image attachments and error reporting (60ca515)
  • extension: implement pre-upload image workflow in chat service (eb73def)
  • extension: improve screenshot quality and deprecate full-page capture (eb20dc5)
  • extension: update extension entrypoints and sidepanel with image support (34138c9)
  • shared: enhance agent prompts with fetch_url tool awareness (90b13db)
  • website: add Chat Workflow and Copilot CLI setup documentation pages (6917268)
  • website: prioritize official store installations and improve Vercel deployment logic (b9b4775)
  • website: update OG image copy to mention Copilot SDK and fix FAQ formatting (53aefff)

Bug Fixes

  • extension: resolve TS type mismatch and unused parameter in screenshot handling (f0d96fa)

Performance

  • backend: optimize full image processing and compression quality (c5efb15)

Refactoring

  • website: simplify Vercel ignoreCommand logic with cleaner conditional grouping (bacb4bc)
  • website: simplify Vercel ignoreCommand logic with cleaner conditional syntax (85b2011)

Maintenance

  • backend: sync lockfile, built shared contracts, and fix test (e2478ee)
  • backend: update dependencies and server initialization (5a78257)
  • release: backend v1.3.0 [skip ci] (31d5a8d)

backend-v1.3.0

27 Feb 21:02

Choose a tag to compare

1.3.0 (2026-02-27)

Features

  • backend: add fetch_url tool for reading public web content (bf2510f)
  • backend: add image pre-upload support and update chat schemas (955e367)
  • backend: implement onPermissionRequest handler for Copilot SDK v0.1.28 (f892c65)
  • docker: add Docker Compose setup with Copilot CLI integration and persistence (4e9b245)
  • extension: add dynamic backend URL configuration from storage (1f22e19)
  • extension: add model search, pricing tiers, and account status display (4664751)
  • extension: disable model picker after chat starts and add session recovery retry logic (c5e7b73)
  • extension: insert pending text at cursor position instead of replacing draft (18cc61b)
  • extension: replace auth status badge with user avatar icon and tooltip (613a357)
  • shared: enhance agent prompts with fetch_url tool awareness (90b13db)
  • website: add Chat Workflow and Copilot CLI setup documentation pages (6917268)
  • website: add dynamic OG images and favicon with gradient branding (ade1cac)
  • website: add FAQ and support pages with YouTube demo embed and responsive improvements (6f53b6a)
  • website: add static OG image and dynamic metadata with request-based URL resolution (8fcb7a0)
  • website: prioritize official store installations and improve Vercel deployment logic (b9b4775)
  • website: update OG image copy to mention Copilot SDK and fix FAQ formatting (53aefff)

Performance

  • backend: optimize full image processing and compression quality (c5efb15)

Refactoring

  • extension: add browser compatibility layer for Chrome/Firefox API differences (c1c60ed)
  • extension: add programmatic side panel opening with fallback for Firefox (322113a)
  • tests: improve E2E test isolation and add accessibility attributes (5acaef0)
  • website: simplify Vercel ignoreCommand logic with cleaner conditional grouping (bacb4bc)
  • website: simplify Vercel ignoreCommand logic with cleaner conditional syntax (85b2011)

Maintenance

  • backend: sync lockfile, built shared contracts, and fix test (e2478ee)
  • backend: update dependencies and server initialization (5a78257)
  • release: extension v1.1.5 [skip ci] (ebed54a)
  • release: extension v1.2.0 [skip ci] (fdbf83e)
  • release: extension v1.3.0 [skip ci] (085ed9c)
  • release: extension v1.4.0 [skip ci] (f9f1f6f)

ext-v1.4.0

20 Feb 20:47

Choose a tag to compare

1.4.0 (2026-02-20)

Features

  • extension: disable model picker after chat starts and add session recovery retry logic (c5e7b73)
  • extension: insert pending text at cursor position instead of replacing draft (18cc61b)
  • website: add dynamic OG images and favicon with gradient branding (ade1cac)
  • website: add FAQ and support pages with YouTube demo embed and responsive improvements (6f53b6a)
  • website: add static OG image and dynamic metadata with request-based URL resolution (8fcb7a0)

ext-v1.3.0

19 Feb 17:40

Choose a tag to compare

1.3.0 (2026-02-19)

Features

  • docker: add Docker Compose setup with Copilot CLI integration and persistence (4e9b245)
  • extension: add dynamic backend URL configuration from storage (1f22e19)

Refactoring

  • tests: improve E2E test isolation and add accessibility attributes (5acaef0)

ext-v1.2.0

19 Feb 15:55

Choose a tag to compare

1.2.0 (2026-02-19)

Features

  • extension: add model search, pricing tiers, and account status display (4664751)
  • extension: replace auth status badge with user avatar icon and tooltip (613a357)

Refactoring

  • extension: add browser compatibility layer for Chrome/Firefox API differences (c1c60ed)
  • extension: add programmatic side panel opening with fallback for Firefox (322113a)

ext-v1.1.5

19 Feb 14:43

Choose a tag to compare

1.1.5 (2026-02-19)

Refactoring

  • backend: add account routes, improve model management, and enhance CLI diagnostics (18d5845)
  • backend: improve error handling, cleanup, and code quality (005c534)
  • shared: add account endpoints and enhance model/session types (7b51edb)

Maintenance

  • release: backend v1.2.3 [skip ci] (dc3476a)

backend-v1.2.3

19 Feb 14:37

Choose a tag to compare

1.2.3 (2026-02-19)

Bug Fixes

  • extension: add Firefox compatibility with browser-specific settings and optional sidePanel permission (78f680e)
  • extension: add Firefox compatibility with optional chaining for Chrome-specific APIs (3f4f70c)
  • extension: reload sessions when backend reconnects after disconnection (89307d6)
  • extension: remove Chrome-specific APIs for Firefox compatibility (442a5cf)
  • extension: update backend update command and use dynamic extension version (464888a)

Refactoring

  • backend: add account routes, improve model management, and enhance CLI diagnostics (18d5845)
  • backend: improve error handling, cleanup, and code quality (005c534)
  • extension: improve accessibility and code quality in UI components (be6af45)
  • shared: add account endpoints and enhance model/session types (7b51edb)

Documentation

  • extension: add Firefox source build instructions for reviewers (1d479fc)

Maintenance

  • extension: revert version from 1.1.4 to 1.1.3 (d321926)
  • release: extension v1.1.2 [skip ci] (c4e15e7)
  • release: extension v1.1.3 [skip ci] (8e114e3)
  • release: extension v1.1.4 [skip ci] (a2154b8)
  • website: add commit existence validation to Vercel ignore command (1b1d09b)

ext-v1.1.4

18 Feb 00:25

Choose a tag to compare

1.1.4 (2026-02-18)

Bug Fixes

  • extension: add Firefox compatibility with browser-specific settings and optional sidePanel permission (78f680e)
  • extension: add Firefox compatibility with optional chaining for Chrome-specific APIs (3f4f70c)
  • extension: remove Chrome-specific APIs for Firefox compatibility (442a5cf)

Refactoring

  • extension: improve accessibility and code quality in UI components (be6af45)

Documentation

  • extension: add Firefox source build instructions for reviewers (1d479fc)

Maintenance

  • extension: revert version from 1.1.4 to 1.1.3 (d321926)

ext-v1.1.3

11 Feb 13:34

Choose a tag to compare

1.1.3 (2026-02-11)

Bug Fixes

  • extension: reload sessions when backend reconnects after disconnection (89307d6)

Maintenance

  • website: add commit existence validation to Vercel ignore command (1b1d09b)

ext-v1.1.2

11 Feb 01:17

Choose a tag to compare

1.1.2 (2026-02-11)

Bug Fixes

  • backend: centralize version management with dedicated version.ts file (417716b)
  • backend: improve update instructions with npx command and explicit latest tag (60ab512)
  • extension: update backend update command and use dynamic extension version (464888a)

Maintenance

  • extension: disable GitHub issue comments in release configuration (63f7401)
  • release: backend v1.2.1 [skip ci] (886c3ea)
  • release: backend v1.2.2 [skip ci] (41f02ae)