Feature requests
2 results found
-
integrate with gpt-4o
I've just tested a CSV export of part of my day in chat gpt and it correctly identified which parts of my day were productive, what software I used and the total time I spent in work. I then asked it to include relevant support tasks, like explorer operations, and it did that too. I found this far quicker than assigning tags or autotags.
I'm not sure what an integration would look like, but a dump to clipboard of csv data of the current day might be a start. The possibilities are amazing, especially if you throw screenshots into the…
3 votes -
MCP: screenshot access (location-only)
The local MCP server exposes timelines, activities, and tag
writes but no way to reach captured screenshots. This blocks
on-device AI pipelines that would enrich time tracking with
vision/OCR — auto-tag suggestions from on-screen content,
searchable visual history, session recaps.Proposal — two tools, paths only, reusing the existing query
surface:listscreenshots(fromTime, toTime, filter?)
Returns [{ id, timestamp, absolutePath, width, height,
sizeBytes, linkedActivityIds }]. Filter reuses the OData
grammar from getcombined_activities so queries like
"screenshots while Tag contains 'CW-10269'" work without
new syntax.getscreenshotpath(id)
Returns the absolute path for a single screenshot.
Convenience wrapper for follow-up…
3 votes
- Don't see your idea?