Remove @objectql/plugin-ai-agent and AI-related functionality#324
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Remove @objectql/plugin-ai-agent and clean up AI related code
Remove @objectql/plugin-ai-agent and AI-related functionality
Feb 2, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR deprecates and completely removes the @objectql/plugin-ai-agent package and all AI-related functionality from the ObjectQL monorepo. The removal is comprehensive and properly executed.
Changes:
- Removed the entire
@objectql/plugin-ai-agentpackage (868 LOC) including all source code, tests, and configuration - Removed AI-related CLI commands (
ai generate,ai validate,ai chat,ai conversational) from the CLI package - Removed all AI documentation (7 MDX files) and updated navigation structure
- Cleaned up references in roadmap files and development documentation
- Removed AI-related site components (page actions for LLM copy functionality)
Reviewed changes
Copilot reviewed 27 out of 29 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tsconfig.json | Removed workspace reference to plugin-ai-agent |
| pnpm-lock.yaml | Removed AI plugin dependencies (openai, form-data-encoder, etc.) and marked transitive deps as optional |
| packages/tools/cli/src/register/ai.ts | Deleted - AI command registration |
| packages/tools/cli/src/index.ts | Removed import and registration of AI commands |
| packages/tools/cli/src/commands/ai.ts | Deleted - All AI command implementations (generate, validate, chat, conversational) |
| packages/tools/cli/package.json | Removed dependencies on @objectql/plugin-ai-agent and openai |
| packages/foundation/plugin-ai-agent/* | Deleted entire package directory |
| examples/README.md | Removed AI agent tutorial reference from tutorials table |
| docs/KERNEL_UPDATE_SUMMARY.md | Removed AI agent alignment task from roadmap |
| docs/DEVELOPMENT_ROADMAP_v0.9.0*.md | Removed AI agent update tasks and deliverables |
| content/docs/meta.json | Removed "ai" from docs navigation |
| content/docs/ai/* | Deleted entire AI documentation directory (7 MDX files) |
| apps/site/components/ai/page-actions.tsx | Deleted - LLM copy button and view options component |
| apps/site/app/docs/[[...slug]]/page.tsx | Removed AI component usage from docs page template |
| .changeset/config.json | Removed plugin-ai-agent from fixed packages list |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Deprecates and removes the AI agent plugin package and all associated code, commands, and documentation.
Changes
Package Removal
packages/foundation/plugin-ai-agent/(868 LOC of agent implementation)tsconfig.json,.changeset/config.json)CLI Updates
aicommand group and subcommands (generate,validate,chat,conversational)@objectql/plugin-ai-agent,openaipackages/tools/cli/src/index.tsDocumentation
content/docs/ai/directory (7 MDX files: building-apps, cli-usage, coding-assistant, generating-apps, programmatic-api)Site Components
apps/site/components/ai/page-actions.tsx(LLM copy button, view options)Documentation References
DEVELOPMENT_ROADMAP_v0.9.0.md,DEVELOPMENT_ROADMAP_v0.9.0_CN.md)KERNEL_UPDATE_SUMMARY.mdto remove AI agent tasksexamples/README.mdImpact
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
fonts.googleapis.com/usr/local/bin/node node /home/REDACTED/work/objectql/objectql/apps/site/node_modules/.bin/../next/dist/bin/next build git ../typescript/bin/tsc ql/core --filter-- Remove @objectql. tnet/tools/node(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.