mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-25 08:48:08 +02:00
fix: remove project from ktx config
This commit is contained in:
parent
2bca308863
commit
71b911e61a
70 changed files with 178 additions and 323 deletions
|
|
@ -1,3 +1,4 @@
|
|||
import { basename } from 'node:path';
|
||||
import type {
|
||||
KtxConfigIssue,
|
||||
KtxLocalProject,
|
||||
|
|
@ -650,7 +651,7 @@ export async function buildProjectStatus(project: KtxLocalProject, options: Buil
|
|||
const { verdict, reason, nextActions } = buildVerdict(llm, embeddings, connections, queryHistory, warnings);
|
||||
|
||||
return {
|
||||
projectName: config.project,
|
||||
projectName: basename(project.projectDir) || project.projectDir,
|
||||
projectDir: project.projectDir,
|
||||
config: configStatus,
|
||||
llm,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue