mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2025-12-28 10:44:21 +01:00
feat: add some default commands
This commit is contained in:
@@ -163,6 +163,7 @@ export const routes = (app: HonoAppType) => {
|
||||
globalCommands.status === "fulfilled" ? globalCommands.value : [],
|
||||
projectCommands:
|
||||
projectCommands.status === "fulfilled" ? projectCommands.value : [],
|
||||
defaultCommands: ["/init", "/compact"],
|
||||
});
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user