- **chore: use glm-5.2:nitro for unauthenticated AI tiers; document CLI
exec & config sync**
- **(fix) Ask Skill endpoint to directly call the unified ai endpoint**
<!--
Make sure you've read the CONTRIBUTING.md guidelines:
https://github.com/hexclave/hexclave/blob/dev/CONTRIBUTING.md
-->
<!-- This is an auto-generated description by cubic. -->
---
## Summary by cubic
Unifies the public `/ask` endpoint and the MCP `ask_hexclave` tool
behind a shared `callHexclaveAskAi` helper with strict timeouts,
plain‑text replies, and centralized Sentry error handling. Fixes OpenAPI
nullability by emitting 3.1 JSON Schema types, and refreshes
docs/webhooks accordingly.
- **New Features**
- `packages/shared`: New `callHexclaveAskAi` with 45s timeout, safe
public errors, and diagnostics; used by `apps/skills` and `apps/mcp`.
- OpenAPI: Generator now outputs OpenAPI 3.1 with JSON Schema type
arrays for nullable fields; added tests and regenerated webhooks specs.
- **Bug Fixes**
- `apps/backend`: Keeps docs fetch timeouts active until bodies are
consumed; captures errors with `StatusError` and Sentry.
- `apps/skills`: `/ask` `HEAD` returns 200 without backend calls;
consistent CORS and sanitized error responses.
<sup>Written for commit 6af6030646.
Summary will update on new commits.</sup>
<a
href="https://cubic.dev/pr/hexclave/hexclave/pull/1696?utm_source=github"
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img
alt="Review in cubic"
src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a>
<!-- End of auto-generated description by cubic. -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **New Features**
* Added the public `/ask` endpoint for submitting questions and optional
context.
* Added conversation continuation support and clearer empty-response
handling.
* Added consistent error responses for timeouts, upstream failures, and
malformed responses.
* Added improved request monitoring and diagnostics.
* **Bug Fixes**
* Improved timeout handling when documentation or AI responses stall.
* Updated guidance to prioritize the public `/ask` endpoint, with full
documentation as a fallback.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: mantra <[email protected]>
Co-authored-by: Cursor <[email protected]>
Hexclave
The user infrastructure platform.
Hexclave handles everything around your users: authentication, teams, payments, emails, analytics, and much more. Start in minutes on the hosted cloud. Your data is always yours to export and self-host.
Get started
Setting up Hexclave is one prompt. Paste this into your coding agent of choice:
Read skill.hexclave.com and help me setup hexclave in this project
For AI agents
If you're an AI coding agent, use your web fetch tool or curl the skill documentation for up-to-date integration instructions:
curl -sSL "https://skill.hexclave.com?question=<your-question>&context=<your-context>"
What's included
Hexclave ships as a catalog of apps you switch on as your product needs them. Each one is built on the same user model, and new apps land regularly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Contributing
Hexclave is open source, and contributions are welcome. Read
CONTRIBUTING.md to get started, and say hello in
Discord before picking up anything large.
Found a security issue? Email [email protected].










