chore(sample-code): switch to hono and host swagger-ui on /docs - #2126
Draft
davidkna-sap wants to merge 8 commits into
Draft
chore(sample-code): switch to hono and host swagger-ui on /docs#2126davidkna-sap wants to merge 8 commits into
davidkna-sap wants to merge 8 commits into
Conversation
davidkna-sap
force-pushed
the
feat/hono-migration
branch
from
August 5, 2026 14:00
43bfa2c to
e62f459
Compare
Member
Author
|
/summary |
* origin/main: (92 commits) feat: Update document-grounding specification (#2229) chore: use branch lock files (#2178) chore(oxfmt): enable package.json sorting (#2208) chore(deps): update dependency pnpm/pnpm to v12 (#2227) chore: update contributing guide chore(deps): update dependency @langchain/langgraph to v1.4.13 (#2228) chore(deps): update github/codeql-action action to v4.37.9 (#2226) chore(deps): update dependency knip to v6.32.3 (#2225) chore(deps): update dependency vale-cli/vale to v3.18.0 (#2224) chore(deps): update dependency pnpm/pnpm to v11.24.0 (#2223) chore(deps): update github/codeql-action action to v4.37.8 (#2222) chore(deps): update dependency oxlint to v1.80.0 (#2221) chore(deps): update dependency oxfmt to v0.65.0 (#2220) chore: fix sample code response input types (#2216) chore(deps): update dependency orval to v8.26.0 (#2219) chore: fix smoke test (#2217) chore(sample-code): correct docstring vendor references for Anthropic models (#2213) chore(oxfmt): enable import sorting (#2207) chore(deps): update sap-cloud-sdk to v4.9.1 (#2210) chore(deps): update dependency orval to v8.25.0 (#2212) ...
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.
Context
Closes SAP/ai-sdk-js-backlog#ISSUENUMBER.
This is less easy to do with express (generating a spec for swagger-ui) so I used hono.
What this PR does and why it is needed