Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
a863bc0
feat(opencode): add cost tracking to the session information
IdrisGit Jan 10, 2026
ba86463
fix(tui): read actual cost from the session informatin instead of der…
IdrisGit Jan 10, 2026
9ca6a61
feat: add migration step to populate old session with cost
IdrisGit Jan 10, 2026
97ee252
fix: forked sessions should start with $0 spent value
IdrisGit Jan 11, 2026
d6dbb1d
fix: return undefined instead of 0 if cost is not found
IdrisGit Jan 15, 2026
96212fa
chore: remove log I added for debugging as it doesn't match the proje…
IdrisGit Jan 15, 2026
affc11a
feat: fallback to deriving cost from messages rather than defaulting …
IdrisGit Jan 15, 2026
4bd7c4a
Merge branch 'dev' into fix-session-cost-calculation
rekram1-node Jan 25, 2026
066aca8
Merge remote-tracking branch 'upstream/dev' into fix-session-cost-cal…
IdrisGit Jan 29, 2026
1797fc0
fix: use existsSync now that exists is also deprecated from Bun and i…
IdrisGit Jan 29, 2026
76a6f62
fix: use fs.stats instead
IdrisGit Jan 29, 2026
bad10d8
Merge branch 'dev' into fix-session-cost-calculation
IdrisGit Jan 29, 2026
238521c
Merge branch 'dev' into fix-session-cost-calculation
IdrisGit Jan 30, 2026
2975b2d
Merge branch 'dev' into fix-session-cost-calculation
IdrisGit Jan 31, 2026
736f67e
fix: commit types as I have added new cost key to the session
IdrisGit Jan 31, 2026
9afbfea
Merge branch 'dev' into fix-session-cost-calculation
IdrisGit Feb 28, 2026
d7f0965
fix: remove migration as OC had now moved to sqlite
IdrisGit Feb 28, 2026
1dc8fc5
feat: update cost calculation to use sqlite and generated migration
IdrisGit Feb 28, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE `session` ADD `cost` real;
Loading
Loading