Update claude code config
This commit is contained in:
parent
4ae5c10e83
commit
0cf09b82f1
2 changed files with 9 additions and 0 deletions
|
|
@ -107,6 +107,13 @@ in
|
||||||
git = false;
|
git = false;
|
||||||
shell = false;
|
shell = false;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "group";
|
||||||
|
path = homePath "Documents/Projects/DAKI3 Semester Project Group";
|
||||||
|
ai = true;
|
||||||
|
git = false;
|
||||||
|
shell = false;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -175,6 +175,8 @@ let
|
||||||
globalSettings = {
|
globalSettings = {
|
||||||
model = cfg.model;
|
model = cfg.model;
|
||||||
spinnerTipsEnabled = false;
|
spinnerTipsEnabled = false;
|
||||||
|
todoEnabled = true;
|
||||||
|
autoCompactEnabled = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Global permissions configuration
|
# Global permissions configuration
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue