|
|
@@ -64,7 +64,7 @@ export async function getCommits(from: string, to: string): Promise<Commit[]> {
|
|
|
const areas = new Set<string>()
|
|
|
|
|
|
for (const file of files.split("\n").filter(Boolean)) {
|
|
|
- if (file.startsWith("packages/opencode/src/cli/cmd/tui/")) areas.add("tui")
|
|
|
+ if (file.startsWith("packages/opencode/src/cli/cmd/")) areas.add("tui")
|
|
|
else if (file.startsWith("packages/opencode/")) areas.add("core")
|
|
|
else if (file.startsWith("packages/desktop/src-tauri/")) areas.add("tauri")
|
|
|
else if (file.startsWith("packages/desktop/")) areas.add("app")
|