Skip to content

feat: Add AI based schema with docs - #728

Merged
aXenDeveloper merged 3 commits into
canaryfrom
feat/ai
Jul 29, 2026
Merged

feat: Add AI based schema with docs#728
aXenDeveloper merged 3 commits into
canaryfrom
feat/ai

Conversation

@aXenDeveloper

Copy link
Copy Markdown
Owner

Improving Documentation

Description

What?

Why?

@vercel

vercel Bot commented Jul 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
vitnode-docs Ready Ready Preview Jul 29, 2026 8:08pm

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 48d50292ff

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread plugins/blog/src/api/modules/categories/categories.module.ts Outdated
Comment thread packages/vitnode/src/api/models/ai.ts

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 123279aa09

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread packages/vitnode/scripts/i18n-update-ai.ts Outdated
Comment thread packages/vitnode/scripts/i18n-update-ai.ts Outdated
Comment thread packages/create-vitnode-app/src/create/create-package-json.ts

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a066c951f4

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +268 to +269
`Translate each string from English into ${languageName} (${code}).`,
"Input is a JSON array of strings. Return a JSON array of the same length, in the same order - one translation per input string, and nothing else.",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use the configured default locale as the translation source

When i18n.defaultLocale is not en (a supported configuration), effectiveDefaultTree supplies strings from that locale, but this prompt always tells the model they are English. For example, a Polish-default app translating to German sends Polish text while claiming it is English, which can produce incorrect or unchanged translations that are then persisted as successful; derive the source language from defaultLocale or reject non-English defaults explicitly.

Useful? React with 👍 / 👎.

@aXenDeveloper
aXenDeveloper merged commit 99cf274 into canary Jul 29, 2026
4 checks passed
@aXenDeveloper
aXenDeveloper deleted the feat/ai branch July 29, 2026 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

💡 Feature A new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant