feat: suggest dataservice description - #924
Open
bolinocroustibat wants to merge 18 commits into
Open
Conversation
bolinocroustibat
requested review from
ThibaudDauce,
maudetes and
nicolaskempf57
as code owners
February 5, 2026 16:30
bolinocroustibat
marked this pull request as draft
February 5, 2026 16:30
bolinocroustibat
force-pushed
the
feat/suggest-dataservice-description
branch
2 times, most recently
from
February 16, 2026 16:48
550dbdb to
df4c507
Compare
bolinocroustibat
marked this pull request as ready for review
February 16, 2026 16:49
ThibaudDauce
requested changes
Feb 17, 2026
bolinocroustibat
force-pushed
the
feat/suggest-dataservice-description
branch
from
February 17, 2026 12:51
7c4bf25 to
3c20ce2
Compare
bolinocroustibat
force-pushed
the
feat/suggest-dataservice-description
branch
3 times, most recently
from
February 17, 2026 19:53
494af3c to
ba1f4fa
Compare
ThibaudDauce
requested changes
Feb 18, 2026
bolinocroustibat
force-pushed
the
feat/suggest-dataservice-description
branch
from
February 23, 2026 14:17
ba1f4fa to
d99abad
Compare
Remove explicit ref import as it's auto-imported by Nuxt Co-authored-by: Cursor <cursoragent@cursor.com>
- Use callAlbertAPI from albert-helpers in generate-dataservice-description (align with other Albert endpoints) - Fix 422 for 'description too short' so it is returned to client instead of 500 - Remove validateAlbertConfig; useAlbertConfig() already throws when API key is missing - Drop redundant error logging in dataservice-description handler Co-authored-by: Cursor <cursoragent@cursor.com>
…ateDescriptionFeedbackUrl Co-authored-by: Cursor <cursoragent@cursor.com>
bolinocroustibat
force-pushed
the
feat/suggest-dataservice-description
branch
from
April 14, 2026 20:19
d99abad to
86cfec4
Compare
…vice documentation
Made-with: Cursor
Made-with: Cursor
bolinocroustibat
force-pushed
the
feat/suggest-dataservice-description
branch
from
April 14, 2026 20:55
98d8896 to
f02323a
Compare
bolinocroustibat
force-pushed
the
feat/suggest-dataservice-description
branch
from
April 14, 2026 20:57
f02323a to
4ca3fb9
Compare
ThibaudDauce
approved these changes
Apr 22, 2026
ThibaudDauce
left a comment
Contributor
There was a problem hiding this comment.
Thanks! Really sorry for the delay :-(
Co-authored-by: Cursor <cursoragent@cursor.com>
…e-dataservice-description.post.ts Co-authored-by: Thibaud Ollagnier <ThibaudDauce@users.noreply.github.com>
Contributor
Author
|
Let's not merge that yet, I would first like to:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add AI-powered description suggestion for dataservices (external APIs) via the Albert API.
When editing a dataservice, a "Suggérer une description" button generates a French description. The button is enabled only when:
Changes:
titleand at least one oftechnicalDocumentationUrlormachineDocumentationUrlEDIT (2026-02-17):
callAlbertAPI(albert-helpers), same pattern as other Albert endpoints.fetch-documentation.ts: HTML stripped, JSON/YAML as-is, 15s timeout, 120k char cap). Previously only the URLs were sent.validateAlbertConfigfrom helper and all Albert endpoints.