Skip to content

REFACTOR: Removed dead code - #111

Merged
mbeps merged 2 commits into
mainfrom
dev
Jun 2, 2026
Merged

mbeps merged 2 commits into
mainfrom
dev

Conversation

@mbeps

@mbeps mbeps commented May 29, 2026

Copy link
Copy Markdown
Owner

This pull request refactors how knowledgebase data is loaded and managed throughout the application, moving away from a centralized store to more localized, on-demand fetching. It also removes unused resource selection logic from assistants and projects, and cleans up related test code. The most important changes are grouped below.

Knowledgebase Data Fetching and State Management

Resource Selection Logic Cleanup

Test Code Cleanup

  • Removes unused getAssistant, getProject, and getPrompt imports and their corresponding test suites from assistants, projects, and prompts test files, respectively, reducing test bloat and improving clarity [1] [2] [3] [4] [5] [6].

These changes collectively improve code maintainability, reduce unnecessary global state, and make the UI more responsive to knowledgebase changes.

@vercel

vercel Bot commented May 29, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
ai-client Ready Ready Preview, Comment Jun 2, 2026 9:25am

@mbeps
mbeps merged commit 3dde0f1 into main Jun 2, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant