@agent-native/core 0.76.5 → 0.76.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/corpus/README.md +1 -1
- package/corpus/core/CHANGELOG.md +8 -0
- package/corpus/core/docs/content/extensions.md +16 -0
- package/corpus/core/docs/content/locales/ar-SA/a2a-protocol.md +392 -0
- package/corpus/core/docs/content/locales/ar-SA/actions.md +583 -0
- package/corpus/core/docs/content/locales/ar-SA/agent-mentions.md +164 -0
- package/corpus/core/docs/content/locales/ar-SA/agent-surfaces.md +397 -0
- package/corpus/core/docs/content/locales/ar-SA/agent-teams.md +171 -0
- package/corpus/core/docs/content/locales/ar-SA/agent-web-surfaces.md +161 -0
- package/corpus/core/docs/content/locales/ar-SA/audit-log.md +111 -0
- package/corpus/core/docs/content/locales/ar-SA/authentication.md +332 -0
- package/corpus/core/docs/content/locales/ar-SA/automations.md +268 -0
- package/corpus/core/docs/content/locales/ar-SA/blueprint-installer.md +83 -0
- package/corpus/core/docs/content/locales/ar-SA/cli-adapters.md +129 -0
- package/corpus/core/docs/content/locales/ar-SA/client.md +398 -0
- package/corpus/core/docs/content/locales/ar-SA/cloneable-saas.md +114 -0
- package/corpus/core/docs/content/locales/ar-SA/code-agents-ui.md +436 -0
- package/corpus/core/docs/content/locales/ar-SA/components.md +368 -0
- package/corpus/core/docs/content/locales/ar-SA/context-awareness.md +373 -0
- package/corpus/core/docs/content/locales/ar-SA/creating-templates.md +411 -0
- package/corpus/core/docs/content/locales/ar-SA/cross-app-sso.md +185 -0
- package/corpus/core/docs/content/locales/ar-SA/database.md +183 -0
- package/corpus/core/docs/content/locales/ar-SA/deployment.md +349 -0
- package/corpus/core/docs/content/locales/ar-SA/dispatch.md +146 -0
- package/corpus/core/docs/content/locales/ar-SA/drop-in-agent.md +260 -0
- package/corpus/core/docs/content/locales/ar-SA/durable-resume.md +65 -0
- package/corpus/core/docs/content/locales/ar-SA/embedding-sdk.md +597 -0
- package/corpus/core/docs/content/locales/ar-SA/evals.md +155 -0
- package/corpus/core/docs/content/locales/ar-SA/extensions.md +360 -0
- package/corpus/core/docs/content/locales/ar-SA/external-agents.md +619 -0
- package/corpus/core/docs/content/locales/ar-SA/faq.md +142 -0
- package/corpus/core/docs/content/locales/ar-SA/file-uploads.md +122 -0
- package/corpus/core/docs/content/locales/ar-SA/frames.md +153 -0
- package/corpus/core/docs/content/locales/ar-SA/getting-started.md +199 -0
- package/corpus/core/docs/content/locales/ar-SA/harness-agents.md +349 -0
- package/corpus/core/docs/content/locales/ar-SA/human-approval.md +86 -0
- package/corpus/core/docs/content/locales/ar-SA/internationalization.md +68 -25
- package/corpus/core/docs/content/locales/ar-SA/key-concepts.md +312 -0
- package/corpus/core/docs/content/locales/ar-SA/local-file-mode.md +433 -0
- package/corpus/core/docs/content/locales/ar-SA/mcp-apps.md +147 -0
- package/corpus/core/docs/content/locales/ar-SA/mcp-clients.md +330 -0
- package/corpus/core/docs/content/locales/ar-SA/mcp-protocol.md +279 -0
- package/corpus/core/docs/content/locales/ar-SA/messaging.md +461 -0
- package/corpus/core/docs/content/locales/ar-SA/migration-workbench.md +33 -0
- package/corpus/core/docs/content/locales/ar-SA/multi-app-workspace.md +312 -0
- package/corpus/core/docs/content/locales/ar-SA/multi-tenancy.md +52 -0
- package/corpus/core/docs/content/locales/ar-SA/native-chat-ui.md +321 -0
- package/corpus/core/docs/content/locales/ar-SA/notifications.md +231 -0
- package/corpus/core/docs/content/locales/ar-SA/observability.md +294 -0
- package/corpus/core/docs/content/locales/ar-SA/observational-memory.md +77 -0
- package/corpus/core/docs/content/locales/ar-SA/onboarding.md +216 -0
- package/corpus/core/docs/content/locales/ar-SA/plan-plugin.md +200 -0
- package/corpus/core/docs/content/locales/ar-SA/pr-visual-recap.md +384 -0
- package/corpus/core/docs/content/locales/ar-SA/processors.md +106 -0
- package/corpus/core/docs/content/locales/ar-SA/progress.md +199 -0
- package/corpus/core/docs/content/locales/ar-SA/pure-agent-apps.md +39 -0
- package/corpus/core/docs/content/locales/ar-SA/real-time-collaboration.md +676 -0
- package/corpus/core/docs/content/locales/ar-SA/recurring-jobs.md +142 -0
- package/corpus/core/docs/content/locales/ar-SA/routing.md +79 -0
- package/corpus/core/docs/content/locales/ar-SA/sandbox-adapters.md +227 -0
- package/corpus/core/docs/content/locales/ar-SA/security.md +330 -0
- package/corpus/core/docs/content/locales/ar-SA/server.md +253 -0
- package/corpus/core/docs/content/locales/ar-SA/sharing.md +219 -0
- package/corpus/core/docs/content/locales/ar-SA/skills-guide.md +281 -0
- package/corpus/core/docs/content/locales/ar-SA/template-analytics.md +259 -0
- package/corpus/core/docs/content/locales/ar-SA/template-assets.md +303 -0
- package/corpus/core/docs/content/locales/ar-SA/template-brain.md +324 -0
- package/corpus/core/docs/content/locales/ar-SA/template-calendar.md +194 -0
- package/corpus/core/docs/content/locales/ar-SA/template-chat.md +129 -0
- package/corpus/core/docs/content/locales/ar-SA/template-clips.md +368 -0
- package/corpus/core/docs/content/locales/ar-SA/template-content.md +402 -0
- package/corpus/core/docs/content/locales/ar-SA/template-design.md +173 -0
- package/corpus/core/docs/content/locales/ar-SA/template-dispatch.md +220 -0
- package/corpus/core/docs/content/locales/ar-SA/template-forms.md +178 -0
- package/corpus/core/docs/content/locales/ar-SA/template-mail.md +239 -0
- package/corpus/core/docs/content/locales/ar-SA/template-plan.md +815 -0
- package/corpus/core/docs/content/locales/ar-SA/template-slides.md +293 -0
- package/corpus/core/docs/content/locales/ar-SA/template-videos.md +222 -0
- package/corpus/core/docs/content/locales/ar-SA/tracking.md +236 -0
- package/corpus/core/docs/content/locales/ar-SA/using-your-agent.md +71 -0
- package/corpus/core/docs/content/locales/ar-SA/voice-input.md +81 -0
- package/corpus/core/docs/content/locales/ar-SA/what-is-agent-native.md +202 -0
- package/corpus/core/docs/content/locales/ar-SA/workspace-connections.md +321 -0
- package/corpus/core/docs/content/locales/ar-SA/workspace-management.md +175 -0
- package/corpus/core/docs/content/locales/ar-SA/workspace.md +323 -0
- package/corpus/core/docs/content/locales/ar-SA/writing-agent-instructions.md +173 -0
- package/corpus/core/docs/content/locales/de-DE/a2a-protocol.md +392 -0
- package/corpus/core/docs/content/locales/de-DE/actions.md +583 -0
- package/corpus/core/docs/content/locales/de-DE/agent-mentions.md +164 -0
- package/corpus/core/docs/content/locales/de-DE/agent-surfaces.md +397 -0
- package/corpus/core/docs/content/locales/de-DE/agent-teams.md +171 -0
- package/corpus/core/docs/content/locales/de-DE/agent-web-surfaces.md +161 -0
- package/corpus/core/docs/content/locales/de-DE/audit-log.md +111 -0
- package/corpus/core/docs/content/locales/de-DE/authentication.md +332 -0
- package/corpus/core/docs/content/locales/de-DE/automations.md +268 -0
- package/corpus/core/docs/content/locales/de-DE/blueprint-installer.md +83 -0
- package/corpus/core/docs/content/locales/de-DE/cli-adapters.md +129 -0
- package/corpus/core/docs/content/locales/de-DE/client.md +398 -0
- package/corpus/core/docs/content/locales/de-DE/cloneable-saas.md +114 -0
- package/corpus/core/docs/content/locales/de-DE/code-agents-ui.md +436 -0
- package/corpus/core/docs/content/locales/de-DE/components.md +368 -0
- package/corpus/core/docs/content/locales/de-DE/context-awareness.md +373 -0
- package/corpus/core/docs/content/locales/de-DE/creating-templates.md +411 -0
- package/corpus/core/docs/content/locales/de-DE/cross-app-sso.md +185 -0
- package/corpus/core/docs/content/locales/de-DE/database.md +183 -0
- package/corpus/core/docs/content/locales/de-DE/deployment.md +349 -0
- package/corpus/core/docs/content/locales/de-DE/dispatch.md +146 -0
- package/corpus/core/docs/content/locales/de-DE/drop-in-agent.md +260 -0
- package/corpus/core/docs/content/locales/de-DE/durable-resume.md +65 -0
- package/corpus/core/docs/content/locales/de-DE/embedding-sdk.md +597 -0
- package/corpus/core/docs/content/locales/de-DE/evals.md +155 -0
- package/corpus/core/docs/content/locales/de-DE/extensions.md +360 -0
- package/corpus/core/docs/content/locales/de-DE/external-agents.md +619 -0
- package/corpus/core/docs/content/locales/de-DE/faq.md +142 -0
- package/corpus/core/docs/content/locales/de-DE/file-uploads.md +122 -0
- package/corpus/core/docs/content/locales/de-DE/frames.md +153 -0
- package/corpus/core/docs/content/locales/de-DE/getting-started.md +199 -0
- package/corpus/core/docs/content/locales/de-DE/harness-agents.md +349 -0
- package/corpus/core/docs/content/locales/de-DE/human-approval.md +86 -0
- package/corpus/core/docs/content/locales/de-DE/internationalization.md +65 -22
- package/corpus/core/docs/content/locales/de-DE/key-concepts.md +312 -0
- package/corpus/core/docs/content/locales/de-DE/local-file-mode.md +433 -0
- package/corpus/core/docs/content/locales/de-DE/mcp-apps.md +147 -0
- package/corpus/core/docs/content/locales/de-DE/mcp-clients.md +330 -0
- package/corpus/core/docs/content/locales/de-DE/mcp-protocol.md +279 -0
- package/corpus/core/docs/content/locales/de-DE/messaging.md +461 -0
- package/corpus/core/docs/content/locales/de-DE/migration-workbench.md +33 -0
- package/corpus/core/docs/content/locales/de-DE/multi-app-workspace.md +312 -0
- package/corpus/core/docs/content/locales/de-DE/multi-tenancy.md +52 -0
- package/corpus/core/docs/content/locales/de-DE/native-chat-ui.md +321 -0
- package/corpus/core/docs/content/locales/de-DE/notifications.md +231 -0
- package/corpus/core/docs/content/locales/de-DE/observability.md +294 -0
- package/corpus/core/docs/content/locales/de-DE/observational-memory.md +77 -0
- package/corpus/core/docs/content/locales/de-DE/onboarding.md +216 -0
- package/corpus/core/docs/content/locales/de-DE/plan-plugin.md +200 -0
- package/corpus/core/docs/content/locales/de-DE/pr-visual-recap.md +384 -0
- package/corpus/core/docs/content/locales/de-DE/processors.md +106 -0
- package/corpus/core/docs/content/locales/de-DE/progress.md +199 -0
- package/corpus/core/docs/content/locales/de-DE/pure-agent-apps.md +39 -0
- package/corpus/core/docs/content/locales/de-DE/real-time-collaboration.md +676 -0
- package/corpus/core/docs/content/locales/de-DE/recurring-jobs.md +142 -0
- package/corpus/core/docs/content/locales/de-DE/routing.md +79 -0
- package/corpus/core/docs/content/locales/de-DE/sandbox-adapters.md +227 -0
- package/corpus/core/docs/content/locales/de-DE/security.md +330 -0
- package/corpus/core/docs/content/locales/de-DE/server.md +253 -0
- package/corpus/core/docs/content/locales/de-DE/sharing.md +219 -0
- package/corpus/core/docs/content/locales/de-DE/skills-guide.md +281 -0
- package/corpus/core/docs/content/locales/de-DE/template-analytics.md +259 -0
- package/corpus/core/docs/content/locales/de-DE/template-assets.md +303 -0
- package/corpus/core/docs/content/locales/de-DE/template-brain.md +324 -0
- package/corpus/core/docs/content/locales/de-DE/template-calendar.md +194 -0
- package/corpus/core/docs/content/locales/de-DE/template-chat.md +129 -0
- package/corpus/core/docs/content/locales/de-DE/template-clips.md +368 -0
- package/corpus/core/docs/content/locales/de-DE/template-content.md +402 -0
- package/corpus/core/docs/content/locales/de-DE/template-design.md +173 -0
- package/corpus/core/docs/content/locales/de-DE/template-dispatch.md +220 -0
- package/corpus/core/docs/content/locales/de-DE/template-forms.md +178 -0
- package/corpus/core/docs/content/locales/de-DE/template-mail.md +239 -0
- package/corpus/core/docs/content/locales/de-DE/template-plan.md +814 -0
- package/corpus/core/docs/content/locales/de-DE/template-slides.md +293 -0
- package/corpus/core/docs/content/locales/de-DE/template-videos.md +222 -0
- package/corpus/core/docs/content/locales/de-DE/tracking.md +236 -0
- package/corpus/core/docs/content/locales/de-DE/using-your-agent.md +71 -0
- package/corpus/core/docs/content/locales/de-DE/voice-input.md +81 -0
- package/corpus/core/docs/content/locales/de-DE/what-is-agent-native.md +202 -0
- package/corpus/core/docs/content/locales/de-DE/workspace-connections.md +321 -0
- package/corpus/core/docs/content/locales/de-DE/workspace-management.md +175 -0
- package/corpus/core/docs/content/locales/de-DE/workspace.md +323 -0
- package/corpus/core/docs/content/locales/de-DE/writing-agent-instructions.md +173 -0
- package/corpus/core/docs/content/locales/es-ES/a2a-protocol.md +392 -0
- package/corpus/core/docs/content/locales/es-ES/actions.md +583 -0
- package/corpus/core/docs/content/locales/es-ES/agent-mentions.md +164 -0
- package/corpus/core/docs/content/locales/es-ES/agent-surfaces.md +397 -0
- package/corpus/core/docs/content/locales/es-ES/agent-teams.md +171 -0
- package/corpus/core/docs/content/locales/es-ES/agent-web-surfaces.md +161 -0
- package/corpus/core/docs/content/locales/es-ES/audit-log.md +111 -0
- package/corpus/core/docs/content/locales/es-ES/authentication.md +332 -0
- package/corpus/core/docs/content/locales/es-ES/automations.md +268 -0
- package/corpus/core/docs/content/locales/es-ES/blueprint-installer.md +83 -0
- package/corpus/core/docs/content/locales/es-ES/cli-adapters.md +129 -0
- package/corpus/core/docs/content/locales/es-ES/client.md +398 -0
- package/corpus/core/docs/content/locales/es-ES/cloneable-saas.md +114 -0
- package/corpus/core/docs/content/locales/es-ES/code-agents-ui.md +436 -0
- package/corpus/core/docs/content/locales/es-ES/components.md +368 -0
- package/corpus/core/docs/content/locales/es-ES/context-awareness.md +373 -0
- package/corpus/core/docs/content/locales/es-ES/creating-templates.md +411 -0
- package/corpus/core/docs/content/locales/es-ES/cross-app-sso.md +185 -0
- package/corpus/core/docs/content/locales/es-ES/database.md +183 -0
- package/corpus/core/docs/content/locales/es-ES/deployment.md +349 -0
- package/corpus/core/docs/content/locales/es-ES/dispatch.md +146 -0
- package/corpus/core/docs/content/locales/es-ES/drop-in-agent.md +260 -0
- package/corpus/core/docs/content/locales/es-ES/durable-resume.md +65 -0
- package/corpus/core/docs/content/locales/es-ES/embedding-sdk.md +597 -0
- package/corpus/core/docs/content/locales/es-ES/evals.md +155 -0
- package/corpus/core/docs/content/locales/es-ES/extensions.md +360 -0
- package/corpus/core/docs/content/locales/es-ES/external-agents.md +619 -0
- package/corpus/core/docs/content/locales/es-ES/faq.md +142 -0
- package/corpus/core/docs/content/locales/es-ES/file-uploads.md +122 -0
- package/corpus/core/docs/content/locales/es-ES/frames.md +153 -0
- package/corpus/core/docs/content/locales/es-ES/getting-started.md +199 -0
- package/corpus/core/docs/content/locales/es-ES/harness-agents.md +349 -0
- package/corpus/core/docs/content/locales/es-ES/human-approval.md +86 -0
- package/corpus/core/docs/content/locales/es-ES/internationalization.md +67 -24
- package/corpus/core/docs/content/locales/es-ES/key-concepts.md +312 -0
- package/corpus/core/docs/content/locales/es-ES/local-file-mode.md +433 -0
- package/corpus/core/docs/content/locales/es-ES/mcp-apps.md +147 -0
- package/corpus/core/docs/content/locales/es-ES/mcp-clients.md +330 -0
- package/corpus/core/docs/content/locales/es-ES/mcp-protocol.md +279 -0
- package/corpus/core/docs/content/locales/es-ES/messaging.md +461 -0
- package/corpus/core/docs/content/locales/es-ES/migration-workbench.md +33 -0
- package/corpus/core/docs/content/locales/es-ES/multi-app-workspace.md +312 -0
- package/corpus/core/docs/content/locales/es-ES/multi-tenancy.md +52 -0
- package/corpus/core/docs/content/locales/es-ES/native-chat-ui.md +321 -0
- package/corpus/core/docs/content/locales/es-ES/notifications.md +231 -0
- package/corpus/core/docs/content/locales/es-ES/observability.md +294 -0
- package/corpus/core/docs/content/locales/es-ES/observational-memory.md +77 -0
- package/corpus/core/docs/content/locales/es-ES/onboarding.md +216 -0
- package/corpus/core/docs/content/locales/es-ES/plan-plugin.md +200 -0
- package/corpus/core/docs/content/locales/es-ES/pr-visual-recap.md +384 -0
- package/corpus/core/docs/content/locales/es-ES/processors.md +106 -0
- package/corpus/core/docs/content/locales/es-ES/progress.md +199 -0
- package/corpus/core/docs/content/locales/es-ES/pure-agent-apps.md +39 -0
- package/corpus/core/docs/content/locales/es-ES/real-time-collaboration.md +676 -0
- package/corpus/core/docs/content/locales/es-ES/recurring-jobs.md +142 -0
- package/corpus/core/docs/content/locales/es-ES/routing.md +79 -0
- package/corpus/core/docs/content/locales/es-ES/sandbox-adapters.md +227 -0
- package/corpus/core/docs/content/locales/es-ES/security.md +330 -0
- package/corpus/core/docs/content/locales/es-ES/server.md +253 -0
- package/corpus/core/docs/content/locales/es-ES/sharing.md +219 -0
- package/corpus/core/docs/content/locales/es-ES/skills-guide.md +281 -0
- package/corpus/core/docs/content/locales/es-ES/template-analytics.md +259 -0
- package/corpus/core/docs/content/locales/es-ES/template-assets.md +303 -0
- package/corpus/core/docs/content/locales/es-ES/template-brain.md +324 -0
- package/corpus/core/docs/content/locales/es-ES/template-calendar.md +194 -0
- package/corpus/core/docs/content/locales/es-ES/template-chat.md +129 -0
- package/corpus/core/docs/content/locales/es-ES/template-clips.md +368 -0
- package/corpus/core/docs/content/locales/es-ES/template-content.md +402 -0
- package/corpus/core/docs/content/locales/es-ES/template-design.md +173 -0
- package/corpus/core/docs/content/locales/es-ES/template-dispatch.md +220 -0
- package/corpus/core/docs/content/locales/es-ES/template-forms.md +178 -0
- package/corpus/core/docs/content/locales/es-ES/template-mail.md +239 -0
- package/corpus/core/docs/content/locales/es-ES/template-plan.md +815 -0
- package/corpus/core/docs/content/locales/es-ES/template-slides.md +293 -0
- package/corpus/core/docs/content/locales/es-ES/template-videos.md +222 -0
- package/corpus/core/docs/content/locales/es-ES/tracking.md +236 -0
- package/corpus/core/docs/content/locales/es-ES/using-your-agent.md +71 -0
- package/corpus/core/docs/content/locales/es-ES/voice-input.md +81 -0
- package/corpus/core/docs/content/locales/es-ES/what-is-agent-native.md +202 -0
- package/corpus/core/docs/content/locales/es-ES/workspace-connections.md +321 -0
- package/corpus/core/docs/content/locales/es-ES/workspace-management.md +175 -0
- package/corpus/core/docs/content/locales/es-ES/workspace.md +323 -0
- package/corpus/core/docs/content/locales/es-ES/writing-agent-instructions.md +173 -0
- package/corpus/core/docs/content/locales/fr-FR/a2a-protocol.md +392 -0
- package/corpus/core/docs/content/locales/fr-FR/actions.md +583 -0
- package/corpus/core/docs/content/locales/fr-FR/agent-mentions.md +164 -0
- package/corpus/core/docs/content/locales/fr-FR/agent-surfaces.md +397 -0
- package/corpus/core/docs/content/locales/fr-FR/agent-teams.md +171 -0
- package/corpus/core/docs/content/locales/fr-FR/agent-web-surfaces.md +161 -0
- package/corpus/core/docs/content/locales/fr-FR/audit-log.md +111 -0
- package/corpus/core/docs/content/locales/fr-FR/authentication.md +332 -0
- package/corpus/core/docs/content/locales/fr-FR/automations.md +268 -0
- package/corpus/core/docs/content/locales/fr-FR/blueprint-installer.md +83 -0
- package/corpus/core/docs/content/locales/fr-FR/cli-adapters.md +129 -0
- package/corpus/core/docs/content/locales/fr-FR/client.md +398 -0
- package/corpus/core/docs/content/locales/fr-FR/cloneable-saas.md +114 -0
- package/corpus/core/docs/content/locales/fr-FR/code-agents-ui.md +436 -0
- package/corpus/core/docs/content/locales/fr-FR/components.md +368 -0
- package/corpus/core/docs/content/locales/fr-FR/context-awareness.md +373 -0
- package/corpus/core/docs/content/locales/fr-FR/creating-templates.md +411 -0
- package/corpus/core/docs/content/locales/fr-FR/cross-app-sso.md +185 -0
- package/corpus/core/docs/content/locales/fr-FR/database.md +183 -0
- package/corpus/core/docs/content/locales/fr-FR/deployment.md +349 -0
- package/corpus/core/docs/content/locales/fr-FR/dispatch.md +146 -0
- package/corpus/core/docs/content/locales/fr-FR/drop-in-agent.md +260 -0
- package/corpus/core/docs/content/locales/fr-FR/durable-resume.md +65 -0
- package/corpus/core/docs/content/locales/fr-FR/embedding-sdk.md +597 -0
- package/corpus/core/docs/content/locales/fr-FR/evals.md +155 -0
- package/corpus/core/docs/content/locales/fr-FR/extensions.md +360 -0
- package/corpus/core/docs/content/locales/fr-FR/external-agents.md +619 -0
- package/corpus/core/docs/content/locales/fr-FR/faq.md +142 -0
- package/corpus/core/docs/content/locales/fr-FR/file-uploads.md +122 -0
- package/corpus/core/docs/content/locales/fr-FR/frames.md +153 -0
- package/corpus/core/docs/content/locales/fr-FR/getting-started.md +199 -0
- package/corpus/core/docs/content/locales/fr-FR/harness-agents.md +349 -0
- package/corpus/core/docs/content/locales/fr-FR/human-approval.md +86 -0
- package/corpus/core/docs/content/locales/fr-FR/internationalization.md +67 -24
- package/corpus/core/docs/content/locales/fr-FR/key-concepts.md +312 -0
- package/corpus/core/docs/content/locales/fr-FR/local-file-mode.md +433 -0
- package/corpus/core/docs/content/locales/fr-FR/mcp-apps.md +147 -0
- package/corpus/core/docs/content/locales/fr-FR/mcp-clients.md +330 -0
- package/corpus/core/docs/content/locales/fr-FR/mcp-protocol.md +279 -0
- package/corpus/core/docs/content/locales/fr-FR/messaging.md +461 -0
- package/corpus/core/docs/content/locales/fr-FR/migration-workbench.md +33 -0
- package/corpus/core/docs/content/locales/fr-FR/multi-app-workspace.md +312 -0
- package/corpus/core/docs/content/locales/fr-FR/multi-tenancy.md +52 -0
- package/corpus/core/docs/content/locales/fr-FR/native-chat-ui.md +321 -0
- package/corpus/core/docs/content/locales/fr-FR/notifications.md +231 -0
- package/corpus/core/docs/content/locales/fr-FR/observability.md +294 -0
- package/corpus/core/docs/content/locales/fr-FR/observational-memory.md +77 -0
- package/corpus/core/docs/content/locales/fr-FR/onboarding.md +216 -0
- package/corpus/core/docs/content/locales/fr-FR/plan-plugin.md +200 -0
- package/corpus/core/docs/content/locales/fr-FR/pr-visual-recap.md +384 -0
- package/corpus/core/docs/content/locales/fr-FR/processors.md +106 -0
- package/corpus/core/docs/content/locales/fr-FR/progress.md +199 -0
- package/corpus/core/docs/content/locales/fr-FR/pure-agent-apps.md +39 -0
- package/corpus/core/docs/content/locales/fr-FR/real-time-collaboration.md +676 -0
- package/corpus/core/docs/content/locales/fr-FR/recurring-jobs.md +142 -0
- package/corpus/core/docs/content/locales/fr-FR/routing.md +79 -0
- package/corpus/core/docs/content/locales/fr-FR/sandbox-adapters.md +227 -0
- package/corpus/core/docs/content/locales/fr-FR/security.md +330 -0
- package/corpus/core/docs/content/locales/fr-FR/server.md +253 -0
- package/corpus/core/docs/content/locales/fr-FR/sharing.md +219 -0
- package/corpus/core/docs/content/locales/fr-FR/skills-guide.md +281 -0
- package/corpus/core/docs/content/locales/fr-FR/template-analytics.md +259 -0
- package/corpus/core/docs/content/locales/fr-FR/template-assets.md +303 -0
- package/corpus/core/docs/content/locales/fr-FR/template-brain.md +324 -0
- package/corpus/core/docs/content/locales/fr-FR/template-calendar.md +194 -0
- package/corpus/core/docs/content/locales/fr-FR/template-chat.md +129 -0
- package/corpus/core/docs/content/locales/fr-FR/template-clips.md +368 -0
- package/corpus/core/docs/content/locales/fr-FR/template-content.md +402 -0
- package/corpus/core/docs/content/locales/fr-FR/template-design.md +173 -0
- package/corpus/core/docs/content/locales/fr-FR/template-dispatch.md +220 -0
- package/corpus/core/docs/content/locales/fr-FR/template-forms.md +178 -0
- package/corpus/core/docs/content/locales/fr-FR/template-mail.md +239 -0
- package/corpus/core/docs/content/locales/fr-FR/template-plan.md +815 -0
- package/corpus/core/docs/content/locales/fr-FR/template-slides.md +293 -0
- package/corpus/core/docs/content/locales/fr-FR/template-videos.md +222 -0
- package/corpus/core/docs/content/locales/fr-FR/tracking.md +236 -0
- package/corpus/core/docs/content/locales/fr-FR/using-your-agent.md +71 -0
- package/corpus/core/docs/content/locales/fr-FR/voice-input.md +81 -0
- package/corpus/core/docs/content/locales/fr-FR/what-is-agent-native.md +202 -0
- package/corpus/core/docs/content/locales/fr-FR/workspace-connections.md +321 -0
- package/corpus/core/docs/content/locales/fr-FR/workspace-management.md +175 -0
- package/corpus/core/docs/content/locales/fr-FR/workspace.md +323 -0
- package/corpus/core/docs/content/locales/fr-FR/writing-agent-instructions.md +173 -0
- package/corpus/core/docs/content/locales/hi-IN/a2a-protocol.md +392 -0
- package/corpus/core/docs/content/locales/hi-IN/actions.md +583 -0
- package/corpus/core/docs/content/locales/hi-IN/agent-mentions.md +164 -0
- package/corpus/core/docs/content/locales/hi-IN/agent-surfaces.md +397 -0
- package/corpus/core/docs/content/locales/hi-IN/agent-teams.md +171 -0
- package/corpus/core/docs/content/locales/hi-IN/agent-web-surfaces.md +161 -0
- package/corpus/core/docs/content/locales/hi-IN/audit-log.md +111 -0
- package/corpus/core/docs/content/locales/hi-IN/authentication.md +332 -0
- package/corpus/core/docs/content/locales/hi-IN/automations.md +268 -0
- package/corpus/core/docs/content/locales/hi-IN/blueprint-installer.md +83 -0
- package/corpus/core/docs/content/locales/hi-IN/cli-adapters.md +129 -0
- package/corpus/core/docs/content/locales/hi-IN/client.md +398 -0
- package/corpus/core/docs/content/locales/hi-IN/cloneable-saas.md +114 -0
- package/corpus/core/docs/content/locales/hi-IN/code-agents-ui.md +436 -0
- package/corpus/core/docs/content/locales/hi-IN/components.md +368 -0
- package/corpus/core/docs/content/locales/hi-IN/context-awareness.md +373 -0
- package/corpus/core/docs/content/locales/hi-IN/creating-templates.md +411 -0
- package/corpus/core/docs/content/locales/hi-IN/cross-app-sso.md +185 -0
- package/corpus/core/docs/content/locales/hi-IN/database.md +183 -0
- package/corpus/core/docs/content/locales/hi-IN/deployment.md +349 -0
- package/corpus/core/docs/content/locales/hi-IN/dispatch.md +146 -0
- package/corpus/core/docs/content/locales/hi-IN/drop-in-agent.md +260 -0
- package/corpus/core/docs/content/locales/hi-IN/durable-resume.md +65 -0
- package/corpus/core/docs/content/locales/hi-IN/embedding-sdk.md +597 -0
- package/corpus/core/docs/content/locales/hi-IN/evals.md +155 -0
- package/corpus/core/docs/content/locales/hi-IN/extensions.md +360 -0
- package/corpus/core/docs/content/locales/hi-IN/external-agents.md +619 -0
- package/corpus/core/docs/content/locales/hi-IN/faq.md +142 -0
- package/corpus/core/docs/content/locales/hi-IN/file-uploads.md +122 -0
- package/corpus/core/docs/content/locales/hi-IN/frames.md +153 -0
- package/corpus/core/docs/content/locales/hi-IN/getting-started.md +199 -0
- package/corpus/core/docs/content/locales/hi-IN/harness-agents.md +349 -0
- package/corpus/core/docs/content/locales/hi-IN/human-approval.md +86 -0
- package/corpus/core/docs/content/locales/hi-IN/internationalization.md +70 -27
- package/corpus/core/docs/content/locales/hi-IN/key-concepts.md +312 -0
- package/corpus/core/docs/content/locales/hi-IN/local-file-mode.md +433 -0
- package/corpus/core/docs/content/locales/hi-IN/mcp-apps.md +147 -0
- package/corpus/core/docs/content/locales/hi-IN/mcp-clients.md +330 -0
- package/corpus/core/docs/content/locales/hi-IN/mcp-protocol.md +279 -0
- package/corpus/core/docs/content/locales/hi-IN/messaging.md +461 -0
- package/corpus/core/docs/content/locales/hi-IN/migration-workbench.md +33 -0
- package/corpus/core/docs/content/locales/hi-IN/multi-app-workspace.md +312 -0
- package/corpus/core/docs/content/locales/hi-IN/multi-tenancy.md +52 -0
- package/corpus/core/docs/content/locales/hi-IN/native-chat-ui.md +321 -0
- package/corpus/core/docs/content/locales/hi-IN/notifications.md +231 -0
- package/corpus/core/docs/content/locales/hi-IN/observability.md +294 -0
- package/corpus/core/docs/content/locales/hi-IN/observational-memory.md +77 -0
- package/corpus/core/docs/content/locales/hi-IN/onboarding.md +216 -0
- package/corpus/core/docs/content/locales/hi-IN/plan-plugin.md +200 -0
- package/corpus/core/docs/content/locales/hi-IN/pr-visual-recap.md +384 -0
- package/corpus/core/docs/content/locales/hi-IN/processors.md +106 -0
- package/corpus/core/docs/content/locales/hi-IN/progress.md +199 -0
- package/corpus/core/docs/content/locales/hi-IN/pure-agent-apps.md +39 -0
- package/corpus/core/docs/content/locales/hi-IN/real-time-collaboration.md +676 -0
- package/corpus/core/docs/content/locales/hi-IN/recurring-jobs.md +142 -0
- package/corpus/core/docs/content/locales/hi-IN/routing.md +79 -0
- package/corpus/core/docs/content/locales/hi-IN/sandbox-adapters.md +227 -0
- package/corpus/core/docs/content/locales/hi-IN/security.md +330 -0
- package/corpus/core/docs/content/locales/hi-IN/server.md +253 -0
- package/corpus/core/docs/content/locales/hi-IN/sharing.md +219 -0
- package/corpus/core/docs/content/locales/hi-IN/skills-guide.md +281 -0
- package/corpus/core/docs/content/locales/hi-IN/template-analytics.md +259 -0
- package/corpus/core/docs/content/locales/hi-IN/template-assets.md +303 -0
- package/corpus/core/docs/content/locales/hi-IN/template-brain.md +324 -0
- package/corpus/core/docs/content/locales/hi-IN/template-calendar.md +194 -0
- package/corpus/core/docs/content/locales/hi-IN/template-chat.md +129 -0
- package/corpus/core/docs/content/locales/hi-IN/template-clips.md +368 -0
- package/corpus/core/docs/content/locales/hi-IN/template-content.md +402 -0
- package/corpus/core/docs/content/locales/hi-IN/template-design.md +173 -0
- package/corpus/core/docs/content/locales/hi-IN/template-dispatch.md +220 -0
- package/corpus/core/docs/content/locales/hi-IN/template-forms.md +178 -0
- package/corpus/core/docs/content/locales/hi-IN/template-mail.md +239 -0
- package/corpus/core/docs/content/locales/hi-IN/template-plan.md +815 -0
- package/corpus/core/docs/content/locales/hi-IN/template-slides.md +293 -0
- package/corpus/core/docs/content/locales/hi-IN/template-videos.md +222 -0
- package/corpus/core/docs/content/locales/hi-IN/tracking.md +236 -0
- package/corpus/core/docs/content/locales/hi-IN/using-your-agent.md +71 -0
- package/corpus/core/docs/content/locales/hi-IN/voice-input.md +81 -0
- package/corpus/core/docs/content/locales/hi-IN/what-is-agent-native.md +202 -0
- package/corpus/core/docs/content/locales/hi-IN/workspace-connections.md +321 -0
- package/corpus/core/docs/content/locales/hi-IN/workspace-management.md +175 -0
- package/corpus/core/docs/content/locales/hi-IN/workspace.md +323 -0
- package/corpus/core/docs/content/locales/hi-IN/writing-agent-instructions.md +173 -0
- package/corpus/core/docs/content/locales/ja-JP/a2a-protocol.md +392 -0
- package/corpus/core/docs/content/locales/ja-JP/actions.md +583 -0
- package/corpus/core/docs/content/locales/ja-JP/agent-mentions.md +164 -0
- package/corpus/core/docs/content/locales/ja-JP/agent-surfaces.md +397 -0
- package/corpus/core/docs/content/locales/ja-JP/agent-teams.md +171 -0
- package/corpus/core/docs/content/locales/ja-JP/agent-web-surfaces.md +161 -0
- package/corpus/core/docs/content/locales/ja-JP/audit-log.md +111 -0
- package/corpus/core/docs/content/locales/ja-JP/authentication.md +332 -0
- package/corpus/core/docs/content/locales/ja-JP/automations.md +268 -0
- package/corpus/core/docs/content/locales/ja-JP/blueprint-installer.md +83 -0
- package/corpus/core/docs/content/locales/ja-JP/cli-adapters.md +129 -0
- package/corpus/core/docs/content/locales/ja-JP/client.md +398 -0
- package/corpus/core/docs/content/locales/ja-JP/cloneable-saas.md +114 -0
- package/corpus/core/docs/content/locales/ja-JP/code-agents-ui.md +436 -0
- package/corpus/core/docs/content/locales/ja-JP/components.md +368 -0
- package/corpus/core/docs/content/locales/ja-JP/context-awareness.md +373 -0
- package/corpus/core/docs/content/locales/ja-JP/creating-templates.md +411 -0
- package/corpus/core/docs/content/locales/ja-JP/cross-app-sso.md +185 -0
- package/corpus/core/docs/content/locales/ja-JP/database.md +183 -0
- package/corpus/core/docs/content/locales/ja-JP/deployment.md +349 -0
- package/corpus/core/docs/content/locales/ja-JP/dispatch.md +146 -0
- package/corpus/core/docs/content/locales/ja-JP/drop-in-agent.md +260 -0
- package/corpus/core/docs/content/locales/ja-JP/durable-resume.md +65 -0
- package/corpus/core/docs/content/locales/ja-JP/embedding-sdk.md +597 -0
- package/corpus/core/docs/content/locales/ja-JP/evals.md +155 -0
- package/corpus/core/docs/content/locales/ja-JP/extensions.md +360 -0
- package/corpus/core/docs/content/locales/ja-JP/external-agents.md +619 -0
- package/corpus/core/docs/content/locales/ja-JP/faq.md +142 -0
- package/corpus/core/docs/content/locales/ja-JP/file-uploads.md +122 -0
- package/corpus/core/docs/content/locales/ja-JP/frames.md +153 -0
- package/corpus/core/docs/content/locales/ja-JP/getting-started.md +199 -0
- package/corpus/core/docs/content/locales/ja-JP/harness-agents.md +349 -0
- package/corpus/core/docs/content/locales/ja-JP/human-approval.md +86 -0
- package/corpus/core/docs/content/locales/ja-JP/internationalization.md +54 -23
- package/corpus/core/docs/content/locales/ja-JP/key-concepts.md +312 -0
- package/corpus/core/docs/content/locales/ja-JP/local-file-mode.md +433 -0
- package/corpus/core/docs/content/locales/ja-JP/mcp-apps.md +147 -0
- package/corpus/core/docs/content/locales/ja-JP/mcp-clients.md +330 -0
- package/corpus/core/docs/content/locales/ja-JP/mcp-protocol.md +279 -0
- package/corpus/core/docs/content/locales/ja-JP/messaging.md +461 -0
- package/corpus/core/docs/content/locales/ja-JP/migration-workbench.md +33 -0
- package/corpus/core/docs/content/locales/ja-JP/multi-app-workspace.md +312 -0
- package/corpus/core/docs/content/locales/ja-JP/multi-tenancy.md +52 -0
- package/corpus/core/docs/content/locales/ja-JP/native-chat-ui.md +321 -0
- package/corpus/core/docs/content/locales/ja-JP/notifications.md +231 -0
- package/corpus/core/docs/content/locales/ja-JP/observability.md +294 -0
- package/corpus/core/docs/content/locales/ja-JP/observational-memory.md +77 -0
- package/corpus/core/docs/content/locales/ja-JP/onboarding.md +216 -0
- package/corpus/core/docs/content/locales/ja-JP/plan-plugin.md +200 -0
- package/corpus/core/docs/content/locales/ja-JP/pr-visual-recap.md +384 -0
- package/corpus/core/docs/content/locales/ja-JP/processors.md +106 -0
- package/corpus/core/docs/content/locales/ja-JP/progress.md +199 -0
- package/corpus/core/docs/content/locales/ja-JP/pure-agent-apps.md +39 -0
- package/corpus/core/docs/content/locales/ja-JP/real-time-collaboration.md +676 -0
- package/corpus/core/docs/content/locales/ja-JP/recurring-jobs.md +142 -0
- package/corpus/core/docs/content/locales/ja-JP/routing.md +79 -0
- package/corpus/core/docs/content/locales/ja-JP/sandbox-adapters.md +227 -0
- package/corpus/core/docs/content/locales/ja-JP/security.md +330 -0
- package/corpus/core/docs/content/locales/ja-JP/server.md +253 -0
- package/corpus/core/docs/content/locales/ja-JP/sharing.md +219 -0
- package/corpus/core/docs/content/locales/ja-JP/skills-guide.md +281 -0
- package/corpus/core/docs/content/locales/ja-JP/template-analytics.md +259 -0
- package/corpus/core/docs/content/locales/ja-JP/template-assets.md +303 -0
- package/corpus/core/docs/content/locales/ja-JP/template-brain.md +324 -0
- package/corpus/core/docs/content/locales/ja-JP/template-calendar.md +194 -0
- package/corpus/core/docs/content/locales/ja-JP/template-chat.md +129 -0
- package/corpus/core/docs/content/locales/ja-JP/template-clips.md +368 -0
- package/corpus/core/docs/content/locales/ja-JP/template-content.md +402 -0
- package/corpus/core/docs/content/locales/ja-JP/template-design.md +173 -0
- package/corpus/core/docs/content/locales/ja-JP/template-dispatch.md +220 -0
- package/corpus/core/docs/content/locales/ja-JP/template-forms.md +178 -0
- package/corpus/core/docs/content/locales/ja-JP/template-mail.md +239 -0
- package/corpus/core/docs/content/locales/ja-JP/template-plan.md +814 -0
- package/corpus/core/docs/content/locales/ja-JP/template-slides.md +293 -0
- package/corpus/core/docs/content/locales/ja-JP/template-videos.md +222 -0
- package/corpus/core/docs/content/locales/ja-JP/tracking.md +236 -0
- package/corpus/core/docs/content/locales/ja-JP/using-your-agent.md +71 -0
- package/corpus/core/docs/content/locales/ja-JP/voice-input.md +81 -0
- package/corpus/core/docs/content/locales/ja-JP/what-is-agent-native.md +202 -0
- package/corpus/core/docs/content/locales/ja-JP/workspace-connections.md +321 -0
- package/corpus/core/docs/content/locales/ja-JP/workspace-management.md +175 -0
- package/corpus/core/docs/content/locales/ja-JP/workspace.md +323 -0
- package/corpus/core/docs/content/locales/ja-JP/writing-agent-instructions.md +173 -0
- package/corpus/core/docs/content/locales/ko-KR/a2a-protocol.md +392 -0
- package/corpus/core/docs/content/locales/ko-KR/actions.md +583 -0
- package/corpus/core/docs/content/locales/ko-KR/agent-mentions.md +164 -0
- package/corpus/core/docs/content/locales/ko-KR/agent-surfaces.md +397 -0
- package/corpus/core/docs/content/locales/ko-KR/agent-teams.md +171 -0
- package/corpus/core/docs/content/locales/ko-KR/agent-web-surfaces.md +161 -0
- package/corpus/core/docs/content/locales/ko-KR/audit-log.md +111 -0
- package/corpus/core/docs/content/locales/ko-KR/authentication.md +332 -0
- package/corpus/core/docs/content/locales/ko-KR/automations.md +268 -0
- package/corpus/core/docs/content/locales/ko-KR/blueprint-installer.md +83 -0
- package/corpus/core/docs/content/locales/ko-KR/cli-adapters.md +129 -0
- package/corpus/core/docs/content/locales/ko-KR/client.md +398 -0
- package/corpus/core/docs/content/locales/ko-KR/cloneable-saas.md +114 -0
- package/corpus/core/docs/content/locales/ko-KR/code-agents-ui.md +436 -0
- package/corpus/core/docs/content/locales/ko-KR/components.md +368 -0
- package/corpus/core/docs/content/locales/ko-KR/context-awareness.md +373 -0
- package/corpus/core/docs/content/locales/ko-KR/creating-templates.md +411 -0
- package/corpus/core/docs/content/locales/ko-KR/cross-app-sso.md +187 -0
- package/corpus/core/docs/content/locales/ko-KR/database.md +183 -0
- package/corpus/core/docs/content/locales/ko-KR/deployment.md +349 -0
- package/corpus/core/docs/content/locales/ko-KR/dispatch.md +146 -0
- package/corpus/core/docs/content/locales/ko-KR/drop-in-agent.md +260 -0
- package/corpus/core/docs/content/locales/ko-KR/durable-resume.md +65 -0
- package/corpus/core/docs/content/locales/ko-KR/embedding-sdk.md +597 -0
- package/corpus/core/docs/content/locales/ko-KR/evals.md +155 -0
- package/corpus/core/docs/content/locales/ko-KR/extensions.md +360 -0
- package/corpus/core/docs/content/locales/ko-KR/external-agents.md +621 -0
- package/corpus/core/docs/content/locales/ko-KR/faq.md +142 -0
- package/corpus/core/docs/content/locales/ko-KR/file-uploads.md +122 -0
- package/corpus/core/docs/content/locales/ko-KR/frames.md +153 -0
- package/corpus/core/docs/content/locales/ko-KR/getting-started.md +199 -0
- package/corpus/core/docs/content/locales/ko-KR/harness-agents.md +349 -0
- package/corpus/core/docs/content/locales/ko-KR/human-approval.md +88 -0
- package/corpus/core/docs/content/locales/ko-KR/internationalization.md +66 -23
- package/corpus/core/docs/content/locales/ko-KR/key-concepts.md +312 -0
- package/corpus/core/docs/content/locales/ko-KR/local-file-mode.md +433 -0
- package/corpus/core/docs/content/locales/ko-KR/mcp-apps.md +147 -0
- package/corpus/core/docs/content/locales/ko-KR/mcp-clients.md +330 -0
- package/corpus/core/docs/content/locales/ko-KR/mcp-protocol.md +279 -0
- package/corpus/core/docs/content/locales/ko-KR/messaging.md +464 -0
- package/corpus/core/docs/content/locales/ko-KR/migration-workbench.md +33 -0
- package/corpus/core/docs/content/locales/ko-KR/multi-app-workspace.md +312 -0
- package/corpus/core/docs/content/locales/ko-KR/multi-tenancy.md +52 -0
- package/corpus/core/docs/content/locales/ko-KR/native-chat-ui.md +321 -0
- package/corpus/core/docs/content/locales/ko-KR/notifications.md +231 -0
- package/corpus/core/docs/content/locales/ko-KR/observability.md +294 -0
- package/corpus/core/docs/content/locales/ko-KR/observational-memory.md +77 -0
- package/corpus/core/docs/content/locales/ko-KR/onboarding.md +216 -0
- package/corpus/core/docs/content/locales/ko-KR/plan-plugin.md +200 -0
- package/corpus/core/docs/content/locales/ko-KR/pr-visual-recap.md +384 -0
- package/corpus/core/docs/content/locales/ko-KR/processors.md +106 -0
- package/corpus/core/docs/content/locales/ko-KR/progress.md +199 -0
- package/corpus/core/docs/content/locales/ko-KR/pure-agent-apps.md +39 -0
- package/corpus/core/docs/content/locales/ko-KR/real-time-collaboration.md +676 -0
- package/corpus/core/docs/content/locales/ko-KR/recurring-jobs.md +142 -0
- package/corpus/core/docs/content/locales/ko-KR/routing.md +79 -0
- package/corpus/core/docs/content/locales/ko-KR/sandbox-adapters.md +227 -0
- package/corpus/core/docs/content/locales/ko-KR/security.md +330 -0
- package/corpus/core/docs/content/locales/ko-KR/server.md +253 -0
- package/corpus/core/docs/content/locales/ko-KR/sharing.md +219 -0
- package/corpus/core/docs/content/locales/ko-KR/skills-guide.md +281 -0
- package/corpus/core/docs/content/locales/ko-KR/template-analytics.md +259 -0
- package/corpus/core/docs/content/locales/ko-KR/template-assets.md +307 -0
- package/corpus/core/docs/content/locales/ko-KR/template-brain.md +324 -0
- package/corpus/core/docs/content/locales/ko-KR/template-calendar.md +194 -0
- package/corpus/core/docs/content/locales/ko-KR/template-chat.md +129 -0
- package/corpus/core/docs/content/locales/ko-KR/template-clips.md +372 -0
- package/corpus/core/docs/content/locales/ko-KR/template-content.md +402 -0
- package/corpus/core/docs/content/locales/ko-KR/template-design.md +173 -0
- package/corpus/core/docs/content/locales/ko-KR/template-dispatch.md +220 -0
- package/corpus/core/docs/content/locales/ko-KR/template-forms.md +178 -0
- package/corpus/core/docs/content/locales/ko-KR/template-mail.md +239 -0
- package/corpus/core/docs/content/locales/ko-KR/template-plan.md +815 -0
- package/corpus/core/docs/content/locales/ko-KR/template-slides.md +293 -0
- package/corpus/core/docs/content/locales/ko-KR/template-videos.md +222 -0
- package/corpus/core/docs/content/locales/ko-KR/tracking.md +236 -0
- package/corpus/core/docs/content/locales/ko-KR/using-your-agent.md +71 -0
- package/corpus/core/docs/content/locales/ko-KR/voice-input.md +81 -0
- package/corpus/core/docs/content/locales/ko-KR/what-is-agent-native.md +202 -0
- package/corpus/core/docs/content/locales/ko-KR/workspace-connections.md +321 -0
- package/corpus/core/docs/content/locales/ko-KR/workspace-management.md +175 -0
- package/corpus/core/docs/content/locales/ko-KR/workspace.md +323 -0
- package/corpus/core/docs/content/locales/ko-KR/writing-agent-instructions.md +173 -0
- package/corpus/core/docs/content/locales/pt-BR/a2a-protocol.md +392 -0
- package/corpus/core/docs/content/locales/pt-BR/actions.md +583 -0
- package/corpus/core/docs/content/locales/pt-BR/agent-mentions.md +164 -0
- package/corpus/core/docs/content/locales/pt-BR/agent-surfaces.md +397 -0
- package/corpus/core/docs/content/locales/pt-BR/agent-teams.md +171 -0
- package/corpus/core/docs/content/locales/pt-BR/agent-web-surfaces.md +161 -0
- package/corpus/core/docs/content/locales/pt-BR/audit-log.md +111 -0
- package/corpus/core/docs/content/locales/pt-BR/authentication.md +332 -0
- package/corpus/core/docs/content/locales/pt-BR/automations.md +268 -0
- package/corpus/core/docs/content/locales/pt-BR/blueprint-installer.md +83 -0
- package/corpus/core/docs/content/locales/pt-BR/cli-adapters.md +129 -0
- package/corpus/core/docs/content/locales/pt-BR/client.md +398 -0
- package/corpus/core/docs/content/locales/pt-BR/cloneable-saas.md +114 -0
- package/corpus/core/docs/content/locales/pt-BR/code-agents-ui.md +436 -0
- package/corpus/core/docs/content/locales/pt-BR/components.md +368 -0
- package/corpus/core/docs/content/locales/pt-BR/context-awareness.md +373 -0
- package/corpus/core/docs/content/locales/pt-BR/creating-templates.md +411 -0
- package/corpus/core/docs/content/locales/pt-BR/cross-app-sso.md +185 -0
- package/corpus/core/docs/content/locales/pt-BR/database.md +183 -0
- package/corpus/core/docs/content/locales/pt-BR/deployment.md +349 -0
- package/corpus/core/docs/content/locales/pt-BR/dispatch.md +146 -0
- package/corpus/core/docs/content/locales/pt-BR/drop-in-agent.md +260 -0
- package/corpus/core/docs/content/locales/pt-BR/durable-resume.md +65 -0
- package/corpus/core/docs/content/locales/pt-BR/embedding-sdk.md +597 -0
- package/corpus/core/docs/content/locales/pt-BR/evals.md +155 -0
- package/corpus/core/docs/content/locales/pt-BR/extensions.md +360 -0
- package/corpus/core/docs/content/locales/pt-BR/external-agents.md +619 -0
- package/corpus/core/docs/content/locales/pt-BR/faq.md +142 -0
- package/corpus/core/docs/content/locales/pt-BR/file-uploads.md +122 -0
- package/corpus/core/docs/content/locales/pt-BR/frames.md +153 -0
- package/corpus/core/docs/content/locales/pt-BR/getting-started.md +199 -0
- package/corpus/core/docs/content/locales/pt-BR/harness-agents.md +349 -0
- package/corpus/core/docs/content/locales/pt-BR/human-approval.md +86 -0
- package/corpus/core/docs/content/locales/pt-BR/internationalization.md +67 -24
- package/corpus/core/docs/content/locales/pt-BR/key-concepts.md +312 -0
- package/corpus/core/docs/content/locales/pt-BR/local-file-mode.md +433 -0
- package/corpus/core/docs/content/locales/pt-BR/mcp-apps.md +147 -0
- package/corpus/core/docs/content/locales/pt-BR/mcp-clients.md +330 -0
- package/corpus/core/docs/content/locales/pt-BR/mcp-protocol.md +279 -0
- package/corpus/core/docs/content/locales/pt-BR/messaging.md +461 -0
- package/corpus/core/docs/content/locales/pt-BR/migration-workbench.md +33 -0
- package/corpus/core/docs/content/locales/pt-BR/multi-app-workspace.md +312 -0
- package/corpus/core/docs/content/locales/pt-BR/multi-tenancy.md +52 -0
- package/corpus/core/docs/content/locales/pt-BR/native-chat-ui.md +321 -0
- package/corpus/core/docs/content/locales/pt-BR/notifications.md +231 -0
- package/corpus/core/docs/content/locales/pt-BR/observability.md +294 -0
- package/corpus/core/docs/content/locales/pt-BR/observational-memory.md +77 -0
- package/corpus/core/docs/content/locales/pt-BR/onboarding.md +216 -0
- package/corpus/core/docs/content/locales/pt-BR/plan-plugin.md +200 -0
- package/corpus/core/docs/content/locales/pt-BR/pr-visual-recap.md +384 -0
- package/corpus/core/docs/content/locales/pt-BR/processors.md +106 -0
- package/corpus/core/docs/content/locales/pt-BR/progress.md +199 -0
- package/corpus/core/docs/content/locales/pt-BR/pure-agent-apps.md +39 -0
- package/corpus/core/docs/content/locales/pt-BR/real-time-collaboration.md +676 -0
- package/corpus/core/docs/content/locales/pt-BR/recurring-jobs.md +142 -0
- package/corpus/core/docs/content/locales/pt-BR/routing.md +79 -0
- package/corpus/core/docs/content/locales/pt-BR/sandbox-adapters.md +227 -0
- package/corpus/core/docs/content/locales/pt-BR/security.md +330 -0
- package/corpus/core/docs/content/locales/pt-BR/server.md +253 -0
- package/corpus/core/docs/content/locales/pt-BR/sharing.md +219 -0
- package/corpus/core/docs/content/locales/pt-BR/skills-guide.md +281 -0
- package/corpus/core/docs/content/locales/pt-BR/template-analytics.md +259 -0
- package/corpus/core/docs/content/locales/pt-BR/template-assets.md +303 -0
- package/corpus/core/docs/content/locales/pt-BR/template-brain.md +324 -0
- package/corpus/core/docs/content/locales/pt-BR/template-calendar.md +194 -0
- package/corpus/core/docs/content/locales/pt-BR/template-chat.md +129 -0
- package/corpus/core/docs/content/locales/pt-BR/template-clips.md +368 -0
- package/corpus/core/docs/content/locales/pt-BR/template-content.md +402 -0
- package/corpus/core/docs/content/locales/pt-BR/template-design.md +173 -0
- package/corpus/core/docs/content/locales/pt-BR/template-dispatch.md +220 -0
- package/corpus/core/docs/content/locales/pt-BR/template-forms.md +178 -0
- package/corpus/core/docs/content/locales/pt-BR/template-mail.md +239 -0
- package/corpus/core/docs/content/locales/pt-BR/template-plan.md +815 -0
- package/corpus/core/docs/content/locales/pt-BR/template-slides.md +293 -0
- package/corpus/core/docs/content/locales/pt-BR/template-videos.md +222 -0
- package/corpus/core/docs/content/locales/pt-BR/tracking.md +236 -0
- package/corpus/core/docs/content/locales/pt-BR/using-your-agent.md +71 -0
- package/corpus/core/docs/content/locales/pt-BR/voice-input.md +81 -0
- package/corpus/core/docs/content/locales/pt-BR/what-is-agent-native.md +202 -0
- package/corpus/core/docs/content/locales/pt-BR/workspace-connections.md +321 -0
- package/corpus/core/docs/content/locales/pt-BR/workspace-management.md +175 -0
- package/corpus/core/docs/content/locales/pt-BR/workspace.md +323 -0
- package/corpus/core/docs/content/locales/pt-BR/writing-agent-instructions.md +173 -0
- package/corpus/core/docs/content/locales/zh-CN/a2a-protocol.md +392 -0
- package/corpus/core/docs/content/locales/zh-CN/actions.md +583 -0
- package/corpus/core/docs/content/locales/zh-CN/agent-mentions.md +164 -0
- package/corpus/core/docs/content/locales/zh-CN/agent-surfaces.md +397 -0
- package/corpus/core/docs/content/locales/zh-CN/agent-teams.md +171 -0
- package/corpus/core/docs/content/locales/zh-CN/agent-web-surfaces.md +161 -0
- package/corpus/core/docs/content/locales/zh-CN/audit-log.md +111 -0
- package/corpus/core/docs/content/locales/zh-CN/authentication.md +332 -0
- package/corpus/core/docs/content/locales/zh-CN/automations.md +268 -0
- package/corpus/core/docs/content/locales/zh-CN/blueprint-installer.md +83 -0
- package/corpus/core/docs/content/locales/zh-CN/cli-adapters.md +129 -0
- package/corpus/core/docs/content/locales/zh-CN/client.md +398 -0
- package/corpus/core/docs/content/locales/zh-CN/cloneable-saas.md +114 -0
- package/corpus/core/docs/content/locales/zh-CN/code-agents-ui.md +436 -0
- package/corpus/core/docs/content/locales/zh-CN/components.md +368 -0
- package/corpus/core/docs/content/locales/zh-CN/context-awareness.md +373 -0
- package/corpus/core/docs/content/locales/zh-CN/creating-templates.md +411 -0
- package/corpus/core/docs/content/locales/zh-CN/cross-app-sso.md +188 -0
- package/corpus/core/docs/content/locales/zh-CN/database.md +183 -0
- package/corpus/core/docs/content/locales/zh-CN/deployment.md +349 -0
- package/corpus/core/docs/content/locales/zh-CN/dispatch.md +146 -0
- package/corpus/core/docs/content/locales/zh-CN/drop-in-agent.md +260 -0
- package/corpus/core/docs/content/locales/zh-CN/durable-resume.md +65 -0
- package/corpus/core/docs/content/locales/zh-CN/embedding-sdk.md +597 -0
- package/corpus/core/docs/content/locales/zh-CN/evals.md +155 -0
- package/corpus/core/docs/content/locales/zh-CN/extensions.md +360 -0
- package/corpus/core/docs/content/locales/zh-CN/external-agents.md +619 -0
- package/corpus/core/docs/content/locales/zh-CN/faq.md +142 -0
- package/corpus/core/docs/content/locales/zh-CN/file-uploads.md +122 -0
- package/corpus/core/docs/content/locales/zh-CN/frames.md +153 -0
- package/corpus/core/docs/content/locales/zh-CN/getting-started.md +199 -0
- package/corpus/core/docs/content/locales/zh-CN/harness-agents.md +349 -0
- package/corpus/core/docs/content/locales/zh-CN/human-approval.md +86 -0
- package/corpus/core/docs/content/locales/zh-CN/internationalization.md +67 -24
- package/corpus/core/docs/content/locales/zh-CN/key-concepts.md +312 -0
- package/corpus/core/docs/content/locales/zh-CN/local-file-mode.md +433 -0
- package/corpus/core/docs/content/locales/zh-CN/mcp-apps.md +147 -0
- package/corpus/core/docs/content/locales/zh-CN/mcp-clients.md +330 -0
- package/corpus/core/docs/content/locales/zh-CN/mcp-protocol.md +279 -0
- package/corpus/core/docs/content/locales/zh-CN/messaging.md +461 -0
- package/corpus/core/docs/content/locales/zh-CN/migration-workbench.md +33 -0
- package/corpus/core/docs/content/locales/zh-CN/multi-app-workspace.md +312 -0
- package/corpus/core/docs/content/locales/zh-CN/multi-tenancy.md +52 -0
- package/corpus/core/docs/content/locales/zh-CN/native-chat-ui.md +321 -0
- package/corpus/core/docs/content/locales/zh-CN/notifications.md +231 -0
- package/corpus/core/docs/content/locales/zh-CN/observability.md +294 -0
- package/corpus/core/docs/content/locales/zh-CN/observational-memory.md +77 -0
- package/corpus/core/docs/content/locales/zh-CN/onboarding.md +216 -0
- package/corpus/core/docs/content/locales/zh-CN/plan-plugin.md +200 -0
- package/corpus/core/docs/content/locales/zh-CN/pr-visual-recap.md +384 -0
- package/corpus/core/docs/content/locales/zh-CN/processors.md +106 -0
- package/corpus/core/docs/content/locales/zh-CN/progress.md +199 -0
- package/corpus/core/docs/content/locales/zh-CN/pure-agent-apps.md +39 -0
- package/corpus/core/docs/content/locales/zh-CN/real-time-collaboration.md +676 -0
- package/corpus/core/docs/content/locales/zh-CN/recurring-jobs.md +142 -0
- package/corpus/core/docs/content/locales/zh-CN/routing.md +79 -0
- package/corpus/core/docs/content/locales/zh-CN/sandbox-adapters.md +227 -0
- package/corpus/core/docs/content/locales/zh-CN/security.md +330 -0
- package/corpus/core/docs/content/locales/zh-CN/server.md +253 -0
- package/corpus/core/docs/content/locales/zh-CN/sharing.md +219 -0
- package/corpus/core/docs/content/locales/zh-CN/skills-guide.md +281 -0
- package/corpus/core/docs/content/locales/zh-CN/template-analytics.md +259 -0
- package/corpus/core/docs/content/locales/zh-CN/template-assets.md +303 -0
- package/corpus/core/docs/content/locales/zh-CN/template-brain.md +324 -0
- package/corpus/core/docs/content/locales/zh-CN/template-calendar.md +194 -0
- package/corpus/core/docs/content/locales/zh-CN/template-chat.md +129 -0
- package/corpus/core/docs/content/locales/zh-CN/template-clips.md +368 -0
- package/corpus/core/docs/content/locales/zh-CN/template-content.md +402 -0
- package/corpus/core/docs/content/locales/zh-CN/template-design.md +173 -0
- package/corpus/core/docs/content/locales/zh-CN/template-dispatch.md +220 -0
- package/corpus/core/docs/content/locales/zh-CN/template-forms.md +178 -0
- package/corpus/core/docs/content/locales/zh-CN/template-mail.md +239 -0
- package/corpus/core/docs/content/locales/zh-CN/template-plan.md +814 -0
- package/corpus/core/docs/content/locales/zh-CN/template-slides.md +293 -0
- package/corpus/core/docs/content/locales/zh-CN/template-videos.md +222 -0
- package/corpus/core/docs/content/locales/zh-CN/tracking.md +236 -0
- package/corpus/core/docs/content/locales/zh-CN/using-your-agent.md +71 -0
- package/corpus/core/docs/content/locales/zh-CN/voice-input.md +81 -0
- package/corpus/core/docs/content/locales/zh-CN/what-is-agent-native.md +202 -0
- package/corpus/core/docs/content/locales/zh-CN/workspace-connections.md +321 -0
- package/corpus/core/docs/content/locales/zh-CN/workspace-management.md +175 -0
- package/corpus/core/docs/content/locales/zh-CN/workspace.md +323 -0
- package/corpus/core/docs/content/locales/zh-CN/writing-agent-instructions.md +173 -0
- package/corpus/core/package.json +1 -1
- package/corpus/core/src/agent/run-store.ts +13 -0
- package/corpus/core/src/client/components/CodeRequiredDialog.tsx +37 -23
- package/corpus/core/src/client/extensions/EmbeddedExtension.tsx +13 -9
- package/corpus/core/src/client/extensions/ExtensionEditor.tsx +43 -33
- package/corpus/core/src/client/extensions/ExtensionSlot.tsx +16 -12
- package/corpus/core/src/client/extensions/ExtensionsListPage.tsx +52 -37
- package/corpus/core/src/client/i18n.tsx +87 -2
- package/corpus/core/src/client/integrations/IntegrationCard.tsx +13 -8
- package/corpus/core/src/client/integrations/IntegrationsPanel.tsx +34 -30
- package/corpus/core/src/client/observability/ObservabilityDashboard.tsx +90 -65
- package/corpus/core/src/client/org/RequireActiveOrg.tsx +24 -18
- package/corpus/core/src/client/org/TeamPage.tsx +37 -26
- package/corpus/core/src/client/progress/RunsTray.tsx +67 -33
- package/corpus/core/src/extensions/routes.ts +45 -25
- package/corpus/core/src/templates/default/app/i18n/ar-SA.ts +356 -0
- package/corpus/core/src/templates/default/app/i18n/de-DE.ts +332 -0
- package/corpus/core/src/templates/default/app/i18n/en-US.ts +303 -0
- package/corpus/core/src/templates/default/app/i18n/es-ES.ts +339 -0
- package/corpus/core/src/templates/default/app/i18n/fr-FR.ts +339 -0
- package/corpus/core/src/templates/default/app/i18n/hi-IN.ts +332 -0
- package/corpus/core/src/templates/default/app/i18n/index.ts +18 -0
- package/corpus/core/src/templates/default/app/i18n/ja-JP.ts +326 -0
- package/corpus/core/src/templates/default/app/i18n/ko-KR.ts +326 -0
- package/corpus/core/src/templates/default/app/i18n/pt-BR.ts +339 -0
- package/corpus/core/src/templates/default/app/i18n/zh-CN.ts +324 -0
- package/corpus/core/src/templates/default/app/root.tsx +109 -6
- package/corpus/core/src/templates/workspace-core/.agents/skills/extensions/references/api.md +34 -12
- package/corpus/templates/analytics/app/components/layout/NewAnalysisDialog.tsx +16 -10
- package/corpus/templates/analytics/app/components/layout/NewDashboardDialog.tsx +9 -4
- package/corpus/templates/analytics/app/i18n-data.ts +16 -0
- package/corpus/templates/assets/app/i18n-data.ts +101 -0
- package/corpus/templates/assets/app/routes/asset.$id.tsx +60 -36
- package/corpus/templates/assets/app/routes/brand-kits._index.tsx +19 -16
- package/corpus/templates/assets/app/routes/settings.tsx +58 -37
- package/corpus/templates/brain/app/i18n-data.ts +114 -0
- package/corpus/templates/brain/app/routes/_index.tsx +7 -4
- package/corpus/templates/brain/app/routes/ops.tsx +88 -60
- package/corpus/templates/brain/app/routes/search.tsx +97 -56
- package/corpus/templates/calendar/app/components/calendar/DeleteEventDialog.tsx +33 -21
- package/corpus/templates/calendar/app/components/calendar/EventDialog.tsx +25 -30
- package/corpus/templates/calendar/app/i18n/index.ts +3 -24
- package/corpus/templates/calendar/app/i18n-data.ts +61 -0
- package/corpus/templates/calendar/app/pages/Settings.tsx +23 -23
- package/corpus/templates/chat/app/i18n-data.ts +78 -0
- package/corpus/templates/chat/app/routes/database.tsx +3 -1
- package/corpus/templates/chat/app/routes/observability.tsx +3 -2
- package/corpus/templates/chat/app/routes/team.tsx +4 -2
- package/corpus/templates/clips/app/i18n/ar-SA.ts +17 -0
- package/corpus/templates/clips/app/i18n/de-DE.ts +17 -0
- package/corpus/templates/clips/app/i18n/en-US.ts +17 -0
- package/corpus/templates/clips/app/i18n/es-ES.ts +17 -0
- package/corpus/templates/clips/app/i18n/fr-FR.ts +17 -0
- package/corpus/templates/clips/app/i18n/hi-IN.ts +17 -0
- package/corpus/templates/clips/app/i18n/ja-JP.ts +17 -0
- package/corpus/templates/clips/app/i18n/ko-KR.ts +17 -0
- package/corpus/templates/clips/app/i18n/pt-BR.ts +17 -0
- package/corpus/templates/clips/app/i18n/zh-CN.ts +15 -0
- package/corpus/templates/clips/app/routes/_app.trash.tsx +33 -20
- package/corpus/templates/content/app/i18n-data.ts +100 -0
- package/corpus/templates/content/app/routes/_app.team.tsx +7 -6
- package/corpus/templates/design/app/i18n-data.ts +58 -0
- package/corpus/templates/design/app/pages/Present.tsx +4 -3
- package/corpus/templates/design/app/routes/team.tsx +3 -1
- package/corpus/templates/forms/app/i18n/ar-SA.ts +88 -0
- package/corpus/templates/forms/app/i18n/de-DE.ts +88 -0
- package/corpus/templates/forms/app/i18n/en-US.ts +88 -0
- package/corpus/templates/forms/app/i18n/es-ES.ts +90 -0
- package/corpus/templates/forms/app/i18n/fr-FR.ts +88 -0
- package/corpus/templates/forms/app/i18n/hi-IN.ts +88 -0
- package/corpus/templates/forms/app/i18n/ja-JP.ts +88 -0
- package/corpus/templates/forms/app/i18n/ko-KR.ts +88 -0
- package/corpus/templates/forms/app/i18n/pt-BR.ts +88 -0
- package/corpus/templates/forms/app/i18n/zh-CN.ts +88 -0
- package/corpus/templates/forms/app/pages/FormsListPage.tsx +92 -63
- package/corpus/templates/forms/app/pages/ResponsesPage.tsx +37 -20
- package/corpus/templates/forms/app/routes/_index.tsx +15 -14
- package/corpus/templates/macros/app/i18n/ar-SA.ts +22 -0
- package/corpus/templates/macros/app/i18n/de-DE.ts +22 -0
- package/corpus/templates/macros/app/i18n/en-US.ts +22 -0
- package/corpus/templates/macros/app/i18n/es-ES.ts +22 -0
- package/corpus/templates/macros/app/i18n/fr-FR.ts +22 -0
- package/corpus/templates/macros/app/i18n/hi-IN.ts +22 -0
- package/corpus/templates/macros/app/i18n/ja-JP.ts +22 -0
- package/corpus/templates/macros/app/i18n/ko-KR.ts +22 -0
- package/corpus/templates/macros/app/i18n/pt-BR.ts +22 -0
- package/corpus/templates/macros/app/i18n/zh-CN.ts +22 -0
- package/corpus/templates/macros/app/routes/analytics.tsx +54 -27
- package/corpus/templates/mail/app/components/layout/CommandPalette.tsx +34 -26
- package/corpus/templates/mail/app/i18n/ar-SA.ts +30 -0
- package/corpus/templates/mail/app/i18n/de-DE.ts +30 -0
- package/corpus/templates/mail/app/i18n/en-US.ts +30 -0
- package/corpus/templates/mail/app/i18n/es-ES.ts +30 -0
- package/corpus/templates/mail/app/i18n/fr-FR.ts +30 -0
- package/corpus/templates/mail/app/i18n/hi-IN.ts +30 -0
- package/corpus/templates/mail/app/i18n/ja-JP.ts +30 -0
- package/corpus/templates/mail/app/i18n/ko-KR.ts +30 -0
- package/corpus/templates/mail/app/i18n/pt-BR.ts +30 -0
- package/corpus/templates/mail/app/i18n/zh-CN.ts +30 -0
- package/corpus/templates/mail/app/pages/NotFound.tsx +6 -2
- package/corpus/templates/plan/app/components/plan/GuestModeBanner.tsx +4 -3
- package/corpus/templates/plan/app/i18n/ar-SA.ts +17 -0
- package/corpus/templates/plan/app/i18n/de-DE.ts +17 -0
- package/corpus/templates/plan/app/i18n/en-US.ts +17 -0
- package/corpus/templates/plan/app/i18n/es-ES.ts +17 -0
- package/corpus/templates/plan/app/i18n/fr-FR.ts +17 -0
- package/corpus/templates/plan/app/i18n/hi-IN.ts +17 -0
- package/corpus/templates/plan/app/i18n/ja-JP.ts +17 -0
- package/corpus/templates/plan/app/i18n/ko-KR.ts +17 -0
- package/corpus/templates/plan/app/i18n/pt-BR.ts +17 -0
- package/corpus/templates/plan/app/i18n/zh-CN.ts +17 -0
- package/corpus/templates/plan/app/pages/PlanChatPage.tsx +12 -13
- package/corpus/templates/slides/app/i18n/ar-SA.ts +11 -0
- package/corpus/templates/slides/app/i18n/de-DE.ts +11 -0
- package/corpus/templates/slides/app/i18n/en-US.ts +11 -0
- package/corpus/templates/slides/app/i18n/es-ES.ts +11 -0
- package/corpus/templates/slides/app/i18n/fr-FR.ts +11 -0
- package/corpus/templates/slides/app/i18n/hi-IN.ts +11 -0
- package/corpus/templates/slides/app/i18n/ja-JP.ts +11 -0
- package/corpus/templates/slides/app/i18n/ko-KR.ts +11 -0
- package/corpus/templates/slides/app/i18n/pt-BR.ts +11 -0
- package/corpus/templates/slides/app/i18n/zh-CN.ts +11 -0
- package/corpus/templates/slides/app/pages/DesignSystems.tsx +10 -9
- package/corpus/templates/slides/app/pages/NotFound.tsx +4 -2
- package/corpus/templates/videos/app/i18n/ar-SA.ts +14 -0
- package/corpus/templates/videos/app/i18n/de-DE.ts +14 -0
- package/corpus/templates/videos/app/i18n/en-US.ts +14 -0
- package/corpus/templates/videos/app/i18n/es-ES.ts +14 -0
- package/corpus/templates/videos/app/i18n/fr-FR.ts +14 -0
- package/corpus/templates/videos/app/i18n/hi-IN.ts +14 -0
- package/corpus/templates/videos/app/i18n/ja-JP.ts +14 -0
- package/corpus/templates/videos/app/i18n/ko-KR.ts +14 -0
- package/corpus/templates/videos/app/i18n/pt-BR.ts +14 -0
- package/corpus/templates/videos/app/i18n/zh-CN.ts +14 -0
- package/corpus/templates/videos/app/pages/DesignSystems.tsx +10 -9
- package/corpus/templates/videos/app/pages/NewComposition.tsx +9 -9
- package/corpus/templates/videos/app/pages/NotFound.tsx +4 -2
- package/dist/agent/run-store.d.ts +13 -0
- package/dist/agent/run-store.d.ts.map +1 -1
- package/dist/agent/run-store.js +13 -0
- package/dist/agent/run-store.js.map +1 -1
- package/dist/client/components/CodeRequiredDialog.d.ts.map +1 -1
- package/dist/client/components/CodeRequiredDialog.js +12 -9
- package/dist/client/components/CodeRequiredDialog.js.map +1 -1
- package/dist/client/extensions/EmbeddedExtension.d.ts.map +1 -1
- package/dist/client/extensions/EmbeddedExtension.js +4 -2
- package/dist/client/extensions/EmbeddedExtension.js.map +1 -1
- package/dist/client/extensions/ExtensionEditor.d.ts.map +1 -1
- package/dist/client/extensions/ExtensionEditor.js +22 -12
- package/dist/client/extensions/ExtensionEditor.js.map +1 -1
- package/dist/client/extensions/ExtensionSlot.d.ts.map +1 -1
- package/dist/client/extensions/ExtensionSlot.js +9 -7
- package/dist/client/extensions/ExtensionSlot.js.map +1 -1
- package/dist/client/extensions/ExtensionsListPage.d.ts.map +1 -1
- package/dist/client/extensions/ExtensionsListPage.js +28 -15
- package/dist/client/extensions/ExtensionsListPage.js.map +1 -1
- package/dist/client/i18n.d.ts +1 -1
- package/dist/client/i18n.d.ts.map +1 -1
- package/dist/client/i18n.js +68 -2
- package/dist/client/i18n.js.map +1 -1
- package/dist/client/integrations/IntegrationCard.d.ts.map +1 -1
- package/dist/client/integrations/IntegrationCard.js +8 -4
- package/dist/client/integrations/IntegrationCard.js.map +1 -1
- package/dist/client/integrations/IntegrationsPanel.d.ts.map +1 -1
- package/dist/client/integrations/IntegrationsPanel.js +15 -8
- package/dist/client/integrations/IntegrationsPanel.js.map +1 -1
- package/dist/client/observability/ObservabilityDashboard.d.ts.map +1 -1
- package/dist/client/observability/ObservabilityDashboard.js +40 -17
- package/dist/client/observability/ObservabilityDashboard.js.map +1 -1
- package/dist/client/org/RequireActiveOrg.d.ts.map +1 -1
- package/dist/client/org/RequireActiveOrg.js +14 -8
- package/dist/client/org/RequireActiveOrg.js.map +1 -1
- package/dist/client/org/TeamPage.d.ts.map +1 -1
- package/dist/client/org/TeamPage.js +21 -14
- package/dist/client/org/TeamPage.js.map +1 -1
- package/dist/client/progress/RunsTray.d.ts.map +1 -1
- package/dist/client/progress/RunsTray.js +49 -30
- package/dist/client/progress/RunsTray.js.map +1 -1
- package/dist/extensions/routes.d.ts.map +1 -1
- package/dist/extensions/routes.js +38 -24
- package/dist/extensions/routes.js.map +1 -1
- package/dist/templates/default/app/i18n/ar-SA.ts +356 -0
- package/dist/templates/default/app/i18n/de-DE.ts +332 -0
- package/dist/templates/default/app/i18n/en-US.ts +303 -0
- package/dist/templates/default/app/i18n/es-ES.ts +339 -0
- package/dist/templates/default/app/i18n/fr-FR.ts +339 -0
- package/dist/templates/default/app/i18n/hi-IN.ts +332 -0
- package/dist/templates/default/app/i18n/index.ts +18 -0
- package/dist/templates/default/app/i18n/ja-JP.ts +326 -0
- package/dist/templates/default/app/i18n/ko-KR.ts +326 -0
- package/dist/templates/default/app/i18n/pt-BR.ts +339 -0
- package/dist/templates/default/app/i18n/zh-CN.ts +324 -0
- package/dist/templates/default/app/root.tsx +109 -6
- package/dist/templates/workspace-core/.agents/skills/extensions/references/api.md +34 -12
- package/docs/content/extensions.md +16 -0
- package/docs/content/locales/ar-SA/a2a-protocol.md +392 -0
- package/docs/content/locales/ar-SA/actions.md +583 -0
- package/docs/content/locales/ar-SA/agent-mentions.md +164 -0
- package/docs/content/locales/ar-SA/agent-surfaces.md +397 -0
- package/docs/content/locales/ar-SA/agent-teams.md +171 -0
- package/docs/content/locales/ar-SA/agent-web-surfaces.md +161 -0
- package/docs/content/locales/ar-SA/audit-log.md +111 -0
- package/docs/content/locales/ar-SA/authentication.md +332 -0
- package/docs/content/locales/ar-SA/automations.md +268 -0
- package/docs/content/locales/ar-SA/blueprint-installer.md +83 -0
- package/docs/content/locales/ar-SA/cli-adapters.md +129 -0
- package/docs/content/locales/ar-SA/client.md +398 -0
- package/docs/content/locales/ar-SA/cloneable-saas.md +114 -0
- package/docs/content/locales/ar-SA/code-agents-ui.md +436 -0
- package/docs/content/locales/ar-SA/components.md +368 -0
- package/docs/content/locales/ar-SA/context-awareness.md +373 -0
- package/docs/content/locales/ar-SA/creating-templates.md +411 -0
- package/docs/content/locales/ar-SA/cross-app-sso.md +185 -0
- package/docs/content/locales/ar-SA/database.md +183 -0
- package/docs/content/locales/ar-SA/deployment.md +349 -0
- package/docs/content/locales/ar-SA/dispatch.md +146 -0
- package/docs/content/locales/ar-SA/drop-in-agent.md +260 -0
- package/docs/content/locales/ar-SA/durable-resume.md +65 -0
- package/docs/content/locales/ar-SA/embedding-sdk.md +597 -0
- package/docs/content/locales/ar-SA/evals.md +155 -0
- package/docs/content/locales/ar-SA/extensions.md +360 -0
- package/docs/content/locales/ar-SA/external-agents.md +619 -0
- package/docs/content/locales/ar-SA/faq.md +142 -0
- package/docs/content/locales/ar-SA/file-uploads.md +122 -0
- package/docs/content/locales/ar-SA/frames.md +153 -0
- package/docs/content/locales/ar-SA/getting-started.md +199 -0
- package/docs/content/locales/ar-SA/harness-agents.md +349 -0
- package/docs/content/locales/ar-SA/human-approval.md +86 -0
- package/docs/content/locales/ar-SA/internationalization.md +68 -25
- package/docs/content/locales/ar-SA/key-concepts.md +312 -0
- package/docs/content/locales/ar-SA/local-file-mode.md +433 -0
- package/docs/content/locales/ar-SA/mcp-apps.md +147 -0
- package/docs/content/locales/ar-SA/mcp-clients.md +330 -0
- package/docs/content/locales/ar-SA/mcp-protocol.md +279 -0
- package/docs/content/locales/ar-SA/messaging.md +461 -0
- package/docs/content/locales/ar-SA/migration-workbench.md +33 -0
- package/docs/content/locales/ar-SA/multi-app-workspace.md +312 -0
- package/docs/content/locales/ar-SA/multi-tenancy.md +52 -0
- package/docs/content/locales/ar-SA/native-chat-ui.md +321 -0
- package/docs/content/locales/ar-SA/notifications.md +231 -0
- package/docs/content/locales/ar-SA/observability.md +294 -0
- package/docs/content/locales/ar-SA/observational-memory.md +77 -0
- package/docs/content/locales/ar-SA/onboarding.md +216 -0
- package/docs/content/locales/ar-SA/plan-plugin.md +200 -0
- package/docs/content/locales/ar-SA/pr-visual-recap.md +384 -0
- package/docs/content/locales/ar-SA/processors.md +106 -0
- package/docs/content/locales/ar-SA/progress.md +199 -0
- package/docs/content/locales/ar-SA/pure-agent-apps.md +39 -0
- package/docs/content/locales/ar-SA/real-time-collaboration.md +676 -0
- package/docs/content/locales/ar-SA/recurring-jobs.md +142 -0
- package/docs/content/locales/ar-SA/routing.md +79 -0
- package/docs/content/locales/ar-SA/sandbox-adapters.md +227 -0
- package/docs/content/locales/ar-SA/security.md +330 -0
- package/docs/content/locales/ar-SA/server.md +253 -0
- package/docs/content/locales/ar-SA/sharing.md +219 -0
- package/docs/content/locales/ar-SA/skills-guide.md +281 -0
- package/docs/content/locales/ar-SA/template-analytics.md +259 -0
- package/docs/content/locales/ar-SA/template-assets.md +303 -0
- package/docs/content/locales/ar-SA/template-brain.md +324 -0
- package/docs/content/locales/ar-SA/template-calendar.md +194 -0
- package/docs/content/locales/ar-SA/template-chat.md +129 -0
- package/docs/content/locales/ar-SA/template-clips.md +368 -0
- package/docs/content/locales/ar-SA/template-content.md +402 -0
- package/docs/content/locales/ar-SA/template-design.md +173 -0
- package/docs/content/locales/ar-SA/template-dispatch.md +220 -0
- package/docs/content/locales/ar-SA/template-forms.md +178 -0
- package/docs/content/locales/ar-SA/template-mail.md +239 -0
- package/docs/content/locales/ar-SA/template-plan.md +815 -0
- package/docs/content/locales/ar-SA/template-slides.md +293 -0
- package/docs/content/locales/ar-SA/template-videos.md +222 -0
- package/docs/content/locales/ar-SA/tracking.md +236 -0
- package/docs/content/locales/ar-SA/using-your-agent.md +71 -0
- package/docs/content/locales/ar-SA/voice-input.md +81 -0
- package/docs/content/locales/ar-SA/what-is-agent-native.md +202 -0
- package/docs/content/locales/ar-SA/workspace-connections.md +321 -0
- package/docs/content/locales/ar-SA/workspace-management.md +175 -0
- package/docs/content/locales/ar-SA/workspace.md +323 -0
- package/docs/content/locales/ar-SA/writing-agent-instructions.md +173 -0
- package/docs/content/locales/de-DE/a2a-protocol.md +392 -0
- package/docs/content/locales/de-DE/actions.md +583 -0
- package/docs/content/locales/de-DE/agent-mentions.md +164 -0
- package/docs/content/locales/de-DE/agent-surfaces.md +397 -0
- package/docs/content/locales/de-DE/agent-teams.md +171 -0
- package/docs/content/locales/de-DE/agent-web-surfaces.md +161 -0
- package/docs/content/locales/de-DE/audit-log.md +111 -0
- package/docs/content/locales/de-DE/authentication.md +332 -0
- package/docs/content/locales/de-DE/automations.md +268 -0
- package/docs/content/locales/de-DE/blueprint-installer.md +83 -0
- package/docs/content/locales/de-DE/cli-adapters.md +129 -0
- package/docs/content/locales/de-DE/client.md +398 -0
- package/docs/content/locales/de-DE/cloneable-saas.md +114 -0
- package/docs/content/locales/de-DE/code-agents-ui.md +436 -0
- package/docs/content/locales/de-DE/components.md +368 -0
- package/docs/content/locales/de-DE/context-awareness.md +373 -0
- package/docs/content/locales/de-DE/creating-templates.md +411 -0
- package/docs/content/locales/de-DE/cross-app-sso.md +185 -0
- package/docs/content/locales/de-DE/database.md +183 -0
- package/docs/content/locales/de-DE/deployment.md +349 -0
- package/docs/content/locales/de-DE/dispatch.md +146 -0
- package/docs/content/locales/de-DE/drop-in-agent.md +260 -0
- package/docs/content/locales/de-DE/durable-resume.md +65 -0
- package/docs/content/locales/de-DE/embedding-sdk.md +597 -0
- package/docs/content/locales/de-DE/evals.md +155 -0
- package/docs/content/locales/de-DE/extensions.md +360 -0
- package/docs/content/locales/de-DE/external-agents.md +619 -0
- package/docs/content/locales/de-DE/faq.md +142 -0
- package/docs/content/locales/de-DE/file-uploads.md +122 -0
- package/docs/content/locales/de-DE/frames.md +153 -0
- package/docs/content/locales/de-DE/getting-started.md +199 -0
- package/docs/content/locales/de-DE/harness-agents.md +349 -0
- package/docs/content/locales/de-DE/human-approval.md +86 -0
- package/docs/content/locales/de-DE/internationalization.md +65 -22
- package/docs/content/locales/de-DE/key-concepts.md +312 -0
- package/docs/content/locales/de-DE/local-file-mode.md +433 -0
- package/docs/content/locales/de-DE/mcp-apps.md +147 -0
- package/docs/content/locales/de-DE/mcp-clients.md +330 -0
- package/docs/content/locales/de-DE/mcp-protocol.md +279 -0
- package/docs/content/locales/de-DE/messaging.md +461 -0
- package/docs/content/locales/de-DE/migration-workbench.md +33 -0
- package/docs/content/locales/de-DE/multi-app-workspace.md +312 -0
- package/docs/content/locales/de-DE/multi-tenancy.md +52 -0
- package/docs/content/locales/de-DE/native-chat-ui.md +321 -0
- package/docs/content/locales/de-DE/notifications.md +231 -0
- package/docs/content/locales/de-DE/observability.md +294 -0
- package/docs/content/locales/de-DE/observational-memory.md +77 -0
- package/docs/content/locales/de-DE/onboarding.md +216 -0
- package/docs/content/locales/de-DE/plan-plugin.md +200 -0
- package/docs/content/locales/de-DE/pr-visual-recap.md +384 -0
- package/docs/content/locales/de-DE/processors.md +106 -0
- package/docs/content/locales/de-DE/progress.md +199 -0
- package/docs/content/locales/de-DE/pure-agent-apps.md +39 -0
- package/docs/content/locales/de-DE/real-time-collaboration.md +676 -0
- package/docs/content/locales/de-DE/recurring-jobs.md +142 -0
- package/docs/content/locales/de-DE/routing.md +79 -0
- package/docs/content/locales/de-DE/sandbox-adapters.md +227 -0
- package/docs/content/locales/de-DE/security.md +330 -0
- package/docs/content/locales/de-DE/server.md +253 -0
- package/docs/content/locales/de-DE/sharing.md +219 -0
- package/docs/content/locales/de-DE/skills-guide.md +281 -0
- package/docs/content/locales/de-DE/template-analytics.md +259 -0
- package/docs/content/locales/de-DE/template-assets.md +303 -0
- package/docs/content/locales/de-DE/template-brain.md +324 -0
- package/docs/content/locales/de-DE/template-calendar.md +194 -0
- package/docs/content/locales/de-DE/template-chat.md +129 -0
- package/docs/content/locales/de-DE/template-clips.md +368 -0
- package/docs/content/locales/de-DE/template-content.md +402 -0
- package/docs/content/locales/de-DE/template-design.md +173 -0
- package/docs/content/locales/de-DE/template-dispatch.md +220 -0
- package/docs/content/locales/de-DE/template-forms.md +178 -0
- package/docs/content/locales/de-DE/template-mail.md +239 -0
- package/docs/content/locales/de-DE/template-plan.md +814 -0
- package/docs/content/locales/de-DE/template-slides.md +293 -0
- package/docs/content/locales/de-DE/template-videos.md +222 -0
- package/docs/content/locales/de-DE/tracking.md +236 -0
- package/docs/content/locales/de-DE/using-your-agent.md +71 -0
- package/docs/content/locales/de-DE/voice-input.md +81 -0
- package/docs/content/locales/de-DE/what-is-agent-native.md +202 -0
- package/docs/content/locales/de-DE/workspace-connections.md +321 -0
- package/docs/content/locales/de-DE/workspace-management.md +175 -0
- package/docs/content/locales/de-DE/workspace.md +323 -0
- package/docs/content/locales/de-DE/writing-agent-instructions.md +173 -0
- package/docs/content/locales/es-ES/a2a-protocol.md +392 -0
- package/docs/content/locales/es-ES/actions.md +583 -0
- package/docs/content/locales/es-ES/agent-mentions.md +164 -0
- package/docs/content/locales/es-ES/agent-surfaces.md +397 -0
- package/docs/content/locales/es-ES/agent-teams.md +171 -0
- package/docs/content/locales/es-ES/agent-web-surfaces.md +161 -0
- package/docs/content/locales/es-ES/audit-log.md +111 -0
- package/docs/content/locales/es-ES/authentication.md +332 -0
- package/docs/content/locales/es-ES/automations.md +268 -0
- package/docs/content/locales/es-ES/blueprint-installer.md +83 -0
- package/docs/content/locales/es-ES/cli-adapters.md +129 -0
- package/docs/content/locales/es-ES/client.md +398 -0
- package/docs/content/locales/es-ES/cloneable-saas.md +114 -0
- package/docs/content/locales/es-ES/code-agents-ui.md +436 -0
- package/docs/content/locales/es-ES/components.md +368 -0
- package/docs/content/locales/es-ES/context-awareness.md +373 -0
- package/docs/content/locales/es-ES/creating-templates.md +411 -0
- package/docs/content/locales/es-ES/cross-app-sso.md +185 -0
- package/docs/content/locales/es-ES/database.md +183 -0
- package/docs/content/locales/es-ES/deployment.md +349 -0
- package/docs/content/locales/es-ES/dispatch.md +146 -0
- package/docs/content/locales/es-ES/drop-in-agent.md +260 -0
- package/docs/content/locales/es-ES/durable-resume.md +65 -0
- package/docs/content/locales/es-ES/embedding-sdk.md +597 -0
- package/docs/content/locales/es-ES/evals.md +155 -0
- package/docs/content/locales/es-ES/extensions.md +360 -0
- package/docs/content/locales/es-ES/external-agents.md +619 -0
- package/docs/content/locales/es-ES/faq.md +142 -0
- package/docs/content/locales/es-ES/file-uploads.md +122 -0
- package/docs/content/locales/es-ES/frames.md +153 -0
- package/docs/content/locales/es-ES/getting-started.md +199 -0
- package/docs/content/locales/es-ES/harness-agents.md +349 -0
- package/docs/content/locales/es-ES/human-approval.md +86 -0
- package/docs/content/locales/es-ES/internationalization.md +67 -24
- package/docs/content/locales/es-ES/key-concepts.md +312 -0
- package/docs/content/locales/es-ES/local-file-mode.md +433 -0
- package/docs/content/locales/es-ES/mcp-apps.md +147 -0
- package/docs/content/locales/es-ES/mcp-clients.md +330 -0
- package/docs/content/locales/es-ES/mcp-protocol.md +279 -0
- package/docs/content/locales/es-ES/messaging.md +461 -0
- package/docs/content/locales/es-ES/migration-workbench.md +33 -0
- package/docs/content/locales/es-ES/multi-app-workspace.md +312 -0
- package/docs/content/locales/es-ES/multi-tenancy.md +52 -0
- package/docs/content/locales/es-ES/native-chat-ui.md +321 -0
- package/docs/content/locales/es-ES/notifications.md +231 -0
- package/docs/content/locales/es-ES/observability.md +294 -0
- package/docs/content/locales/es-ES/observational-memory.md +77 -0
- package/docs/content/locales/es-ES/onboarding.md +216 -0
- package/docs/content/locales/es-ES/plan-plugin.md +200 -0
- package/docs/content/locales/es-ES/pr-visual-recap.md +384 -0
- package/docs/content/locales/es-ES/processors.md +106 -0
- package/docs/content/locales/es-ES/progress.md +199 -0
- package/docs/content/locales/es-ES/pure-agent-apps.md +39 -0
- package/docs/content/locales/es-ES/real-time-collaboration.md +676 -0
- package/docs/content/locales/es-ES/recurring-jobs.md +142 -0
- package/docs/content/locales/es-ES/routing.md +79 -0
- package/docs/content/locales/es-ES/sandbox-adapters.md +227 -0
- package/docs/content/locales/es-ES/security.md +330 -0
- package/docs/content/locales/es-ES/server.md +253 -0
- package/docs/content/locales/es-ES/sharing.md +219 -0
- package/docs/content/locales/es-ES/skills-guide.md +281 -0
- package/docs/content/locales/es-ES/template-analytics.md +259 -0
- package/docs/content/locales/es-ES/template-assets.md +303 -0
- package/docs/content/locales/es-ES/template-brain.md +324 -0
- package/docs/content/locales/es-ES/template-calendar.md +194 -0
- package/docs/content/locales/es-ES/template-chat.md +129 -0
- package/docs/content/locales/es-ES/template-clips.md +368 -0
- package/docs/content/locales/es-ES/template-content.md +402 -0
- package/docs/content/locales/es-ES/template-design.md +173 -0
- package/docs/content/locales/es-ES/template-dispatch.md +220 -0
- package/docs/content/locales/es-ES/template-forms.md +178 -0
- package/docs/content/locales/es-ES/template-mail.md +239 -0
- package/docs/content/locales/es-ES/template-plan.md +815 -0
- package/docs/content/locales/es-ES/template-slides.md +293 -0
- package/docs/content/locales/es-ES/template-videos.md +222 -0
- package/docs/content/locales/es-ES/tracking.md +236 -0
- package/docs/content/locales/es-ES/using-your-agent.md +71 -0
- package/docs/content/locales/es-ES/voice-input.md +81 -0
- package/docs/content/locales/es-ES/what-is-agent-native.md +202 -0
- package/docs/content/locales/es-ES/workspace-connections.md +321 -0
- package/docs/content/locales/es-ES/workspace-management.md +175 -0
- package/docs/content/locales/es-ES/workspace.md +323 -0
- package/docs/content/locales/es-ES/writing-agent-instructions.md +173 -0
- package/docs/content/locales/fr-FR/a2a-protocol.md +392 -0
- package/docs/content/locales/fr-FR/actions.md +583 -0
- package/docs/content/locales/fr-FR/agent-mentions.md +164 -0
- package/docs/content/locales/fr-FR/agent-surfaces.md +397 -0
- package/docs/content/locales/fr-FR/agent-teams.md +171 -0
- package/docs/content/locales/fr-FR/agent-web-surfaces.md +161 -0
- package/docs/content/locales/fr-FR/audit-log.md +111 -0
- package/docs/content/locales/fr-FR/authentication.md +332 -0
- package/docs/content/locales/fr-FR/automations.md +268 -0
- package/docs/content/locales/fr-FR/blueprint-installer.md +83 -0
- package/docs/content/locales/fr-FR/cli-adapters.md +129 -0
- package/docs/content/locales/fr-FR/client.md +398 -0
- package/docs/content/locales/fr-FR/cloneable-saas.md +114 -0
- package/docs/content/locales/fr-FR/code-agents-ui.md +436 -0
- package/docs/content/locales/fr-FR/components.md +368 -0
- package/docs/content/locales/fr-FR/context-awareness.md +373 -0
- package/docs/content/locales/fr-FR/creating-templates.md +411 -0
- package/docs/content/locales/fr-FR/cross-app-sso.md +185 -0
- package/docs/content/locales/fr-FR/database.md +183 -0
- package/docs/content/locales/fr-FR/deployment.md +349 -0
- package/docs/content/locales/fr-FR/dispatch.md +146 -0
- package/docs/content/locales/fr-FR/drop-in-agent.md +260 -0
- package/docs/content/locales/fr-FR/durable-resume.md +65 -0
- package/docs/content/locales/fr-FR/embedding-sdk.md +597 -0
- package/docs/content/locales/fr-FR/evals.md +155 -0
- package/docs/content/locales/fr-FR/extensions.md +360 -0
- package/docs/content/locales/fr-FR/external-agents.md +619 -0
- package/docs/content/locales/fr-FR/faq.md +142 -0
- package/docs/content/locales/fr-FR/file-uploads.md +122 -0
- package/docs/content/locales/fr-FR/frames.md +153 -0
- package/docs/content/locales/fr-FR/getting-started.md +199 -0
- package/docs/content/locales/fr-FR/harness-agents.md +349 -0
- package/docs/content/locales/fr-FR/human-approval.md +86 -0
- package/docs/content/locales/fr-FR/internationalization.md +67 -24
- package/docs/content/locales/fr-FR/key-concepts.md +312 -0
- package/docs/content/locales/fr-FR/local-file-mode.md +433 -0
- package/docs/content/locales/fr-FR/mcp-apps.md +147 -0
- package/docs/content/locales/fr-FR/mcp-clients.md +330 -0
- package/docs/content/locales/fr-FR/mcp-protocol.md +279 -0
- package/docs/content/locales/fr-FR/messaging.md +461 -0
- package/docs/content/locales/fr-FR/migration-workbench.md +33 -0
- package/docs/content/locales/fr-FR/multi-app-workspace.md +312 -0
- package/docs/content/locales/fr-FR/multi-tenancy.md +52 -0
- package/docs/content/locales/fr-FR/native-chat-ui.md +321 -0
- package/docs/content/locales/fr-FR/notifications.md +231 -0
- package/docs/content/locales/fr-FR/observability.md +294 -0
- package/docs/content/locales/fr-FR/observational-memory.md +77 -0
- package/docs/content/locales/fr-FR/onboarding.md +216 -0
- package/docs/content/locales/fr-FR/plan-plugin.md +200 -0
- package/docs/content/locales/fr-FR/pr-visual-recap.md +384 -0
- package/docs/content/locales/fr-FR/processors.md +106 -0
- package/docs/content/locales/fr-FR/progress.md +199 -0
- package/docs/content/locales/fr-FR/pure-agent-apps.md +39 -0
- package/docs/content/locales/fr-FR/real-time-collaboration.md +676 -0
- package/docs/content/locales/fr-FR/recurring-jobs.md +142 -0
- package/docs/content/locales/fr-FR/routing.md +79 -0
- package/docs/content/locales/fr-FR/sandbox-adapters.md +227 -0
- package/docs/content/locales/fr-FR/security.md +330 -0
- package/docs/content/locales/fr-FR/server.md +253 -0
- package/docs/content/locales/fr-FR/sharing.md +219 -0
- package/docs/content/locales/fr-FR/skills-guide.md +281 -0
- package/docs/content/locales/fr-FR/template-analytics.md +259 -0
- package/docs/content/locales/fr-FR/template-assets.md +303 -0
- package/docs/content/locales/fr-FR/template-brain.md +324 -0
- package/docs/content/locales/fr-FR/template-calendar.md +194 -0
- package/docs/content/locales/fr-FR/template-chat.md +129 -0
- package/docs/content/locales/fr-FR/template-clips.md +368 -0
- package/docs/content/locales/fr-FR/template-content.md +402 -0
- package/docs/content/locales/fr-FR/template-design.md +173 -0
- package/docs/content/locales/fr-FR/template-dispatch.md +220 -0
- package/docs/content/locales/fr-FR/template-forms.md +178 -0
- package/docs/content/locales/fr-FR/template-mail.md +239 -0
- package/docs/content/locales/fr-FR/template-plan.md +815 -0
- package/docs/content/locales/fr-FR/template-slides.md +293 -0
- package/docs/content/locales/fr-FR/template-videos.md +222 -0
- package/docs/content/locales/fr-FR/tracking.md +236 -0
- package/docs/content/locales/fr-FR/using-your-agent.md +71 -0
- package/docs/content/locales/fr-FR/voice-input.md +81 -0
- package/docs/content/locales/fr-FR/what-is-agent-native.md +202 -0
- package/docs/content/locales/fr-FR/workspace-connections.md +321 -0
- package/docs/content/locales/fr-FR/workspace-management.md +175 -0
- package/docs/content/locales/fr-FR/workspace.md +323 -0
- package/docs/content/locales/fr-FR/writing-agent-instructions.md +173 -0
- package/docs/content/locales/hi-IN/a2a-protocol.md +392 -0
- package/docs/content/locales/hi-IN/actions.md +583 -0
- package/docs/content/locales/hi-IN/agent-mentions.md +164 -0
- package/docs/content/locales/hi-IN/agent-surfaces.md +397 -0
- package/docs/content/locales/hi-IN/agent-teams.md +171 -0
- package/docs/content/locales/hi-IN/agent-web-surfaces.md +161 -0
- package/docs/content/locales/hi-IN/audit-log.md +111 -0
- package/docs/content/locales/hi-IN/authentication.md +332 -0
- package/docs/content/locales/hi-IN/automations.md +268 -0
- package/docs/content/locales/hi-IN/blueprint-installer.md +83 -0
- package/docs/content/locales/hi-IN/cli-adapters.md +129 -0
- package/docs/content/locales/hi-IN/client.md +398 -0
- package/docs/content/locales/hi-IN/cloneable-saas.md +114 -0
- package/docs/content/locales/hi-IN/code-agents-ui.md +436 -0
- package/docs/content/locales/hi-IN/components.md +368 -0
- package/docs/content/locales/hi-IN/context-awareness.md +373 -0
- package/docs/content/locales/hi-IN/creating-templates.md +411 -0
- package/docs/content/locales/hi-IN/cross-app-sso.md +185 -0
- package/docs/content/locales/hi-IN/database.md +183 -0
- package/docs/content/locales/hi-IN/deployment.md +349 -0
- package/docs/content/locales/hi-IN/dispatch.md +146 -0
- package/docs/content/locales/hi-IN/drop-in-agent.md +260 -0
- package/docs/content/locales/hi-IN/durable-resume.md +65 -0
- package/docs/content/locales/hi-IN/embedding-sdk.md +597 -0
- package/docs/content/locales/hi-IN/evals.md +155 -0
- package/docs/content/locales/hi-IN/extensions.md +360 -0
- package/docs/content/locales/hi-IN/external-agents.md +619 -0
- package/docs/content/locales/hi-IN/faq.md +142 -0
- package/docs/content/locales/hi-IN/file-uploads.md +122 -0
- package/docs/content/locales/hi-IN/frames.md +153 -0
- package/docs/content/locales/hi-IN/getting-started.md +199 -0
- package/docs/content/locales/hi-IN/harness-agents.md +349 -0
- package/docs/content/locales/hi-IN/human-approval.md +86 -0
- package/docs/content/locales/hi-IN/internationalization.md +70 -27
- package/docs/content/locales/hi-IN/key-concepts.md +312 -0
- package/docs/content/locales/hi-IN/local-file-mode.md +433 -0
- package/docs/content/locales/hi-IN/mcp-apps.md +147 -0
- package/docs/content/locales/hi-IN/mcp-clients.md +330 -0
- package/docs/content/locales/hi-IN/mcp-protocol.md +279 -0
- package/docs/content/locales/hi-IN/messaging.md +461 -0
- package/docs/content/locales/hi-IN/migration-workbench.md +33 -0
- package/docs/content/locales/hi-IN/multi-app-workspace.md +312 -0
- package/docs/content/locales/hi-IN/multi-tenancy.md +52 -0
- package/docs/content/locales/hi-IN/native-chat-ui.md +321 -0
- package/docs/content/locales/hi-IN/notifications.md +231 -0
- package/docs/content/locales/hi-IN/observability.md +294 -0
- package/docs/content/locales/hi-IN/observational-memory.md +77 -0
- package/docs/content/locales/hi-IN/onboarding.md +216 -0
- package/docs/content/locales/hi-IN/plan-plugin.md +200 -0
- package/docs/content/locales/hi-IN/pr-visual-recap.md +384 -0
- package/docs/content/locales/hi-IN/processors.md +106 -0
- package/docs/content/locales/hi-IN/progress.md +199 -0
- package/docs/content/locales/hi-IN/pure-agent-apps.md +39 -0
- package/docs/content/locales/hi-IN/real-time-collaboration.md +676 -0
- package/docs/content/locales/hi-IN/recurring-jobs.md +142 -0
- package/docs/content/locales/hi-IN/routing.md +79 -0
- package/docs/content/locales/hi-IN/sandbox-adapters.md +227 -0
- package/docs/content/locales/hi-IN/security.md +330 -0
- package/docs/content/locales/hi-IN/server.md +253 -0
- package/docs/content/locales/hi-IN/sharing.md +219 -0
- package/docs/content/locales/hi-IN/skills-guide.md +281 -0
- package/docs/content/locales/hi-IN/template-analytics.md +259 -0
- package/docs/content/locales/hi-IN/template-assets.md +303 -0
- package/docs/content/locales/hi-IN/template-brain.md +324 -0
- package/docs/content/locales/hi-IN/template-calendar.md +194 -0
- package/docs/content/locales/hi-IN/template-chat.md +129 -0
- package/docs/content/locales/hi-IN/template-clips.md +368 -0
- package/docs/content/locales/hi-IN/template-content.md +402 -0
- package/docs/content/locales/hi-IN/template-design.md +173 -0
- package/docs/content/locales/hi-IN/template-dispatch.md +220 -0
- package/docs/content/locales/hi-IN/template-forms.md +178 -0
- package/docs/content/locales/hi-IN/template-mail.md +239 -0
- package/docs/content/locales/hi-IN/template-plan.md +815 -0
- package/docs/content/locales/hi-IN/template-slides.md +293 -0
- package/docs/content/locales/hi-IN/template-videos.md +222 -0
- package/docs/content/locales/hi-IN/tracking.md +236 -0
- package/docs/content/locales/hi-IN/using-your-agent.md +71 -0
- package/docs/content/locales/hi-IN/voice-input.md +81 -0
- package/docs/content/locales/hi-IN/what-is-agent-native.md +202 -0
- package/docs/content/locales/hi-IN/workspace-connections.md +321 -0
- package/docs/content/locales/hi-IN/workspace-management.md +175 -0
- package/docs/content/locales/hi-IN/workspace.md +323 -0
- package/docs/content/locales/hi-IN/writing-agent-instructions.md +173 -0
- package/docs/content/locales/ja-JP/a2a-protocol.md +392 -0
- package/docs/content/locales/ja-JP/actions.md +583 -0
- package/docs/content/locales/ja-JP/agent-mentions.md +164 -0
- package/docs/content/locales/ja-JP/agent-surfaces.md +397 -0
- package/docs/content/locales/ja-JP/agent-teams.md +171 -0
- package/docs/content/locales/ja-JP/agent-web-surfaces.md +161 -0
- package/docs/content/locales/ja-JP/audit-log.md +111 -0
- package/docs/content/locales/ja-JP/authentication.md +332 -0
- package/docs/content/locales/ja-JP/automations.md +268 -0
- package/docs/content/locales/ja-JP/blueprint-installer.md +83 -0
- package/docs/content/locales/ja-JP/cli-adapters.md +129 -0
- package/docs/content/locales/ja-JP/client.md +398 -0
- package/docs/content/locales/ja-JP/cloneable-saas.md +114 -0
- package/docs/content/locales/ja-JP/code-agents-ui.md +436 -0
- package/docs/content/locales/ja-JP/components.md +368 -0
- package/docs/content/locales/ja-JP/context-awareness.md +373 -0
- package/docs/content/locales/ja-JP/creating-templates.md +411 -0
- package/docs/content/locales/ja-JP/cross-app-sso.md +185 -0
- package/docs/content/locales/ja-JP/database.md +183 -0
- package/docs/content/locales/ja-JP/deployment.md +349 -0
- package/docs/content/locales/ja-JP/dispatch.md +146 -0
- package/docs/content/locales/ja-JP/drop-in-agent.md +260 -0
- package/docs/content/locales/ja-JP/durable-resume.md +65 -0
- package/docs/content/locales/ja-JP/embedding-sdk.md +597 -0
- package/docs/content/locales/ja-JP/evals.md +155 -0
- package/docs/content/locales/ja-JP/extensions.md +360 -0
- package/docs/content/locales/ja-JP/external-agents.md +619 -0
- package/docs/content/locales/ja-JP/faq.md +142 -0
- package/docs/content/locales/ja-JP/file-uploads.md +122 -0
- package/docs/content/locales/ja-JP/frames.md +153 -0
- package/docs/content/locales/ja-JP/getting-started.md +199 -0
- package/docs/content/locales/ja-JP/harness-agents.md +349 -0
- package/docs/content/locales/ja-JP/human-approval.md +86 -0
- package/docs/content/locales/ja-JP/internationalization.md +54 -23
- package/docs/content/locales/ja-JP/key-concepts.md +312 -0
- package/docs/content/locales/ja-JP/local-file-mode.md +433 -0
- package/docs/content/locales/ja-JP/mcp-apps.md +147 -0
- package/docs/content/locales/ja-JP/mcp-clients.md +330 -0
- package/docs/content/locales/ja-JP/mcp-protocol.md +279 -0
- package/docs/content/locales/ja-JP/messaging.md +461 -0
- package/docs/content/locales/ja-JP/migration-workbench.md +33 -0
- package/docs/content/locales/ja-JP/multi-app-workspace.md +312 -0
- package/docs/content/locales/ja-JP/multi-tenancy.md +52 -0
- package/docs/content/locales/ja-JP/native-chat-ui.md +321 -0
- package/docs/content/locales/ja-JP/notifications.md +231 -0
- package/docs/content/locales/ja-JP/observability.md +294 -0
- package/docs/content/locales/ja-JP/observational-memory.md +77 -0
- package/docs/content/locales/ja-JP/onboarding.md +216 -0
- package/docs/content/locales/ja-JP/plan-plugin.md +200 -0
- package/docs/content/locales/ja-JP/pr-visual-recap.md +384 -0
- package/docs/content/locales/ja-JP/processors.md +106 -0
- package/docs/content/locales/ja-JP/progress.md +199 -0
- package/docs/content/locales/ja-JP/pure-agent-apps.md +39 -0
- package/docs/content/locales/ja-JP/real-time-collaboration.md +676 -0
- package/docs/content/locales/ja-JP/recurring-jobs.md +142 -0
- package/docs/content/locales/ja-JP/routing.md +79 -0
- package/docs/content/locales/ja-JP/sandbox-adapters.md +227 -0
- package/docs/content/locales/ja-JP/security.md +330 -0
- package/docs/content/locales/ja-JP/server.md +253 -0
- package/docs/content/locales/ja-JP/sharing.md +219 -0
- package/docs/content/locales/ja-JP/skills-guide.md +281 -0
- package/docs/content/locales/ja-JP/template-analytics.md +259 -0
- package/docs/content/locales/ja-JP/template-assets.md +303 -0
- package/docs/content/locales/ja-JP/template-brain.md +324 -0
- package/docs/content/locales/ja-JP/template-calendar.md +194 -0
- package/docs/content/locales/ja-JP/template-chat.md +129 -0
- package/docs/content/locales/ja-JP/template-clips.md +368 -0
- package/docs/content/locales/ja-JP/template-content.md +402 -0
- package/docs/content/locales/ja-JP/template-design.md +173 -0
- package/docs/content/locales/ja-JP/template-dispatch.md +220 -0
- package/docs/content/locales/ja-JP/template-forms.md +178 -0
- package/docs/content/locales/ja-JP/template-mail.md +239 -0
- package/docs/content/locales/ja-JP/template-plan.md +814 -0
- package/docs/content/locales/ja-JP/template-slides.md +293 -0
- package/docs/content/locales/ja-JP/template-videos.md +222 -0
- package/docs/content/locales/ja-JP/tracking.md +236 -0
- package/docs/content/locales/ja-JP/using-your-agent.md +71 -0
- package/docs/content/locales/ja-JP/voice-input.md +81 -0
- package/docs/content/locales/ja-JP/what-is-agent-native.md +202 -0
- package/docs/content/locales/ja-JP/workspace-connections.md +321 -0
- package/docs/content/locales/ja-JP/workspace-management.md +175 -0
- package/docs/content/locales/ja-JP/workspace.md +323 -0
- package/docs/content/locales/ja-JP/writing-agent-instructions.md +173 -0
- package/docs/content/locales/ko-KR/a2a-protocol.md +392 -0
- package/docs/content/locales/ko-KR/actions.md +583 -0
- package/docs/content/locales/ko-KR/agent-mentions.md +164 -0
- package/docs/content/locales/ko-KR/agent-surfaces.md +397 -0
- package/docs/content/locales/ko-KR/agent-teams.md +171 -0
- package/docs/content/locales/ko-KR/agent-web-surfaces.md +161 -0
- package/docs/content/locales/ko-KR/audit-log.md +111 -0
- package/docs/content/locales/ko-KR/authentication.md +332 -0
- package/docs/content/locales/ko-KR/automations.md +268 -0
- package/docs/content/locales/ko-KR/blueprint-installer.md +83 -0
- package/docs/content/locales/ko-KR/cli-adapters.md +129 -0
- package/docs/content/locales/ko-KR/client.md +398 -0
- package/docs/content/locales/ko-KR/cloneable-saas.md +114 -0
- package/docs/content/locales/ko-KR/code-agents-ui.md +436 -0
- package/docs/content/locales/ko-KR/components.md +368 -0
- package/docs/content/locales/ko-KR/context-awareness.md +373 -0
- package/docs/content/locales/ko-KR/creating-templates.md +411 -0
- package/docs/content/locales/ko-KR/cross-app-sso.md +187 -0
- package/docs/content/locales/ko-KR/database.md +183 -0
- package/docs/content/locales/ko-KR/deployment.md +349 -0
- package/docs/content/locales/ko-KR/dispatch.md +146 -0
- package/docs/content/locales/ko-KR/drop-in-agent.md +260 -0
- package/docs/content/locales/ko-KR/durable-resume.md +65 -0
- package/docs/content/locales/ko-KR/embedding-sdk.md +597 -0
- package/docs/content/locales/ko-KR/evals.md +155 -0
- package/docs/content/locales/ko-KR/extensions.md +360 -0
- package/docs/content/locales/ko-KR/external-agents.md +621 -0
- package/docs/content/locales/ko-KR/faq.md +142 -0
- package/docs/content/locales/ko-KR/file-uploads.md +122 -0
- package/docs/content/locales/ko-KR/frames.md +153 -0
- package/docs/content/locales/ko-KR/getting-started.md +199 -0
- package/docs/content/locales/ko-KR/harness-agents.md +349 -0
- package/docs/content/locales/ko-KR/human-approval.md +88 -0
- package/docs/content/locales/ko-KR/internationalization.md +66 -23
- package/docs/content/locales/ko-KR/key-concepts.md +312 -0
- package/docs/content/locales/ko-KR/local-file-mode.md +433 -0
- package/docs/content/locales/ko-KR/mcp-apps.md +147 -0
- package/docs/content/locales/ko-KR/mcp-clients.md +330 -0
- package/docs/content/locales/ko-KR/mcp-protocol.md +279 -0
- package/docs/content/locales/ko-KR/messaging.md +464 -0
- package/docs/content/locales/ko-KR/migration-workbench.md +33 -0
- package/docs/content/locales/ko-KR/multi-app-workspace.md +312 -0
- package/docs/content/locales/ko-KR/multi-tenancy.md +52 -0
- package/docs/content/locales/ko-KR/native-chat-ui.md +321 -0
- package/docs/content/locales/ko-KR/notifications.md +231 -0
- package/docs/content/locales/ko-KR/observability.md +294 -0
- package/docs/content/locales/ko-KR/observational-memory.md +77 -0
- package/docs/content/locales/ko-KR/onboarding.md +216 -0
- package/docs/content/locales/ko-KR/plan-plugin.md +200 -0
- package/docs/content/locales/ko-KR/pr-visual-recap.md +384 -0
- package/docs/content/locales/ko-KR/processors.md +106 -0
- package/docs/content/locales/ko-KR/progress.md +199 -0
- package/docs/content/locales/ko-KR/pure-agent-apps.md +39 -0
- package/docs/content/locales/ko-KR/real-time-collaboration.md +676 -0
- package/docs/content/locales/ko-KR/recurring-jobs.md +142 -0
- package/docs/content/locales/ko-KR/routing.md +79 -0
- package/docs/content/locales/ko-KR/sandbox-adapters.md +227 -0
- package/docs/content/locales/ko-KR/security.md +330 -0
- package/docs/content/locales/ko-KR/server.md +253 -0
- package/docs/content/locales/ko-KR/sharing.md +219 -0
- package/docs/content/locales/ko-KR/skills-guide.md +281 -0
- package/docs/content/locales/ko-KR/template-analytics.md +259 -0
- package/docs/content/locales/ko-KR/template-assets.md +307 -0
- package/docs/content/locales/ko-KR/template-brain.md +324 -0
- package/docs/content/locales/ko-KR/template-calendar.md +194 -0
- package/docs/content/locales/ko-KR/template-chat.md +129 -0
- package/docs/content/locales/ko-KR/template-clips.md +372 -0
- package/docs/content/locales/ko-KR/template-content.md +402 -0
- package/docs/content/locales/ko-KR/template-design.md +173 -0
- package/docs/content/locales/ko-KR/template-dispatch.md +220 -0
- package/docs/content/locales/ko-KR/template-forms.md +178 -0
- package/docs/content/locales/ko-KR/template-mail.md +239 -0
- package/docs/content/locales/ko-KR/template-plan.md +815 -0
- package/docs/content/locales/ko-KR/template-slides.md +293 -0
- package/docs/content/locales/ko-KR/template-videos.md +222 -0
- package/docs/content/locales/ko-KR/tracking.md +236 -0
- package/docs/content/locales/ko-KR/using-your-agent.md +71 -0
- package/docs/content/locales/ko-KR/voice-input.md +81 -0
- package/docs/content/locales/ko-KR/what-is-agent-native.md +202 -0
- package/docs/content/locales/ko-KR/workspace-connections.md +321 -0
- package/docs/content/locales/ko-KR/workspace-management.md +175 -0
- package/docs/content/locales/ko-KR/workspace.md +323 -0
- package/docs/content/locales/ko-KR/writing-agent-instructions.md +173 -0
- package/docs/content/locales/pt-BR/a2a-protocol.md +392 -0
- package/docs/content/locales/pt-BR/actions.md +583 -0
- package/docs/content/locales/pt-BR/agent-mentions.md +164 -0
- package/docs/content/locales/pt-BR/agent-surfaces.md +397 -0
- package/docs/content/locales/pt-BR/agent-teams.md +171 -0
- package/docs/content/locales/pt-BR/agent-web-surfaces.md +161 -0
- package/docs/content/locales/pt-BR/audit-log.md +111 -0
- package/docs/content/locales/pt-BR/authentication.md +332 -0
- package/docs/content/locales/pt-BR/automations.md +268 -0
- package/docs/content/locales/pt-BR/blueprint-installer.md +83 -0
- package/docs/content/locales/pt-BR/cli-adapters.md +129 -0
- package/docs/content/locales/pt-BR/client.md +398 -0
- package/docs/content/locales/pt-BR/cloneable-saas.md +114 -0
- package/docs/content/locales/pt-BR/code-agents-ui.md +436 -0
- package/docs/content/locales/pt-BR/components.md +368 -0
- package/docs/content/locales/pt-BR/context-awareness.md +373 -0
- package/docs/content/locales/pt-BR/creating-templates.md +411 -0
- package/docs/content/locales/pt-BR/cross-app-sso.md +185 -0
- package/docs/content/locales/pt-BR/database.md +183 -0
- package/docs/content/locales/pt-BR/deployment.md +349 -0
- package/docs/content/locales/pt-BR/dispatch.md +146 -0
- package/docs/content/locales/pt-BR/drop-in-agent.md +260 -0
- package/docs/content/locales/pt-BR/durable-resume.md +65 -0
- package/docs/content/locales/pt-BR/embedding-sdk.md +597 -0
- package/docs/content/locales/pt-BR/evals.md +155 -0
- package/docs/content/locales/pt-BR/extensions.md +360 -0
- package/docs/content/locales/pt-BR/external-agents.md +619 -0
- package/docs/content/locales/pt-BR/faq.md +142 -0
- package/docs/content/locales/pt-BR/file-uploads.md +122 -0
- package/docs/content/locales/pt-BR/frames.md +153 -0
- package/docs/content/locales/pt-BR/getting-started.md +199 -0
- package/docs/content/locales/pt-BR/harness-agents.md +349 -0
- package/docs/content/locales/pt-BR/human-approval.md +86 -0
- package/docs/content/locales/pt-BR/internationalization.md +67 -24
- package/docs/content/locales/pt-BR/key-concepts.md +312 -0
- package/docs/content/locales/pt-BR/local-file-mode.md +433 -0
- package/docs/content/locales/pt-BR/mcp-apps.md +147 -0
- package/docs/content/locales/pt-BR/mcp-clients.md +330 -0
- package/docs/content/locales/pt-BR/mcp-protocol.md +279 -0
- package/docs/content/locales/pt-BR/messaging.md +461 -0
- package/docs/content/locales/pt-BR/migration-workbench.md +33 -0
- package/docs/content/locales/pt-BR/multi-app-workspace.md +312 -0
- package/docs/content/locales/pt-BR/multi-tenancy.md +52 -0
- package/docs/content/locales/pt-BR/native-chat-ui.md +321 -0
- package/docs/content/locales/pt-BR/notifications.md +231 -0
- package/docs/content/locales/pt-BR/observability.md +294 -0
- package/docs/content/locales/pt-BR/observational-memory.md +77 -0
- package/docs/content/locales/pt-BR/onboarding.md +216 -0
- package/docs/content/locales/pt-BR/plan-plugin.md +200 -0
- package/docs/content/locales/pt-BR/pr-visual-recap.md +384 -0
- package/docs/content/locales/pt-BR/processors.md +106 -0
- package/docs/content/locales/pt-BR/progress.md +199 -0
- package/docs/content/locales/pt-BR/pure-agent-apps.md +39 -0
- package/docs/content/locales/pt-BR/real-time-collaboration.md +676 -0
- package/docs/content/locales/pt-BR/recurring-jobs.md +142 -0
- package/docs/content/locales/pt-BR/routing.md +79 -0
- package/docs/content/locales/pt-BR/sandbox-adapters.md +227 -0
- package/docs/content/locales/pt-BR/security.md +330 -0
- package/docs/content/locales/pt-BR/server.md +253 -0
- package/docs/content/locales/pt-BR/sharing.md +219 -0
- package/docs/content/locales/pt-BR/skills-guide.md +281 -0
- package/docs/content/locales/pt-BR/template-analytics.md +259 -0
- package/docs/content/locales/pt-BR/template-assets.md +303 -0
- package/docs/content/locales/pt-BR/template-brain.md +324 -0
- package/docs/content/locales/pt-BR/template-calendar.md +194 -0
- package/docs/content/locales/pt-BR/template-chat.md +129 -0
- package/docs/content/locales/pt-BR/template-clips.md +368 -0
- package/docs/content/locales/pt-BR/template-content.md +402 -0
- package/docs/content/locales/pt-BR/template-design.md +173 -0
- package/docs/content/locales/pt-BR/template-dispatch.md +220 -0
- package/docs/content/locales/pt-BR/template-forms.md +178 -0
- package/docs/content/locales/pt-BR/template-mail.md +239 -0
- package/docs/content/locales/pt-BR/template-plan.md +815 -0
- package/docs/content/locales/pt-BR/template-slides.md +293 -0
- package/docs/content/locales/pt-BR/template-videos.md +222 -0
- package/docs/content/locales/pt-BR/tracking.md +236 -0
- package/docs/content/locales/pt-BR/using-your-agent.md +71 -0
- package/docs/content/locales/pt-BR/voice-input.md +81 -0
- package/docs/content/locales/pt-BR/what-is-agent-native.md +202 -0
- package/docs/content/locales/pt-BR/workspace-connections.md +321 -0
- package/docs/content/locales/pt-BR/workspace-management.md +175 -0
- package/docs/content/locales/pt-BR/workspace.md +323 -0
- package/docs/content/locales/pt-BR/writing-agent-instructions.md +173 -0
- package/docs/content/locales/zh-CN/a2a-protocol.md +392 -0
- package/docs/content/locales/zh-CN/actions.md +583 -0
- package/docs/content/locales/zh-CN/agent-mentions.md +164 -0
- package/docs/content/locales/zh-CN/agent-surfaces.md +397 -0
- package/docs/content/locales/zh-CN/agent-teams.md +171 -0
- package/docs/content/locales/zh-CN/agent-web-surfaces.md +161 -0
- package/docs/content/locales/zh-CN/audit-log.md +111 -0
- package/docs/content/locales/zh-CN/authentication.md +332 -0
- package/docs/content/locales/zh-CN/automations.md +268 -0
- package/docs/content/locales/zh-CN/blueprint-installer.md +83 -0
- package/docs/content/locales/zh-CN/cli-adapters.md +129 -0
- package/docs/content/locales/zh-CN/client.md +398 -0
- package/docs/content/locales/zh-CN/cloneable-saas.md +114 -0
- package/docs/content/locales/zh-CN/code-agents-ui.md +436 -0
- package/docs/content/locales/zh-CN/components.md +368 -0
- package/docs/content/locales/zh-CN/context-awareness.md +373 -0
- package/docs/content/locales/zh-CN/creating-templates.md +411 -0
- package/docs/content/locales/zh-CN/cross-app-sso.md +188 -0
- package/docs/content/locales/zh-CN/database.md +183 -0
- package/docs/content/locales/zh-CN/deployment.md +349 -0
- package/docs/content/locales/zh-CN/dispatch.md +146 -0
- package/docs/content/locales/zh-CN/drop-in-agent.md +260 -0
- package/docs/content/locales/zh-CN/durable-resume.md +65 -0
- package/docs/content/locales/zh-CN/embedding-sdk.md +597 -0
- package/docs/content/locales/zh-CN/evals.md +155 -0
- package/docs/content/locales/zh-CN/extensions.md +360 -0
- package/docs/content/locales/zh-CN/external-agents.md +619 -0
- package/docs/content/locales/zh-CN/faq.md +142 -0
- package/docs/content/locales/zh-CN/file-uploads.md +122 -0
- package/docs/content/locales/zh-CN/frames.md +153 -0
- package/docs/content/locales/zh-CN/getting-started.md +199 -0
- package/docs/content/locales/zh-CN/harness-agents.md +349 -0
- package/docs/content/locales/zh-CN/human-approval.md +86 -0
- package/docs/content/locales/zh-CN/internationalization.md +67 -24
- package/docs/content/locales/zh-CN/key-concepts.md +312 -0
- package/docs/content/locales/zh-CN/local-file-mode.md +433 -0
- package/docs/content/locales/zh-CN/mcp-apps.md +147 -0
- package/docs/content/locales/zh-CN/mcp-clients.md +330 -0
- package/docs/content/locales/zh-CN/mcp-protocol.md +279 -0
- package/docs/content/locales/zh-CN/messaging.md +461 -0
- package/docs/content/locales/zh-CN/migration-workbench.md +33 -0
- package/docs/content/locales/zh-CN/multi-app-workspace.md +312 -0
- package/docs/content/locales/zh-CN/multi-tenancy.md +52 -0
- package/docs/content/locales/zh-CN/native-chat-ui.md +321 -0
- package/docs/content/locales/zh-CN/notifications.md +231 -0
- package/docs/content/locales/zh-CN/observability.md +294 -0
- package/docs/content/locales/zh-CN/observational-memory.md +77 -0
- package/docs/content/locales/zh-CN/onboarding.md +216 -0
- package/docs/content/locales/zh-CN/plan-plugin.md +200 -0
- package/docs/content/locales/zh-CN/pr-visual-recap.md +384 -0
- package/docs/content/locales/zh-CN/processors.md +106 -0
- package/docs/content/locales/zh-CN/progress.md +199 -0
- package/docs/content/locales/zh-CN/pure-agent-apps.md +39 -0
- package/docs/content/locales/zh-CN/real-time-collaboration.md +676 -0
- package/docs/content/locales/zh-CN/recurring-jobs.md +142 -0
- package/docs/content/locales/zh-CN/routing.md +79 -0
- package/docs/content/locales/zh-CN/sandbox-adapters.md +227 -0
- package/docs/content/locales/zh-CN/security.md +330 -0
- package/docs/content/locales/zh-CN/server.md +253 -0
- package/docs/content/locales/zh-CN/sharing.md +219 -0
- package/docs/content/locales/zh-CN/skills-guide.md +281 -0
- package/docs/content/locales/zh-CN/template-analytics.md +259 -0
- package/docs/content/locales/zh-CN/template-assets.md +303 -0
- package/docs/content/locales/zh-CN/template-brain.md +324 -0
- package/docs/content/locales/zh-CN/template-calendar.md +194 -0
- package/docs/content/locales/zh-CN/template-chat.md +129 -0
- package/docs/content/locales/zh-CN/template-clips.md +368 -0
- package/docs/content/locales/zh-CN/template-content.md +402 -0
- package/docs/content/locales/zh-CN/template-design.md +173 -0
- package/docs/content/locales/zh-CN/template-dispatch.md +220 -0
- package/docs/content/locales/zh-CN/template-forms.md +178 -0
- package/docs/content/locales/zh-CN/template-mail.md +239 -0
- package/docs/content/locales/zh-CN/template-plan.md +814 -0
- package/docs/content/locales/zh-CN/template-slides.md +293 -0
- package/docs/content/locales/zh-CN/template-videos.md +222 -0
- package/docs/content/locales/zh-CN/tracking.md +236 -0
- package/docs/content/locales/zh-CN/using-your-agent.md +71 -0
- package/docs/content/locales/zh-CN/voice-input.md +81 -0
- package/docs/content/locales/zh-CN/what-is-agent-native.md +202 -0
- package/docs/content/locales/zh-CN/workspace-connections.md +321 -0
- package/docs/content/locales/zh-CN/workspace-management.md +175 -0
- package/docs/content/locales/zh-CN/workspace.md +323 -0
- package/docs/content/locales/zh-CN/writing-agent-instructions.md +173 -0
- package/package.json +1 -1
- package/src/templates/default/app/i18n/ar-SA.ts +356 -0
- package/src/templates/default/app/i18n/de-DE.ts +332 -0
- package/src/templates/default/app/i18n/en-US.ts +303 -0
- package/src/templates/default/app/i18n/es-ES.ts +339 -0
- package/src/templates/default/app/i18n/fr-FR.ts +339 -0
- package/src/templates/default/app/i18n/hi-IN.ts +332 -0
- package/src/templates/default/app/i18n/index.ts +18 -0
- package/src/templates/default/app/i18n/ja-JP.ts +326 -0
- package/src/templates/default/app/i18n/ko-KR.ts +326 -0
- package/src/templates/default/app/i18n/pt-BR.ts +339 -0
- package/src/templates/default/app/i18n/zh-CN.ts +324 -0
- package/src/templates/default/app/root.tsx +109 -6
- package/src/templates/workspace-core/.agents/skills/extensions/references/api.md +34 -12
|
@@ -0,0 +1,815 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "दृश्य योजनाएं"
|
|
3
|
+
description: "Agent-Native योजनाएं आपके कोडिंग एजेंट की योजना को एक संरचित, समीक्षा योग्य दस्तावेज़ - आरेख, वायरफ्रेम, एनोटेटेड कोड, टिप्पणियां और शेयर लिंक में बदल देती हैं। CLI से एक बार इंस्टॉल करें; समीक्षकों के साथ आप अतिथि के रूप में संपादन साझा करते हैं और केवल सहेजने या साझा करने के लिए साइन इन करते हैं।"
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# दृश्य योजनाएं
|
|
7
|
+
|
|
8
|
+
> **ज्यादातर लोग प्लान को एक कौशल के रूप में इंस्टॉल करते हैं, न कि एक मचानदार ऐप के रूप में।** एक CLI कमांड
|
|
9
|
+
> `/visual-plan` और `/visual-recap` skills प्लस होस्ट किए गए प्लान को जोड़ता है
|
|
10
|
+
> आपके कोडिंग एजेंट से कनेक्टर - [Plan plugin & marketplace](/docs/plan-plugin)
|
|
11
|
+
> प्लगइन और बाज़ार मार्गों के लिए। योजना टेम्पलेट को फोर्क करना (
|
|
12
|
+
> [For developers](#for-developers)) सेल्फ-होस्टिंग या
|
|
13
|
+
> योजना पर ही निर्माण।
|
|
14
|
+
|
|
15
|
+
Agent-Native प्लान कोडिंग एजेंटों के लिए विज़ुअल प्लान मोड है। यह एक साधारण
|
|
16
|
+
Codex, Claude कोड, Markdown, या एक संरचित में चिपकाया गया कार्यान्वयन योजना
|
|
17
|
+
समृद्ध पाठ, आरेख, वायरफ्रेम, एनोटेटेड कोड वॉकथ्रू के साथ समीक्षा सतह
|
|
18
|
+
और ट्री, एनोटेशन, टिप्पणियाँ और साझा करने योग्य लिंक फ़ाइल करें।
|
|
19
|
+
|
|
20
|
+
यह दो आदेशों तक आता है। `/visual-plan` एजेंट से **पहले** एक योजना बनाता है
|
|
21
|
+
कोड लिखता है। `/visual-recap` एक परिवर्तन को बदल देता है जो **पहले ही** हो चुका है - एक पीआर,
|
|
22
|
+
प्रतिबद्धता, शाखा, या गिट अंतर - एक उच्च-ऊंचाई वाले दृश्य कोड समीक्षा में। दोनों खुले
|
|
23
|
+
वही समीक्षा सतह, इसलिए आप टिप्पणी करते हैं, टिप्पणी करते हैं और प्रतिक्रिया वापस भेजते हैं
|
|
24
|
+
एजेंट उसी तरह।
|
|
25
|
+
|
|
26
|
+
```an-diagram title="Two commands, one review surface" summary="Both commands publish through the hosted Plan MCP connector into the same annotate-and-comment surface."
|
|
27
|
+
{
|
|
28
|
+
"html": "<div class=\"diagram-plan\"><div class=\"diagram-col\"><div class=\"diagram-node\"><span class=\"diagram-pill accent\">/visual-plan</span><small class=\"diagram-muted\">before code — architecture, UI, refactor</small></div><div class=\"diagram-node\"><span class=\"diagram-pill\">/visual-recap</span><small class=\"diagram-muted\">after code — PR, commit, branch, diff</small></div></div><div class=\"diagram-arrow diagram-muted\" aria-hidden=\"true\">→</div><div class=\"diagram-panel center\">Plan MCP connector<br><small class=\"diagram-muted\">plan.agent-native.com</small></div><div class=\"diagram-arrow diagram-muted\" aria-hidden=\"true\">→</div><div class=\"diagram-box\">Review surface<br><small class=\"diagram-muted\">diagrams · wireframes · annotated code · comments</small></div><div class=\"diagram-arrow diagram-muted\" aria-hidden=\"true\">↔</div><div class=\"diagram-node\">Coding agent<br><small class=\"diagram-muted\">feedback handed back</small></div></div>",
|
|
29
|
+
"css": ".diagram-plan{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.diagram-plan .diagram-col{display:flex;flex-direction:column;gap:10px}.diagram-plan .diagram-arrow{font-size:22px;line-height:1}.diagram-plan .center{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}"
|
|
30
|
+
}
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
```an-wireframe
|
|
34
|
+
{
|
|
35
|
+
"surface": "desktop",
|
|
36
|
+
"html": "<div style='display:grid;grid-template-columns:1fr 250px;gap:14px;padding:16px;min-height:520px;box-sizing:border-box'><main style='display:flex;flex-direction:column;gap:12px;min-width:0'><div style='display:flex;align-items:center;gap:10px'><h1 style='margin:0'>Checkout redesign plan</h1><div style='flex:1'></div><button>Share</button><button class='primary'>Approve</button></div><div class='wf-card' style='display:grid;grid-template-columns:1fr 1fr;gap:10px;min-height:150px'><div class='wf-box'>Current wireframe</div><div class='wf-box'>Proposed wireframe</div></div><div class='wf-card' style='flex:1;display:flex;flex-direction:column;gap:10px'><strong>Implementation plan</strong><div class='wf-box'>Decision: keep existing checkout shell</div><div class='wf-box'>Annotated code walkthrough</div><div class='wf-box'>Open questions</div></div></main><aside class='wf-card' style='display:flex;flex-direction:column;gap:10px'><strong>Comments</strong><div class='wf-box'>Pin on primary CTA</div><div class='wf-box'>Question for agent</div><div class='wf-box'>Resolved copy note</div><button class='primary'>Hand back feedback</button></aside></div>"
|
|
37
|
+
}
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
योजनाओं में दो तरीके हैं:
|
|
41
|
+
|
|
42
|
+
- **आपके कोडिंग एजेंट (CLI) से** - एक कमांड कौशल स्थापित करता है, रजिस्टर करता है
|
|
43
|
+
होस्टेड प्लान कनेक्टर, और इसे प्रमाणित करता है।
|
|
44
|
+
- **ब्राउज़र में** — जिसके साथ आप साझा करते हैं वह संपादक खोल सकता है और बना सकता है या
|
|
45
|
+
बिना किसी साइन-अप के **अतिथि के रूप में संपादित करें**। वे केवल तभी साइन इन करते हैं जब वे सहेजना चाहते हैं
|
|
46
|
+
या साझा करें।
|
|
47
|
+
|
|
48
|
+
## कौशल स्थापित करें {#install}
|
|
49
|
+
|
|
50
|
+
Agent-Native CLI का उपयोग करें। यह अनुशंसित सेटअप है क्योंकि यह
|
|
51
|
+
योजना कौशल निर्देश, होस्ट किए गए प्लान MCP कनेक्टर को पंजीकृत करता है, **और** चलाता है
|
|
52
|
+
क्लाइंट-विशिष्ट प्रमाणीकरण/सेटअप एक चरण में प्रवाहित होता है, इसलिए आपका पहला टूल कॉल नहीं होता
|
|
53
|
+
एक OAuth दीवार से टकराएं:
|
|
54
|
+
|
|
55
|
+
```bash
|
|
56
|
+
npx @agent-native/core@latest skills add visual-plan
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
कमांड दोनों कमांड स्थापित करता है: `/visual-plan` और `/visual-recap`।
|
|
60
|
+
|
|
61
|
+
यदि आप चैट-आधारित होस्ट का उपयोग कर रहे हैं जो सीधे MCP कनेक्टर URLs स्वीकार करता है
|
|
62
|
+
(CLI-कॉन्फ़िगर क्लाइंट के बजाय), होस्ट किए गए प्लान कनेक्टर को यहां कनेक्ट करें
|
|
63
|
+
`https://plan.agent-native.com/_agent-native/mcp` - क्लाइंट-विशिष्ट सेटअप के लिए [MCP Clients](/docs/mcp-clients) देखें।
|
|
64
|
+
|
|
65
|
+
प्रमाणीकरण सेटअप पर एक बार का ब्राउज़र साइन-इन है - यह इरादा है, और यह
|
|
66
|
+
वह है जो एजेंट को अपने द्वारा बनाई गई योजनाओं को जारी रखने और साझा करने देता है। क्या बात है
|
|
67
|
+
कदम आपके ग्राहक पर निर्भर करता है:
|
|
68
|
+
|
|
69
|
+
- **OAuth-सक्षम होस्ट** (Claude कोड) को एक URL-केवल MCP प्रविष्टि और एक संकेत मिलता है
|
|
70
|
+
`/mcp` चलाएं और **प्रमाणित करें** चुनें।
|
|
71
|
+
- **Codex / Cowork** एक छोटा ब्राउज़र डिवाइस-कोड प्रवाह चलाएं: CLI एक कोड प्रिंट करता है,
|
|
72
|
+
सत्यापन पृष्ठ खोलता है, और आपके अनुमोदन के बाद कनेक्टर लिखता है।
|
|
73
|
+
- **गैर-इंटरैक्टिव शेल या सीआई** में, प्रमाणीकरण चरण को छोड़ दिया जाता है और सटीक
|
|
74
|
+
बाद में चलाने का आदेश आपके लिए मुद्रित है।
|
|
75
|
+
|
|
76
|
+
डिफ़ॉल्ट रूप से CLI प्रत्येक समर्थित स्थानीय क्लाइंट को लक्षित करता है जिसे वह कॉन्फ़िगर कर सकता है। उत्तीर्ण
|
|
77
|
+
`--client codex`, `--client claude-code`, या कोई अन्य विशिष्ट ग्राहक जब आप
|
|
78
|
+
सेटअप को एक होस्ट तक सीमित करना चाहते हैं:
|
|
79
|
+
|
|
80
|
+
```bash
|
|
81
|
+
npx @agent-native/core@latest skills add visual-plan
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
कनेक्टर को प्रमाणित किए बिना पंजीकृत करने के लिए `--no-connect` पास करें, फिर चलाएं
|
|
85
|
+
`npx @agent-native/core@latest connect https://plan.agent-native.com --client all`
|
|
86
|
+
जब भी आप तैयार हों, या एक संकीर्ण `--client` चुनें:
|
|
87
|
+
|
|
88
|
+
```bash
|
|
89
|
+
npx @agent-native/core@latest skills add visual-plan --no-connect
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
**प्रत्येक पुल अनुरोध** पर स्वचालित रूप से पुनर्कथन उत्पन्न करने के लिए, `--with-github-action` पास करें।
|
|
93
|
+
यह एक GitHub एक्शन लिखता है जो प्रत्येक पीआर पर `visual-recap` कौशल चलाता है और
|
|
94
|
+
एक इनलाइन स्क्रीनशॉट के साथ एक दिलचस्प टिप्पणी के रूप में एक इंटरैक्टिव पुनर्कथन योजना पोस्ट करता है -
|
|
95
|
+
[PR Visual Recap](/docs/pr-visual-recap) देखें।
|
|
96
|
+
|
|
97
|
+
```bash
|
|
98
|
+
npx @agent-native/core@latest skills add visual-plan --with-github-action
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
वर्कफ़्लो लिखे जाने के बाद, कॉन्फ़िगर करने के लिए `npx @agent-native/core@latest recap setup` चलाएँ
|
|
102
|
+
GitHub Actions रहस्य/चर जहां संभव हो और `npx @agent-native/core@latest recap doctor`
|
|
103
|
+
यह सत्यापित करने के लिए कि रेपो तैयार है।
|
|
104
|
+
|
|
105
|
+
यदि आप केवल खुले Skills CLI के माध्यम से पोर्टेबल निर्देश फ़ाइल चाहते हैं, तो इसका उपयोग करें:
|
|
106
|
+
|
|
107
|
+
```bash
|
|
108
|
+
npx skills@latest add BuilderIO/agent-native --skill visual-plan
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
वह केवल कौशल निर्देश स्थापित करता है। यह होस्ट किए गए MCP
|
|
112
|
+
कनेक्टर, इसलिए जब आप वन-कमांड सेटअप चाहते हैं तो Agent-Native CLI पथ का उपयोग करें।
|
|
113
|
+
|
|
114
|
+
> **एक-इंस्टॉल प्लगइन को प्राथमिकता दें?** Claude कोड और Codex जोड़ सकते हैं
|
|
115
|
+
> `BuilderIO/agent-native` सीधे एक प्लगइन मार्केटप्लेस के रूप में, जो बंडल करता है
|
|
116
|
+
> एक बार में कनेक्टर को skills _और_ इंस्टॉल करने की योजना बनाएं और skills के रूप में स्वतः अपडेट हो जाएं
|
|
117
|
+
> सुधारें - [Plan plugin & marketplace](/docs/plan-plugin) देखें।
|
|
118
|
+
|
|
119
|
+
### वीएस कोड के अंदर योजनाएं खोलें {#vscode-extension}
|
|
120
|
+
|
|
121
|
+
यदि आप वीएस कोड में रहते हैं, तो इंस्टॉल करें
|
|
122
|
+
[Agent Native Plans extension](https://marketplace.visualstudio.com/items?itemName=Builder.agent-native)
|
|
123
|
+
आपको भेजने के बजाय साइड पैनल में उसी योजना समीक्षा सतह को खोलने के लिए
|
|
124
|
+
अलग ब्राउज़र टैब। योजना उपकरण अभी भी सामान्य वेब लिंक और MCP
|
|
125
|
+
मेटाडेटा में VS कोड हैंडऑफ़ URL भी शामिल है:
|
|
126
|
+
|
|
127
|
+
```text
|
|
128
|
+
vscode://builder.agent-native/open?url=<encoded-plan-url>
|
|
129
|
+
```
|
|
130
|
+
|
|
131
|
+
एक्सटेंशन उस URI को संभालता है, वीएस कोड वेबव्यू में डिकोडेड प्लान URL को खोलता है,
|
|
132
|
+
और इसमें VS के लिए मौजूदा Agent Native MCP कनेक्ट फ्लो को चलाने के लिए एक कमांड शामिल है
|
|
133
|
+
कोड / GitHub कोपायलट। यह विशेष रूप से Claude कोड या किसी अन्य
|
|
134
|
+
कोडिंग-एजेंट वर्कफ़्लो जहां योजना को संपादित की जा रही फ़ाइलों के बगल में रहना चाहिए।
|
|
135
|
+
|
|
136
|
+
## इसे अपने कोडिंग एजेंट से उपयोग करें
|
|
137
|
+
|
|
138
|
+
इंस्टॉलेशन के बाद, अपने एजेंट से उस कमांड के लिए पूछें जो काम के लिए उपयुक्त हो:
|
|
139
|
+
|
|
140
|
+
- `/visual-plan` कार्यान्वयन से **पहले** एक संरचित योजना बनाता है - के लिए
|
|
141
|
+
आर्किटेक्चर, बैकएंड, रिफैक्टर, UI, या मिश्रित उत्पाद कार्य - अंदर खींचना
|
|
142
|
+
आरेख, वायरफ्रेम, मॉकअप, क्लिक करने योग्य प्रोटोटाइप और एनोटेट कोड
|
|
143
|
+
कार्य के अनुसार वॉकथ्रू और पेड़ों को फ़ाइल करें।
|
|
144
|
+
- `/visual-recap` पहले से ही एक बदलाव की उच्च-ऊंचाई वाली **समीक्षा** बनाता है
|
|
145
|
+
हुआ - एक पीआर, कमिट, शाखा, या गिट अंतर - स्कीमा, API, फ़ाइल, और
|
|
146
|
+
कच्चे अंतर की दीवार के बजाय ब्लॉक से पहले/बाद में।
|
|
147
|
+
|
|
148
|
+
एजेंट को पहले कोडबेस का निरीक्षण करना चाहिए, उसके बाद विज़ुअल प्लान बनाना चाहिए
|
|
149
|
+
गलत दिशा महंगी पड़ेगी। लौटाया गया प्लान लिंक
|
|
150
|
+
ब्राउज़र या वीएस कोड, ताकि आप एनोटेट कर सकें, सही कर सकें, विकल्प चुन सकें और पूछ सकें
|
|
151
|
+
कोड परिवर्तन शुरू होने से पहले अपडेट।
|
|
152
|
+
|
|
153
|
+
जब कोई Codex, Claude कोड, Markdown, या चिपकाया गया प्लान पहले से मौजूद हो, तो इसका उपयोग करें
|
|
154
|
+
`/visual-plan`; एजेंट उस स्रोत योजना को सुरक्षित रखता है और समृद्ध समीक्षा बनाता है
|
|
155
|
+
फिर से शुरू करने के बजाय उससे सतह बनाएं।
|
|
156
|
+
|
|
157
|
+
यदि पहले पास में अभी भी जवाबदेह निर्णय हैं, तो एजेंट एक
|
|
158
|
+
**खुले प्रश्न** उसी योजना के निचले भाग में बनते हैं। इसका उत्तर देकर भेज रहा हूं
|
|
159
|
+
यह एजेंट के लिए मौजूदा योजना के विरुद्ध एक संशोधन मोड़ शुरू करता है।
|
|
160
|
+
|
|
161
|
+
## आप इसके साथ क्या कर सकते हैं
|
|
162
|
+
|
|
163
|
+
- **कार्यान्वयन से पहले समीक्षा करें।** आरेख, वायरफ्रेम, विकल्प टैब के लिए React,
|
|
164
|
+
खुले प्रश्न प्रपत्र, जोखिम नोट्स, एनोटेटेड कोड वॉकथ्रू और कोड
|
|
165
|
+
एजेंट द्वारा फ़ाइलों को संपादित करने से पहले पूर्वावलोकन।
|
|
166
|
+
- **योजना पर सीधे टिप्पणी करें।** टेक्स्ट, छवियों, वायरफ्रेम, या
|
|
167
|
+
कैनवास स्थान; चुनें कि टिप्पणी एजेंट के लिए है या किसी इंसान के लिए
|
|
168
|
+
समीक्षक; @इनलाइन चिप्स वाले टीम के साथियों का उल्लेख करें; और टिप्पणियों को
|
|
169
|
+
योजना विकसित होती है।
|
|
170
|
+
- **एजेंट को स्पष्ट रूप से फीडबैक भेजें।** टेक्स्ट टिप्पणियाँ निकटतम में संलग्न करें
|
|
171
|
+
गद्य ब्लॉक, दृश्य टिप्पणियों में सटीक लक्ष्य मेटाडेटा और ब्राउज़र शामिल हैं
|
|
172
|
+
हैंडऑफ़ में विज़ुअल/कैनवास टिप्पणी के एक छोटे सेट के लिए केंद्रित स्क्रीनशॉट शामिल हैं
|
|
173
|
+
एक कठिन-से-पढ़ने वाली विशाल छवि के बजाय स्थान।
|
|
174
|
+
- **परिणाम निर्यात करें।** योजना की एक HTML, Markdown, या JSON रसीद रखें
|
|
175
|
+
जब आपको स्रोत-नियंत्रण-अनुकूल हैंडऑफ़ की आवश्यकता होती है।
|
|
176
|
+
|
|
177
|
+
## ब्राउज़र में अतिथि के रूप में संपादन {#guest}
|
|
178
|
+
|
|
179
|
+
जिन लोगों के साथ आप योजना साझा करते हैं उन्हें कुछ भी इंस्टॉल करने की आवश्यकता नहीं है। वे योजनाएं खोलते हैं
|
|
180
|
+
संपादक और **बिना साइन-अप के बनाएं और संपादित करें** - वे अतिथि के रूप में काम करते हैं। साइन इन
|
|
181
|
+
केवल तभी आवश्यक है जब कोई अपना काम **बचाना या साझा करना** चाहता हो।
|
|
182
|
+
|
|
183
|
+
जब कोई अतिथि साइन इन करता है, तो अतिथि के रूप में उन्होंने जो योजनाएं बनाई हैं, उनका **दावा** किया जाता है
|
|
184
|
+
उनका खाता, इसलिए उनके द्वारा बनाई गई कोई भी चीज़ नष्ट नहीं हुई है।
|
|
185
|
+
|
|
186
|
+
इनलाइन गद्य संपादन की योजना बनाएं: समृद्ध के साथ किसी भी पाठ अनुभाग, प्रकार, प्रारूप पर क्लिक करें
|
|
187
|
+
संपादक टूलबार या स्लैश मेनू, और योजनाएँ अंतर्निहित मार्कडाउन को स्वतः सहेजती हैं। समीक्षा
|
|
188
|
+
एनोटेशन मोड अस्थायी रूप से टेक्स्ट अनुभागों को केवल पढ़ने के लिए बदल देता है ताकि क्लिक पिन हो सकें
|
|
189
|
+
प्रतिक्रिया; गद्य का संपादन जारी रखने के लिए समीक्षा मोड छोड़ें।
|
|
190
|
+
|
|
191
|
+
## साझा करना और टिप्पणी करना {#sharing}
|
|
192
|
+
|
|
193
|
+
साझा करना और टिप्पणी करना ऐसे कार्यप्रवाह हैं जिनके लिए एक खाते की आवश्यकता होती है:
|
|
194
|
+
|
|
195
|
+
- **देखना** एक सार्वजनिक या साझा योजना लिंक वाले किसी भी व्यक्ति के लिए काम करती है - कोई खाता नहीं
|
|
196
|
+
आवश्यक.
|
|
197
|
+
- **किसी साझा योजना पर टिप्पणी** करने के लिए एक एजेंट-मूल खाते की आवश्यकता होती है।
|
|
198
|
+
- **साझा करना** एक योजना (इसे एक लिंक पर प्रकाशित करना, निजी साझाकरण, समीक्षक पहुंच,
|
|
199
|
+
क्रॉस-डिवाइस या टीम समीक्षा) के लिए साइन इन करना आवश्यक है। Google साइन-इन तब दिखाई देता है जब
|
|
200
|
+
मानक Google OAuth env संस्करण कॉन्फ़िगर किए गए हैं।
|
|
201
|
+
|
|
202
|
+
होस्ट किया गया प्लान कनेक्टर `https://plan.agent-native.com/_agent-native/mcp` पर रहता है।
|
|
203
|
+
कौशल फ़ाइलों में कभी भी साझा रहस्य न डालें।
|
|
204
|
+
|
|
205
|
+
## स्थानीय-फ़ाइलें गोपनीयता मोड {#local-files}
|
|
206
|
+
|
|
207
|
+
गोपनीयता-केंद्रित कार्य के लिए, स्थानीय-फ़ाइलें मोड के लिए पूछें:
|
|
208
|
+
|
|
209
|
+
```text
|
|
210
|
+
Use /visual-plan in local-files mode. Do not write this plan to the Plan DB.
|
|
211
|
+
```
|
|
212
|
+
|
|
213
|
+
या अपने एजेंट परिवेश के लिए कन्वेंशन सेट करें:
|
|
214
|
+
|
|
215
|
+
```bash
|
|
216
|
+
export AGENT_NATIVE_PLANS_MODE=local-files
|
|
217
|
+
```
|
|
218
|
+
|
|
219
|
+
इस मोड में एजेंट एक स्थानीय MDX फ़ोल्डर लिखता है और उसे होस्ट किए गए को कॉल नहीं करना चाहिए
|
|
220
|
+
योजना MCP उपकरण। जब आपको योजना चाहिए तो `plans/<slug>/` जैसे रेपो फ़ोल्डर का उपयोग करें
|
|
221
|
+
कोड के साथ चेक इन किया गया। किसी अस्थायी या उपेक्षित फ़ोल्डर का उपयोग करें, जैसे
|
|
222
|
+
`/tmp/agent-native-plans/<slug>/` या `.agent-native/plans/<slug>/`, जब
|
|
223
|
+
योजना को गिट से बाहर रहना चाहिए। फ़ोल्डर में शामिल हैं:
|
|
224
|
+
|
|
225
|
+
- `plan.mdx`
|
|
226
|
+
- वैकल्पिक `canvas.mdx`
|
|
227
|
+
- वैकल्पिक `prototype.mdx`
|
|
228
|
+
- वैकल्पिक `.plan-state.json`
|
|
229
|
+
|
|
230
|
+
फ़ोल्डर लिखने के बाद, एजेंट एक छोटा लोकलहोस्ट ब्रिज प्रारंभ करता है और
|
|
231
|
+
उस स्थानीय-केवल स्रोत के विरुद्ध होस्ट की गई योजना UI:
|
|
232
|
+
|
|
233
|
+
```bash
|
|
234
|
+
npx @agent-native/core@latest plan local check --dir plans/<slug>
|
|
235
|
+
npx @agent-native/core@latest plan local serve --dir plans/<slug> --kind plan --open
|
|
236
|
+
```
|
|
237
|
+
|
|
238
|
+
पुल URL जैसा दिखता है
|
|
239
|
+
`https://plan.agent-native.com/local-plans/<slug>?bridge=http://127.0.0.1:...`.
|
|
240
|
+
पेज सामान्य प्लान व्यूअर है, लेकिन ब्राउज़र `plan.mdx` प्राप्त करता है,
|
|
241
|
+
`canvas.mdx`, `prototype.mdx`, `.plan-state.json`, और स्थानीय छवि संपत्ति
|
|
242
|
+
लोकलहोस्ट ब्रिज। योजना सामग्री होस्ट किए गए डेटाबेस में नहीं लिखी गई है और
|
|
243
|
+
होस्ट किए गए प्लान actions के माध्यम से नहीं भेजा गया। जब तक आप
|
|
244
|
+
समीक्षा; URL आपकी मशीन के लिए स्थानीय है और साझा करने योग्य टीम लिंक नहीं है। द
|
|
245
|
+
सर्व कमांड डिफ़ॉल्ट रूप से खुले URL को `.plan-url` में लिखता है ताकि कोडिंग एजेंट कर सकें
|
|
246
|
+
लंबे समय से चल रहे स्टडआउट को स्क्रैप किए बिना इसे कैप्चर करें; उस फ़ाइल को केवल स्थानीय मानें
|
|
247
|
+
क्योंकि URL में ब्रिज टोकन शामिल है, और इसे प्रतिबद्ध न करें।
|
|
248
|
+
|
|
249
|
+
MacOS पर, `--open` क्रोम/क्रोमियम को प्राथमिकता देता है क्योंकि Safari होस्ट किए गए को ब्लॉक कर सकता है
|
|
250
|
+
HTTPS एक HTTP लोकलहोस्ट ब्रिज लाने से योजना पृष्ठ। बिना सिर के
|
|
251
|
+
समस्या निवारण, चलाएँ:
|
|
252
|
+
|
|
253
|
+
```bash
|
|
254
|
+
npx @agent-native/core@latest plan local verify --dir plans/<slug> --kind plan
|
|
255
|
+
```
|
|
256
|
+
|
|
257
|
+
`verify` पुल शुरू करता है, निजी-नेटवर्क प्रीफ़्लाइट और JSON की जाँच करता है
|
|
258
|
+
पेलोड, प्रिंट डायग्नोस्टिक्स, और निकास।
|
|
259
|
+
|
|
260
|
+
यदि आप उसी `PLAN_LOCAL_DIR` के साथ स्थानीय रूप से प्लान ऐप चलाते हैं, तो आप यह भी कर सकते हैं
|
|
261
|
+
संपादन योग्य ऐप रूट खोलें:
|
|
262
|
+
|
|
263
|
+
```text
|
|
264
|
+
http://localhost:<port>/local-plans/<slug>
|
|
265
|
+
```
|
|
266
|
+
|
|
267
|
+
रेपो-समर्थित फ़ोल्डरों के लिए, प्रत्यक्ष स्थानीय मार्ग रेपो-रिश्तेदार को ले जा सकता है
|
|
268
|
+
फ़ोल्डर पथ ताकि ब्राउज़र संपादन उस फ़ोल्डर में लिखते रहें:
|
|
269
|
+
|
|
270
|
+
```text
|
|
271
|
+
http://localhost:<port>/local-plans/<slug>?path=plans%2F<slug>
|
|
272
|
+
```
|
|
273
|
+
|
|
274
|
+
प्लान ऐप `agent-native.json` में `apps.plan.roots[0].path` का उपयोग करता है
|
|
275
|
+
प्रचारित स्थानीय योजनाओं के लिए डिफ़ॉल्ट रेपो स्थान, `plans/` पर वापस आते हुए:
|
|
276
|
+
|
|
277
|
+
```json
|
|
278
|
+
{
|
|
279
|
+
"version": 1,
|
|
280
|
+
"apps": {
|
|
281
|
+
"plan": {
|
|
282
|
+
"mode": "local-files",
|
|
283
|
+
"roots": [{ "name": "Plans", "path": "plans", "kind": "plans" }]
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
```
|
|
288
|
+
|
|
289
|
+
प्रत्यक्ष स्थानीय योजना मार्गों में एक अस्थायी स्थानीय फ़ोल्डर को सहेजने के लिए एक मेनू क्रिया शामिल होती है
|
|
290
|
+
उस रेपो स्थान में। प्रमोशन के बाद, पेज `?path=...` और
|
|
291
|
+
MDX संपादनों को रेपो फ़ोल्डर में स्वत: सहेजना जारी रखता है।
|
|
292
|
+
|
|
293
|
+
स्थानीय-फ़ाइलें मोड योजना या पुनर्कथन सामग्री को Agent-Native पर जाने से रोकता है
|
|
294
|
+
योजना डेटाबेस. यह होस्ट की गई साझाकरण, ब्राउज़र टिप्पणियाँ, योजना इतिहास, को भी अक्षम कर देता है
|
|
295
|
+
और जब तक आप स्पष्ट रूप से प्रकाशन का विकल्प नहीं चुनते तब तक रसीदें प्रकाशित/निर्यात करें। एक
|
|
296
|
+
होस्टेड डेटाबेस में स्थानीय योजना, स्थानीय के साथ `publish-visual-plan` पर कॉल करें
|
|
297
|
+
MDX फ़ोल्डर पथ; यह योजना को अपलोड करता है, उसे एक होस्टेड आईडी प्रदान करता है, साझाकरण को सक्षम बनाता है
|
|
298
|
+
और टिप्पणी करते हुए, होस्ट किया गया URL लौटाता है। स्थानीय-फ़ाइलें मोड
|
|
299
|
+
अपने कोडिंग एजेंट के LLM को स्वचालित रूप से स्थानीय बनाएं; स्थानीय या स्वीकृत चुनें
|
|
300
|
+
मॉडल यदि वह गोपनीयता सीमा भी मायने रखती है।
|
|
301
|
+
|
|
302
|
+
## डेस्कटॉप स्थानीय फ़ाइल सिंक {#desktop-local-sync}
|
|
303
|
+
|
|
304
|
+
Agent Native डेस्कटॉप होस्ट किए गए प्लान को एक मूल स्थानीय-फ़ोल्डर ब्रिज भी देता है। यह
|
|
305
|
+
स्थानीय-फ़ाइल गोपनीयता मोड से भिन्न है: होस्ट किया गया प्लान डेटाबेस
|
|
306
|
+
डेस्कटॉप पर साझाकरण, टिप्पणियाँ, इतिहास और लाइव समीक्षा के लिए सत्य का स्रोत
|
|
307
|
+
वर्तमान योजना की स्रोत फ़ाइलों को आपके द्वारा चुने गए फ़ोल्डर में प्रतिबिंबित कर सकता है।
|
|
308
|
+
|
|
309
|
+
Agent Native डेस्कटॉप में एक योजना खोलें, योजना मेनू की **स्थानीय फ़ाइलें** actions का उपयोग करें,
|
|
310
|
+
फिर:
|
|
311
|
+
|
|
312
|
+
- **स्थानीय फ़ोल्डर लिंक करें** — उस योजना के MDX स्रोत के लिए फ़ोल्डर चुनें।
|
|
313
|
+
- **स्थानीय फ़ोल्डर से सिंक करें** — `plan.mdx` लिखें, वैकल्पिक `canvas.mdx`,
|
|
314
|
+
वैकल्पिक `prototype.mdx`, वैकल्पिक `.plan-state.json`, और छवि संपत्ति।
|
|
315
|
+
- **स्थानीय संपादन आयात करें** — फ़ोल्डर पढ़ें और इसे इसके माध्यम से लागू करें
|
|
316
|
+
योजना के वर्तमान अद्यतन टाइमस्टैम्प के साथ `import-visual-plan-source`।
|
|
317
|
+
- **ऑटो-सिंक परिवर्तन** — इसके बाद होस्ट किए गए प्लान के नवीनतम स्रोत को निर्यात करना जारी रखें
|
|
318
|
+
ऐप में किए गए संपादन।
|
|
319
|
+
|
|
320
|
+
इस पथ के लिए प्लान ऐप की क्लोनिंग या CLI चलाने की आवश्यकता नहीं है। यह
|
|
321
|
+
होस्ट की गई योजना के बारे में फ़ाइल-पहली समीक्षा/संपादन, योजना की सामग्री को बाहर रखने के लिए नहीं
|
|
322
|
+
होस्ट किए गए डेटाबेस का।
|
|
323
|
+
|
|
324
|
+
## होस्ट किए गए प्लान डेटा को हटाना {#delete-data}
|
|
325
|
+
|
|
326
|
+
साइन-इन किए गए स्वामी अपनी होस्ट की गई योजनाओं और पुनर्कथनों को योजना सूची से हटा सकते हैं या
|
|
327
|
+
योजना कार्रवाई मेनू.
|
|
328
|
+
|
|
329
|
+
- **सॉफ्ट डिलीट** योजना को **हटाए गए** टैब पर ले जाता है, सामान्य योजना बनाता है
|
|
330
|
+
दृश्य/प्रत्यक्ष लिंक काम करना बंद कर देते हैं, और पंक्ति बनाकर सार्वजनिक पहुंच को हटा देते हैं
|
|
331
|
+
निजी. SQL पंक्तियाँ बरकरार रखी जाती हैं ताकि मालिक बाद में योजना को पुनर्स्थापित कर सके।
|
|
332
|
+
- **रीस्टोर** सॉफ्ट-डिलीट किए गए प्लान के लिए **डिलीट** टैब से उपलब्ध है।
|
|
333
|
+
- **स्थायी डिलीट** होस्ट की गई योजना पंक्ति और योजना-स्कोप वाली टिप्पणियों को हटा देता है,
|
|
334
|
+
अनुभाग, गतिविधि ईवेंट, संस्करण स्नैपशॉट, शेयर अनुदान, दुरुपयोग रिपोर्ट, और
|
|
335
|
+
SQL asset records. The UI requires typing `DELETE <plan-id>` before the final
|
|
336
|
+
बटन सक्षम करता है।
|
|
337
|
+
|
|
338
|
+
स्थायी डिलीट से प्लान ऐप के डेटाबेस रिकॉर्ड और SQL-समर्थित संपत्ति हट जाती है
|
|
339
|
+
बाइट्स/संदर्भ। यदि कोई परिनियोजन बाहरी अपलोड प्रदाता, प्रदाता
|
|
340
|
+
ऑब्जेक्ट रिटेंशन उस प्रदाता के जीवनचक्र का अनुसरण करता है क्योंकि साझा अपलोड
|
|
341
|
+
अमूर्तीकरण वर्तमान में वस्तु विलोपन को उजागर नहीं करता है। स्थानीय-फ़ाइलें गोपनीयता मोड
|
|
342
|
+
इसके बजाय स्रोत को आपके स्थानीय MDX फ़ोल्डर में रखता है; होस्ट किए गए डेटा को हटाना
|
|
343
|
+
स्थानीय फ़ाइलें स्पर्श करें।
|
|
344
|
+
|
|
345
|
+
## उपयोगी संकेत
|
|
346
|
+
|
|
347
|
+
- "लेख प्रवाह बदलने से पहले `/visual-plan` का उपयोग करें।"
|
|
348
|
+
- "मोबाइल और डेस्कटॉप स्थितियों के साथ नई ऑनबोर्डिंग स्क्रीन के लिए एक `/visual-plan` बनाएं।"
|
|
349
|
+
- "नीचे दिए गए Markdown प्लान पर `/visual-plan` का उपयोग करें और समीक्षा करना आसान बनाएं।"
|
|
350
|
+
- "इस पीआर पर `/visual-recap` चलाएं ताकि मैं पहले परिवर्तन के आकार की समीक्षा कर सकूं।"
|
|
351
|
+
- "`main` और इस शाखा के बीच अंतर पर `/visual-recap` का उपयोग करें।"
|
|
352
|
+
- "स्थानीय-फ़ाइल मोड में `/visual-recap` का उपयोग करें ताकि प्लान डीबी में कोई पुनर्कथन सामग्री न लिखी जाए।"
|
|
353
|
+
|
|
354
|
+
## लेख त्रुटियों से उबरना {#auth-errors}
|
|
355
|
+
|
|
356
|
+
यदि कोई प्लान टूल कभी भी `needs auth`, `Unauthorized`, या `सत्र लौटाता है
|
|
357
|
+
समाप्त`, इसे दोबारा प्रयास न करें। कनेक्टर को
|
|
358
|
+
`npx -y @agent-native/core@latest reconnect https://plan.agent-native.com --client codex`
|
|
359
|
+
Codex के लिए, या `/mcp` को फिर से चलाएं → **प्रमाणित करें** को OAuth-सक्षम होस्ट में। एक
|
|
360
|
+
नया Codex थ्रेड या टूल की अपेक्षा करने से पहले संबंधित क्लाइंट को पुनरारंभ/पुनः लोड करें
|
|
361
|
+
रजिस्ट्री को अद्यतन करना है।
|
|
362
|
+
|
|
363
|
+
## डेवलपर्स के लिए
|
|
364
|
+
|
|
365
|
+
इस दस्तावेज़ का शेष भाग योजना टेम्पलेट को फोर्क करने वाले या स्वयं-होस्ट करने वाले किसी भी व्यक्ति के लिए है।
|
|
366
|
+
अधिकांश उपयोगकर्ताओं को ऐप को बंद करने के बजाय CLI के साथ कौशल स्थापित करना चाहिए।
|
|
367
|
+
|
|
368
|
+
### त्वरित शुरुआत
|
|
369
|
+
|
|
370
|
+
```bash
|
|
371
|
+
npx @agent-native/core@latest create my-plans --standalone --template plan
|
|
372
|
+
cd my-plans
|
|
373
|
+
pnpm install
|
|
374
|
+
pnpm dev
|
|
375
|
+
```
|
|
376
|
+
|
|
377
|
+
होस्टेड ऐप-समर्थित कौशल का उपयोग करता है:
|
|
378
|
+
|
|
379
|
+
- ऐप: `https://plan.agent-native.com`
|
|
380
|
+
- MCP: `https://plan.agent-native.com/_agent-native/mcp`
|
|
381
|
+
|
|
382
|
+
स्थानीय टेम्पलेट तब उपयोगी होता है जब आप स्वयं योजनाएँ विकसित कर रहे हों, स्थानीय दृढ़ता का परीक्षण कर रहे हों, या पूरी तरह से स्व-होस्टेड समीक्षा सतह चला रहे हों।
|
|
383
|
+
|
|
384
|
+
### डेटा मॉडल
|
|
385
|
+
|
|
386
|
+
स्कीमा `templates/plan/server/db/schema.ts` में रहती है। कोर टेबल:
|
|
387
|
+
|
|
388
|
+
| तालिका | इसमें क्या है |
|
|
389
|
+
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
390
|
+
| `plans` | प्रत्येक योजना या पुनर्कथन - `title`, `brief`, `kind` (योजना/पुनरावृत्ति), `status`, `source`, `html`/`markdown`/`content`, `hosted_plan_id/url`, उपयोग आँकड़े, `source_url`, `deleted_at`/`deleted_by` |
|
|
391
|
+
| `plan_sections` | एक योजना के भीतर आदेशित अनुभाग - `type`, `title`, `body`, `html`, `sort_order`, `created_by` |
|
|
392
|
+
| `plan_comments` | थ्रेडेड टिप्पणियाँ - `kind`, `status`, `anchor`, `message`, `resolution_target`, `mentions_json`, `resolved_by` |
|
|
393
|
+
| `plan_events` | किसी योजना पर एजेंट/मानव घटनाओं का ऑडिट लॉग |
|
|
394
|
+
| `plan_versions` | संस्करण इतिहास के लिए पॉइंट-इन-टाइम स्नैपशॉट |
|
|
395
|
+
| `plan_shares` | प्रति-प्रिंसिपल शेयर अनुदान (दर्शक/संपादक/व्यवस्थापक) |
|
|
396
|
+
| `plan_guest_mints` | अतिथि सत्र जारी करने के लिए दर-सीमा रिकॉर्ड |
|
|
397
|
+
| `plan_assets` | इनलाइन छवि संपत्तियों को बेस64 के रूप में संग्रहीत किया जाता है (कोई अपलोड प्रदाता नहीं होने पर फ़ॉलबैक) |
|
|
398
|
+
|
|
399
|
+
```an-schema title="Plan data model" summary="One plan row owns ordered sections plus comments, events, versions, shares, and inline assets."
|
|
400
|
+
{
|
|
401
|
+
"entities": [
|
|
402
|
+
{ "id": "plans", "name": "plans", "note": "each plan or recap", "fields": [
|
|
403
|
+
{ "name": "id", "type": "text", "pk": true },
|
|
404
|
+
{ "name": "title", "type": "text" },
|
|
405
|
+
{ "name": "brief", "type": "text", "nullable": true },
|
|
406
|
+
{ "name": "kind", "type": "enum", "note": "plan | recap" },
|
|
407
|
+
{ "name": "status", "type": "text" },
|
|
408
|
+
{ "name": "source", "type": "text", "nullable": true },
|
|
409
|
+
{ "name": "hosted_plan_id", "type": "text", "nullable": true, "note": "hosted_plan_url paired" },
|
|
410
|
+
{ "name": "source_url", "type": "text", "nullable": true },
|
|
411
|
+
{ "name": "deleted_at", "type": "timestamp", "nullable": true, "note": "soft delete; deleted_by paired" }
|
|
412
|
+
] },
|
|
413
|
+
{ "id": "plan_sections", "name": "plan_sections", "note": "ordered sections within a plan", "fields": [
|
|
414
|
+
{ "name": "id", "type": "text", "pk": true },
|
|
415
|
+
{ "name": "plan_id", "type": "text", "fk": "plans.id" },
|
|
416
|
+
{ "name": "type", "type": "text" },
|
|
417
|
+
{ "name": "title", "type": "text", "nullable": true },
|
|
418
|
+
{ "name": "body", "type": "text", "nullable": true },
|
|
419
|
+
{ "name": "html", "type": "text", "nullable": true },
|
|
420
|
+
{ "name": "sort_order", "type": "integer" },
|
|
421
|
+
{ "name": "created_by", "type": "text", "nullable": true }
|
|
422
|
+
] },
|
|
423
|
+
{ "id": "plan_comments", "name": "plan_comments", "note": "threaded comments", "fields": [
|
|
424
|
+
{ "name": "id", "type": "text", "pk": true },
|
|
425
|
+
{ "name": "plan_id", "type": "text", "fk": "plans.id" },
|
|
426
|
+
{ "name": "kind", "type": "text" },
|
|
427
|
+
{ "name": "status", "type": "text" },
|
|
428
|
+
{ "name": "anchor", "type": "json", "nullable": true },
|
|
429
|
+
{ "name": "message", "type": "text" },
|
|
430
|
+
{ "name": "resolution_target", "type": "text", "nullable": true, "note": "agent | human | null" },
|
|
431
|
+
{ "name": "mentions_json", "type": "json", "nullable": true },
|
|
432
|
+
{ "name": "resolved_by", "type": "text", "nullable": true }
|
|
433
|
+
] },
|
|
434
|
+
{ "id": "plan_events", "name": "plan_events", "note": "audit log of agent/human events", "fields": [
|
|
435
|
+
{ "name": "id", "type": "text", "pk": true },
|
|
436
|
+
{ "name": "plan_id", "type": "text", "fk": "plans.id" }
|
|
437
|
+
] },
|
|
438
|
+
{ "id": "plan_versions", "name": "plan_versions", "note": "point-in-time snapshots", "fields": [
|
|
439
|
+
{ "name": "id", "type": "text", "pk": true },
|
|
440
|
+
{ "name": "plan_id", "type": "text", "fk": "plans.id" }
|
|
441
|
+
] },
|
|
442
|
+
{ "id": "plan_shares", "name": "plan_shares", "note": "per-principal grants", "fields": [
|
|
443
|
+
{ "name": "id", "type": "text", "pk": true },
|
|
444
|
+
{ "name": "plan_id", "type": "text", "fk": "plans.id" },
|
|
445
|
+
{ "name": "role", "type": "enum", "note": "viewer | editor | admin" }
|
|
446
|
+
] },
|
|
447
|
+
{ "id": "plan_guest_mints", "name": "plan_guest_mints", "note": "rate-limit records for guest session issuance", "fields": [
|
|
448
|
+
{ "name": "id", "type": "text", "pk": true }
|
|
449
|
+
] },
|
|
450
|
+
{ "id": "plan_assets", "name": "plan_assets", "note": "inline image assets as base64", "fields": [
|
|
451
|
+
{ "name": "id", "type": "text", "pk": true },
|
|
452
|
+
{ "name": "plan_id", "type": "text", "fk": "plans.id" }
|
|
453
|
+
] }
|
|
454
|
+
],
|
|
455
|
+
"relations": [
|
|
456
|
+
{ "from": "plans", "to": "plan_sections", "kind": "1-n", "label": "has sections" },
|
|
457
|
+
{ "from": "plans", "to": "plan_comments", "kind": "1-n", "label": "has comments" },
|
|
458
|
+
{ "from": "plans", "to": "plan_events", "kind": "1-n", "label": "has events" },
|
|
459
|
+
{ "from": "plans", "to": "plan_versions", "kind": "1-n", "label": "has versions" },
|
|
460
|
+
{ "from": "plans", "to": "plan_shares", "kind": "1-n", "label": "has shares" },
|
|
461
|
+
{ "from": "plans", "to": "plan_assets", "kind": "1-n", "label": "has assets" }
|
|
462
|
+
]
|
|
463
|
+
}
|
|
464
|
+
```
|
|
465
|
+
|
|
466
|
+
### कुंजी actions
|
|
467
|
+
|
|
468
|
+
`templates/plan/actions/` में Actions:
|
|
469
|
+
|
|
470
|
+
- **निर्माण** - `create-visual-plan`, `create-visual-recap`, `create-ui-plan`, `create-prototype-plan`, `create-plan-design`, `create-visual-questions`
|
|
471
|
+
- **पढ़ना और संपादन** - `get-visual-plan`, `update-visual-plan`, `list-visual-plans`, `import-visual-plan-source`, `patch-visual-plan-source`, `read-visual-plan-source`, `export-visual-plan`
|
|
472
|
+
- **जीवनचक्र** - `delete-visual-plan` केवल मालिक के लिए सॉफ्ट डिलीट, रिस्टोर और टाइप-कन्फर्मेशन स्थायी डिलीट के लिए
|
|
473
|
+
- **प्रकाशन और साझाकरण** — `publish-visual-plan`
|
|
474
|
+
- **संस्करण** — `list-plan-versions`, `get-plan-version`, `restore-plan-version`
|
|
475
|
+
- **टिप्पणियाँ और प्रतिक्रिया** - `get-plan-feedback`, `reply-to-plan-comment`, `resolve-plan-comment`, `consume-plan-feedback`, `delete-plan-comment`
|
|
476
|
+
- **प्रोटोटाइप** — `convert-visual-plan-to-prototype`, `create-prototype-plan`
|
|
477
|
+
- **संदर्भ एवं नेविगेशन** — `view-screen`, `navigate`
|
|
478
|
+
|
|
479
|
+
### कस्टम MDX ब्लॉक {#custom-mdx-blocks}
|
|
480
|
+
|
|
481
|
+
योजना स्रोत फ़ाइलें MDX हैं, लेकिन ऐप मनमाने ढंग से आयातित JSX प्रस्तुत नहीं करता है
|
|
482
|
+
घटक। एक कस्टम MDX टैग को प्लान ब्लॉक के रूप में पंजीकृत किया जाना चाहिए ताकि सर्वर
|
|
483
|
+
इसे पार्स और क्रमबद्ध करें, ब्राउज़र इसे रेंडर और संपादित कर सकता है, और एजेंट कर सकता है
|
|
484
|
+
इसे `get-plan-blocks` द्वारा लौटाई गई ब्लॉक शब्दावली में देखें।
|
|
485
|
+
|
|
486
|
+
एक पंजीकृत ब्लॉक में तीन सतहें होती हैं:
|
|
487
|
+
|
|
488
|
+
- एक React-मुक्त स्कीमा और MDX कॉन्फिगरेशन, सर्वर और एजेंट कोड के लिए सुरक्षित।
|
|
489
|
+
- `shared/plan-content.ts` में एक सामान्यीकृत रनटाइम प्रकार/स्कीमा प्रविष्टि।
|
|
490
|
+
- `Read` और वैकल्पिक `Edit` React घटकों के साथ एक ब्राउज़र ब्लॉक विशिष्टता।
|
|
491
|
+
|
|
492
|
+
ब्लॉक `type` और MDX `tag` को स्थिर रखें। `type` को सामान्यीकृत
|
|
493
|
+
योजना JSON; `tag`, `plan.mdx` में घटक का नाम है। रजिस्ट्री संभालती है
|
|
494
|
+
आधार MDX विशेषताएँ `id`, `title`, `summary`, और `editable` है, इसलिए ऐसा न करें
|
|
495
|
+
उन्हें `toAttrs` में दोहराएं।
|
|
496
|
+
|
|
497
|
+
1. डेटा आकार और MDX राउंड ट्रिप के लिए एक साझा कॉन्फ़िगरेशन जोड़ें।
|
|
498
|
+
|
|
499
|
+
```ts
|
|
500
|
+
// templates/plan/shared/risk-card.config.ts
|
|
501
|
+
import { z } from "zod";
|
|
502
|
+
import {
|
|
503
|
+
markdown,
|
|
504
|
+
type BlockMdxConfig,
|
|
505
|
+
} from "@agent-native/core/blocks/server";
|
|
506
|
+
|
|
507
|
+
export type RiskCardSeverity = "low" | "medium" | "high";
|
|
508
|
+
|
|
509
|
+
export interface RiskCardData {
|
|
510
|
+
severity?: RiskCardSeverity;
|
|
511
|
+
body: string;
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
const severities = new Set(["low", "medium", "high"]);
|
|
515
|
+
|
|
516
|
+
export const riskCardSchema = z.object({
|
|
517
|
+
severity: z.enum(["low", "medium", "high"]).optional(),
|
|
518
|
+
body: markdown(z.string().trim().min(1).max(10_000)),
|
|
519
|
+
}) as z.ZodType<RiskCardData>;
|
|
520
|
+
|
|
521
|
+
export const riskCardMdx: BlockMdxConfig<RiskCardData> = {
|
|
522
|
+
tag: "RiskCard",
|
|
523
|
+
childrenField: "body",
|
|
524
|
+
toAttrs: (data) => ({
|
|
525
|
+
severity: data.severity,
|
|
526
|
+
}),
|
|
527
|
+
fromAttrs: (attrs, children) => {
|
|
528
|
+
const severity = attrs.string("severity");
|
|
529
|
+
|
|
530
|
+
return {
|
|
531
|
+
severity: severities.has(severity ?? "")
|
|
532
|
+
? (severity as RiskCardSeverity)
|
|
533
|
+
: undefined,
|
|
534
|
+
body: children,
|
|
535
|
+
};
|
|
536
|
+
},
|
|
537
|
+
};
|
|
538
|
+
```
|
|
539
|
+
|
|
540
|
+
2. सामान्यीकृत योजना सामग्री मॉडल का विस्तार करें
|
|
541
|
+
`templates/plan/shared/plan-content.ts`.
|
|
542
|
+
|
|
543
|
+
`PlanBlockType` में नया `type` जोड़ें, एक मिलान ब्लॉक इंटरफ़ेस जोड़ें
|
|
544
|
+
`PlanBlock` यूनियन, और `planBlockSchema` में समान डेटा आकार जोड़ें। यह रहता है
|
|
545
|
+
डेटाबेस सेव, स्रोत आयात, और कस्टम को मान्य करने वाले `update-block` पैच
|
|
546
|
+
इसे अज्ञात प्रकार के रूप में अस्वीकार करने के बजाय ब्लॉक करें।
|
|
547
|
+
|
|
548
|
+
3. React-मुक्त सर्वर विनिर्देश को पंजीकृत करें
|
|
549
|
+
`templates/plan/shared/plan-block-registry.ts`.
|
|
550
|
+
|
|
551
|
+
```ts
|
|
552
|
+
import {
|
|
553
|
+
BlockRegistry,
|
|
554
|
+
defineBlock,
|
|
555
|
+
registerLibraryBlockConfigs,
|
|
556
|
+
registerBlocks,
|
|
557
|
+
} from "@agent-native/core/blocks/server";
|
|
558
|
+
import {
|
|
559
|
+
riskCardMdx,
|
|
560
|
+
riskCardSchema,
|
|
561
|
+
type RiskCardData,
|
|
562
|
+
} from "./risk-card.config.js";
|
|
563
|
+
|
|
564
|
+
const ServerReadStub = () => null;
|
|
565
|
+
|
|
566
|
+
const riskCardServerBlock = defineBlock<RiskCardData>({
|
|
567
|
+
type: "risk-card",
|
|
568
|
+
schema: riskCardSchema,
|
|
569
|
+
mdx: riskCardMdx,
|
|
570
|
+
Read: ServerReadStub,
|
|
571
|
+
placement: ["block"],
|
|
572
|
+
label: "Risk card",
|
|
573
|
+
description: "A markdown risk note with a low, medium, or high severity.",
|
|
574
|
+
});
|
|
575
|
+
|
|
576
|
+
export function registerPlanBlocks(registry: BlockRegistry): void {
|
|
577
|
+
registerLibraryBlockConfigs(registry, {
|
|
578
|
+
overrides: PLAN_SERVER_LIBRARY_OVERRIDES,
|
|
579
|
+
});
|
|
580
|
+
registerBlocks(registry, [riskCardServerBlock]);
|
|
581
|
+
}
|
|
582
|
+
```
|
|
583
|
+
|
|
584
|
+
4. ब्राउज़र विनिर्देश को इसमें पंजीकृत करें
|
|
585
|
+
`templates/plan/app/components/plan/planBlocks.tsx`.
|
|
586
|
+
|
|
587
|
+
```tsx
|
|
588
|
+
import {
|
|
589
|
+
defineBlock,
|
|
590
|
+
registerLibraryBlocks,
|
|
591
|
+
registerBlocks,
|
|
592
|
+
type BlockReadProps,
|
|
593
|
+
} from "@agent-native/core/blocks";
|
|
594
|
+
import {
|
|
595
|
+
riskCardMdx,
|
|
596
|
+
riskCardSchema,
|
|
597
|
+
type RiskCardData,
|
|
598
|
+
} from "@shared/risk-card.config";
|
|
599
|
+
|
|
600
|
+
function RiskCardBlock({ data, blockId, ctx }: BlockReadProps<RiskCardData>) {
|
|
601
|
+
return (
|
|
602
|
+
<section
|
|
603
|
+
className="rounded-md border border-border bg-card p-4"
|
|
604
|
+
data-block-id={blockId}
|
|
605
|
+
data-severity={data.severity}
|
|
606
|
+
>
|
|
607
|
+
<div className="mb-2 text-xs font-semibold uppercase text-muted-foreground">
|
|
608
|
+
{data.severity ?? "risk"}
|
|
609
|
+
</div>
|
|
610
|
+
{ctx.renderMarkdown?.(data.body) ?? (
|
|
611
|
+
<p className="whitespace-pre-wrap text-sm">{data.body}</p>
|
|
612
|
+
)}
|
|
613
|
+
</section>
|
|
614
|
+
);
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
const riskCardBlock = defineBlock<RiskCardData>({
|
|
618
|
+
type: "risk-card",
|
|
619
|
+
schema: riskCardSchema,
|
|
620
|
+
mdx: riskCardMdx,
|
|
621
|
+
Read: RiskCardBlock,
|
|
622
|
+
placement: ["block"],
|
|
623
|
+
editSurface: "panel",
|
|
624
|
+
label: "Risk card",
|
|
625
|
+
description: "A markdown risk note with a low, medium, or high severity.",
|
|
626
|
+
empty: () => ({ severity: "medium", body: "Describe the risk." }),
|
|
627
|
+
});
|
|
628
|
+
|
|
629
|
+
registerLibraryBlocks(planBlockRegistry, {
|
|
630
|
+
overrides: PLAN_LIBRARY_OVERRIDES,
|
|
631
|
+
});
|
|
632
|
+
registerBlocks(planBlockRegistry, [riskCardBlock]);
|
|
633
|
+
```
|
|
634
|
+
|
|
635
|
+
इसके साथ, प्लान MDX इसका उपयोग कर सकता है:
|
|
636
|
+
|
|
637
|
+
```mdx
|
|
638
|
+
<RiskCard id="risk-auth" severity="high">
|
|
639
|
+
|
|
640
|
+
Token refresh failures can strand active reviewer sessions.
|
|
641
|
+
|
|
642
|
+
</RiskCard>
|
|
643
|
+
```
|
|
644
|
+
|
|
645
|
+
सर्वर रजिस्ट्री इस स्रोत को आयात योग्य/निर्यात योग्य बनाती है, और क्लाइंट
|
|
646
|
+
रजिस्ट्री इसे `PlanBlockView` में रेंडर करती है। यदि ब्लॉक
|
|
647
|
+
एजेंट, `label`, `description`, `placement`, और `empty` को सटीक रखें; वो
|
|
648
|
+
फ़ील्ड लाइव ब्लॉक शब्दावली में प्रवाहित होती हैं।
|
|
649
|
+
|
|
650
|
+
मौजूदा ब्लॉक को ओवरराइड करते समय, साझा किए जाने के बाद ओवरराइड को पंजीकृत करें
|
|
651
|
+
पुस्तकालय पंजीकरण। अंतिम पंजीकरण `type` और MDX `tag` दोनों के लिए जीत गया।
|
|
652
|
+
|
|
653
|
+
ब्लॉक जोड़ने के बाद, केंद्रित योजना परीक्षण चलाएँ:
|
|
654
|
+
|
|
655
|
+
```bash
|
|
656
|
+
pnpm --filter plan test -- plan-mdx plan-block-registry
|
|
657
|
+
```
|
|
658
|
+
|
|
659
|
+
### रूट मैप
|
|
660
|
+
|
|
661
|
+
- `app/routes/plans.$id.tsx` - योजना संपादक/समीक्षा सतह
|
|
662
|
+
- `app/routes/plans._index.tsx` — योजना सूची
|
|
663
|
+
- `app/routes/share.$token.tsx` - सार्वजनिक/साझा योजना दृश्य
|
|
664
|
+
- `app/routes/local-plans.$slug.tsx` - स्थानीय-फ़ाइलें मोड पूर्वावलोकन
|
|
665
|
+
|
|
666
|
+
### स्थानीय मोड (उन्नत, ऑफ़लाइन) {#local-mode}
|
|
667
|
+
|
|
668
|
+
पूरी तरह ऑफ़लाइन, बिना खाते के उपयोग के लिए, आप प्लान्स ऐप को स्थानीय रूप से चला सकते हैं और इसे स्थानीय MDX फ़ोल्डरों पर इंगित कर सकते हैं। सख्त नो-डीबी पथ के लिए, [local-files privacy mode](#local-files) का उपयोग करें, जो स्थानीय SQL पंक्तियाँ बनाने के बजाय MDX फ़ोल्डरों से पढ़ता है। स्थानीय मोड एक अलग, उन्नत पथ है - डिफ़ॉल्ट होस्टेड प्रवाह नहीं।
|
|
669
|
+
|
|
670
|
+
## घटनाएं और सूचनाएं {#events}
|
|
671
|
+
|
|
672
|
+
प्लान टेम्प्लेट फ्रेमवर्क इवेंट बस पर चार इवेंट उत्सर्जित करता है। कोई स्वचालन
|
|
673
|
+
उनकी सदस्यता ले सकते हैं - किसी कस्टम एकीकरण कोड की आवश्यकता नहीं है।
|
|
674
|
+
|
|
675
|
+
### घटना संदर्भ {#event-reference}
|
|
676
|
+
|
|
677
|
+
#### `plan.created`
|
|
678
|
+
|
|
679
|
+
जब कोई नया विज़ुअल प्लान या पुनर्कथन बनाया जाता है तो सक्रिय हो जाता है।
|
|
680
|
+
|
|
681
|
+
| फ़ील्ड | प्रकार | विवरण |
|
|
682
|
+
| ----------- | --------------------- | ------------------------------------ |
|
|
683
|
+
| `planId` | स्ट्रिंग | अद्वितीय योजना पहचानकर्ता |
|
|
684
|
+
| `title` | स्ट्रिंग | योजना का शीर्षक |
|
|
685
|
+
| `kind` | `"plan"` \| `"recap"` | चाहे यह एक योजना हो या पुनर्कथन |
|
|
686
|
+
| `status` | स्ट्रिंग | प्रारंभिक स्थिति (उदा. `"review"`) |
|
|
687
|
+
| `path` | स्ट्रिंग | ऐप-सापेक्ष पथ (उदा. `/plans/plan-…`) |
|
|
688
|
+
| `createdBy` | स्ट्रिंग | योजना निर्माण के लिए हमेशा `"agent"` |
|
|
689
|
+
|
|
690
|
+
#### `plan.commented`
|
|
691
|
+
|
|
692
|
+
जब किसी योजना में एक या अधिक टिप्पणियाँ जोड़ी जाती हैं तो सक्रिय हो जाता है।
|
|
693
|
+
|
|
694
|
+
| फ़ील्ड | प्रकार | विवरण |
|
|
695
|
+
| ------------------ | -------------------------------- | ---------------------------------------------------------------------- |
|
|
696
|
+
| `planId` | स्ट्रिंग | योजना पहचानकर्ता |
|
|
697
|
+
| `title` | स्ट्रिंग | योजना का शीर्षक |
|
|
698
|
+
| `kind` | `"plan"` \| `"recap"` | योजना बनाएं या पुनर्कथन करें |
|
|
699
|
+
| `commentIds` | स्ट्रिंग[] | नई टिप्पणियों की आईडी |
|
|
700
|
+
| `commentCount` | संख्या | इस बैच में नई टिप्पणियों की संख्या |
|
|
701
|
+
| `resolutionTarget` | `"agent"` \| `"human"` \| `null` | प्रमुख लक्ष्य - `"agent"` यदि कोई टिप्पणी किसी एजेंट को लक्षित करती है |
|
|
702
|
+
| `excerpt` | स्ट्रिंग | पहली टिप्पणी के पहले 200 अक्षर |
|
|
703
|
+
| `author` | स्ट्रिंग \| शून्य | टिप्पणीकर्ता का ईमेल, यदि ज्ञात हो |
|
|
704
|
+
| `path` | स्ट्रिंग | ऐप-सापेक्ष पथ |
|
|
705
|
+
|
|
706
|
+
#### `plan.published`
|
|
707
|
+
|
|
708
|
+
जब किसी स्थानीय योजना को होस्ट किए गए साझा करने योग्य URL पर प्रकाशित (या पुनः प्रकाशित) किया जाता है, तो सक्रिय हो जाता है।
|
|
709
|
+
|
|
710
|
+
| फ़ील्ड | प्रकार | विवरण |
|
|
711
|
+
| --------------------- | --------------------- | ------------------------------------ |
|
|
712
|
+
| `planId` | स्ट्रिंग | स्थानीय योजना पहचानकर्ता |
|
|
713
|
+
| `title` | स्ट्रिंग | योजना का शीर्षक |
|
|
714
|
+
| `kind` | `"plan"` \| `"recap"` | योजना बनाएं या पुनर्कथन करें |
|
|
715
|
+
| `hostedPlanId` | स्ट्रिंग | होस्टेड योजना पहचानकर्ता |
|
|
716
|
+
| `url` | स्ट्रिंग | होस्टेड योजना का पूर्ण सार्वजनिक URL |
|
|
717
|
+
| `requestedVisibility` | स्ट्रिंग | `"public"`, `"private"`, आदि |
|
|
718
|
+
|
|
719
|
+
#### `plan.status.changed`
|
|
720
|
+
|
|
721
|
+
जब किसी योजना की स्थिति बदलती है तो सक्रिय हो जाती है (उदाहरण के लिए `review` → `approved`)।
|
|
722
|
+
|
|
723
|
+
| फ़ील्ड | प्रकार | विवरण |
|
|
724
|
+
| ----------- | --------------------- | ------------------------------------ |
|
|
725
|
+
| `planId` | स्ट्रिंग | योजना पहचानकर्ता |
|
|
726
|
+
| `title` | स्ट्रिंग | योजना का शीर्षक |
|
|
727
|
+
| `kind` | `"plan"` \| `"recap"` | योजना बनाएं या पुनर्कथन करें |
|
|
728
|
+
| `oldStatus` | स्ट्रिंग \| शून्य | पिछली स्थिति |
|
|
729
|
+
| `newStatus` | स्ट्रिंग | नई स्थिति |
|
|
730
|
+
| `changedBy` | स्ट्रिंग \| शून्य | उस व्यक्ति का ईमेल जिसने इसे बदला है |
|
|
731
|
+
| `path` | स्ट्रिंग | ऐप-सापेक्ष पथ |
|
|
732
|
+
|
|
733
|
+
### स्वचालन विधियाँ {#automation-recipes}
|
|
734
|
+
|
|
735
|
+
ये स्वचालन योजना एजेंट से पूछकर बनाए गए हैं - किसी कोड परिवर्तन की आवश्यकता नहीं है।
|
|
736
|
+
एजेंट `action=define` के साथ `manage-automations` को कॉल करता है, एक लिखता है
|
|
737
|
+
`jobs/<name>.md` संसाधन, और ईवेंट सदस्यता तुरंत प्रारंभ होती है।
|
|
738
|
+
|
|
739
|
+
#### जब कोई किसी योजना पर टिप्पणी करता है तो वेबहुक के माध्यम से सूचित करें
|
|
740
|
+
|
|
741
|
+
योजना एजेंट से पूछें:
|
|
742
|
+
|
|
743
|
+
> "जब कोई किसी योजना पर एक मानवीय टिप्पणी जोड़ता है, तो POST मेरे वेबहुक पर एक संदेश भेजता है।"
|
|
744
|
+
|
|
745
|
+
एजेंट इस तरह एक स्वचालन बनाता है:
|
|
746
|
+
|
|
747
|
+
```yaml
|
|
748
|
+
---
|
|
749
|
+
triggerType: event
|
|
750
|
+
event: plan.commented
|
|
751
|
+
condition: "resolutionTarget is human or resolutionTarget is null"
|
|
752
|
+
mode: agentic
|
|
753
|
+
domain: plan
|
|
754
|
+
enabled: true
|
|
755
|
+
---
|
|
756
|
+
Send a POST request to ${keys.NOTIFY_WEBHOOK} with a JSON body containing:
|
|
757
|
+
- "title": the plan title from the event payload
|
|
758
|
+
- "excerpt": the comment excerpt from the event payload
|
|
759
|
+
- "url": the base app URL concatenated with the path field from the event payload
|
|
760
|
+
- "author": the author field from the event payload (may be null)
|
|
761
|
+
```
|
|
762
|
+
|
|
763
|
+
स्वचालन सक्रिय होने से पहले आपको वेबहुक URL को एक तदर्थ कुंजी के रूप में जोड़ना होगा:
|
|
764
|
+
|
|
765
|
+
1. **सेटिंग्स → कुंजी** पर जाएं और अपने साथ `NOTIFY_WEBHOOK` नाम की एक कुंजी जोड़ें
|
|
766
|
+
वेबहुक URL (उदाहरण के लिए एक Slack इनकमिंग वेबहुक, एक सामान्य HTTP एंडपॉइंट, या कोई भी
|
|
767
|
+
अधिसूचना सेवा URL).
|
|
768
|
+
2. वैकल्पिक रूप से कुंजी पर एक URL अनुमत सूची सेट करें ताकि यह प्रतिबंधित किया जा सके कि यह किस मूल की हो सकती है
|
|
769
|
+
POST से.
|
|
770
|
+
|
|
771
|
+
`web-request` टूल `${keys.NOTIFY_WEBHOOK}` सर्वर-साइड को पहले हल करता है
|
|
772
|
+
भेजना - कच्चा URL एजेंट के संदर्भ में कभी प्रकट नहीं होता है।
|
|
773
|
+
|
|
774
|
+
**Slack को विशेष रूप से लक्षित करने के लिए:** `NOTIFY_WEBHOOK` को अपने Slack इनकमिंग पर सेट करें
|
|
775
|
+
वेबहुक URL
|
|
776
|
+
(`https://hooks.slack.com/services/…`). उपरोक्त स्वचालन निकाय पहले से ही
|
|
777
|
+
एक पेलोड उत्पन्न करता है Slack का आने वाला वेबहुक `text` या `blocks` के माध्यम से स्वीकार करता है
|
|
778
|
+
फ़ील्ड्स - यदि आप अधिक समृद्ध चाहते हैं तो एजेंट से मुख्य भाग को Slack संदेश के रूप में प्रारूपित करने के लिए कहें
|
|
779
|
+
फ़ॉर्मेटिंग.
|
|
780
|
+
|
|
781
|
+
#### जब फीडबैक इसे लक्षित करता है तो कोडिंग एजेंट को सक्रिय करें
|
|
782
|
+
|
|
783
|
+
कोडिंग एजेंट (`resolutionTarget === "agent"`) पर निर्देशित फीडबैक के लिए, पूछें:
|
|
784
|
+
|
|
785
|
+
> "जब कोई योजना टिप्पणी एजेंट को लक्षित करती है, तो योजना के साथ मेरा कोडिंग एजेंट चलाएँ
|
|
786
|
+
> संदर्भ के रूप में अंश।"
|
|
787
|
+
|
|
788
|
+
```yaml
|
|
789
|
+
---
|
|
790
|
+
triggerType: event
|
|
791
|
+
event: plan.commented
|
|
792
|
+
condition: "resolutionTarget is agent"
|
|
793
|
+
mode: agentic
|
|
794
|
+
domain: plan
|
|
795
|
+
enabled: true
|
|
796
|
+
---
|
|
797
|
+
|
|
798
|
+
Use the manage-notifications action or web-request tool to alert the coding agent
|
|
799
|
+
that new agent-targeted feedback has arrived on plan ${planId}: "${excerpt}".
|
|
800
|
+
Include the plan path so the agent can navigate directly to it.
|
|
801
|
+
```
|
|
802
|
+
|
|
803
|
+
क्योंकि स्वचालन एक पूर्ण एजेंट लूप (`mode: agentic`) चलाता है, यह कॉल कर सकता है
|
|
804
|
+
`web-request`, सूचनाएं भेजें, या एजेंट के पास पहुंच वाली कोई भी कार्रवाई शुरू करें।
|
|
805
|
+
सटीक वितरण तंत्र इस बात पर निर्भर करता है कि आपके पास कौन से अधिसूचना चैनल हैं
|
|
806
|
+
कॉन्फ़िगर किया गया - एजेंट सर्वोत्तम उपलब्ध को चुनता है।
|
|
807
|
+
|
|
808
|
+
## आगे क्या है
|
|
809
|
+
|
|
810
|
+
- [**PR Visual Recap**](/docs/pr-visual-recap) - प्रत्येक पुल अनुरोध पर स्वचालित रूप से `/visual-recap` चलाएं
|
|
811
|
+
- [**Automations**](/docs/automations) - इवेंट-ट्रिगर और शेड्यूल किए गए ऑटोमेशन
|
|
812
|
+
- [**Plan plugin & marketplace**](/docs/plan-plugin) - प्लान skills को Claude कोड या Codex प्लगइन के रूप में इंस्टॉल करें
|
|
813
|
+
- [**Skills**](/docs/skills-guide) - Agent-Native skills कैसे स्थापित करता है
|
|
814
|
+
- [**MCP Clients**](/docs/mcp-clients) - होस्ट किए गए MCP कनेक्टर्स को कॉन्फ़िगर करना
|
|
815
|
+
- [**Templates**](/docs/cloneable-saas) - क्लोन-एंड-ओन मॉडल
|