docs: update docs for apps/ai consolidation, MCP tools refactor, and new features#3931
Closed
devin-ai-integration[bot] wants to merge 1 commit intodevin/1770768612-update-docs-recent-changes-2from
Conversation
…new features Co-Authored-By: unknown <>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
5 tasks
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.
Summary
Updates technical documentation to reflect recent codebase changes since the parent docs PR (#3847), primarily:
apps/ai→apps/apiconsolidation (refactor: consolidate apps/ai into apps/api #3852): Renames all references from "AI Server (apps/ai)" to "API Server (apps/api)", updates paths and run commands. Removes the now-deleted TypeScript API section (pnpm -F api dev) from run docs sinceapps/api/package.jsonno longer exists on main.submit_bug_report,submit_feature_request,read_github_data) to current names (create_issue,add_comment,search_issues,list_subscriptions,create_billing_portal_session). Documents MCP prompt support and user confirmation for destructive actions.⌘Q(hold) now shows gauge visual overlay,⌘⇧Qadded as "Quit Completely" (fix: use Cmd+Shift+Q for Quit Completely, fix app menu quit handler #3810).Stacked on #3847 (
devin/1770768612-update-docs-recent-changes-2).Review & Testing Checklist for Human
pnpm -F api devremoval in5.run.mdxis correct — the old TypeScript API inapps/api/was deleted during the consolidation (refactor: consolidate apps/ai into apps/api #3852). Confirm there's no remaining TS dev server that users need to run.search_issues,create_issue,add_comment,list_subscriptions,create_billing_portal_session). Cross-check againstcrates/api-support/src/mcp/tools/mod.rson main.⌘Q(hold) shows a gauge visual and⌘⇧Qquits completely, matching the docs update.Recommended test plan: open the deployed docs preview, navigate to the updated pages (env, run, features FAQ, technical FAQ, support FAQ, keyboard shortcuts), and confirm each claim against the current app behavior.
Notes
apps/ai)" parenthetical helps developers familiar with the old name but may become stale over time.Link to Devin run: https://app.devin.ai/sessions/b44c5d402b8944c0bfc7ac00d7e3b1c2
Requested by: unknown ()