refactor(frontend): remove console ai features - #2579
Draft
malinskibeniamin wants to merge 3 commits into
Draft
Conversation
Co-Authored-By: OpenAI Codex <codex@openai.com>
Contributor
|
| Count | |
|---|---|
| 0 | |
| 🛠 Locally-modified components | 0 |
| ❓ Unknown to registry | 0 |
| 🎨 Off-token palette colours | 0 |
| 🔢 Ad-hoc utility classes | 1 |
🔢 Ad-hoc utility classes (arbitrary values)
These bypass the design tokens. Prefer a named scale entry or add a new token.
| Class | Category | Uses | Files |
|---|---|---|---|
fill-[#252F3E] |
🎨 color | 1 | 1 |
Generated by lookout audit-changes.
Co-Authored-By: OpenAI Codex <codex@openai.com>
Contributor
Author
|
Review fixes pushed in
Validation: type-check, lint, build, 5 focused unit tests, and 10 focused integration tests pass. Final Claude Opus re-review: APPROVED (no actionable P0-P2 findings). All PR checks pass, including Enterprise CI. |
Co-Authored-By: OpenAI Codex <codex@openai.com>
Contributor
Author
|
Removed |
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
Remove Console's dedicated AI frontend surface: legacy AI Agents, Knowledge Bases, Remote MCP, Transcripts, and AIGW integrations.
Preserved scope
Intentionally unchanged:
frontend/src/protogen.mcp.json,.claude, and the Claude workflow testSurface review
Screenshot skipped because no browser was connected for local inspection. Visual recap skipped because the product change is removal-only.
Release coordination
aigwUrlandisAdpEnabledbefore consuming the updatedSetConfigArgumentstype. Inline typed objects otherwise get excess-property errors.Testing
bun install --frozen-lockfile --ignore-scriptsbun run lint(completed; reports the repository's existing 903 non-fixable lint findings)bun run type:checkbun run buildbun run test:unit— 49 files, 751 tests passedAutomated review
Claude Opus found no P0/P1 issues. Its actionable code and configuration findings were addressed in
ce7b0b3ff.Review guidance