mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-05-19 16:13:56 +00:00
Resolves merge conflicts with main (README.md, src/providers/index.ts, tests/provider-registry.test.ts, package-lock.json) and addresses PR review feedback from Qodo-Free-For-OSS: - Codebuff sessionId now includes the channel root name (manicode, manicode-dev, manicode-staging) derived from the chat directory structure, preventing the same chatId from colliding across channels when downstream aggregation keys by (provider, sessionId, project). - Uses '/' as the channel/chatId separator to avoid clashing with src/parser.ts's colon-delimited session key format. - Adds tests: collision across channels, channel inclusion, and fallback when the path doesn't match the expected shape. - Updates README dedup paragraph to mention Codebuff's strategy. |
||
|---|---|---|
| .. | ||
| fixtures/security | ||
| providers | ||
| security | ||
| bash-commands.test.ts | ||
| cli-plan.test.ts | ||
| compare-stats.test.ts | ||
| daily-cache.test.ts | ||
| dashboard.test.ts | ||
| date-range-filter.test.ts | ||
| day-aggregator.test.ts | ||
| export.test.ts | ||
| fs-utils.test.ts | ||
| menubar-json.test.ts | ||
| minimax.test.ts | ||
| models.test.ts | ||
| optimize-fs.test.ts | ||
| optimize.test.ts | ||
| parser-filter.test.ts | ||
| plan-usage.test.ts | ||
| plans.test.ts | ||
| provider-registry.test.ts | ||