[release] Bump to version 64.0
- Add Google Gemini as a model option back for agent sessions - Update agent flow to use OpenRouter and select model
This commit is contained in:
14
PROJECT.org
14
PROJECT.org
@ -185,7 +185,7 @@ events).
|
||||
- Timestamp picker (default to now)
|
||||
- Optional: barcode scanning for food/drinks via CameraX
|
||||
|
||||
* Backlog [0/27] :vrobbler:project:personal:
|
||||
* Backlog [0/24] :vrobbler:project:personal:
|
||||
** TODO [#C] After transition to linux add curl_cffi as webpage scrapper again :webpages:metadata:
|
||||
** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :bug:music:scrobbles:
|
||||
:PROPERTIES:
|
||||
@ -698,6 +698,11 @@ The Edit log form should have from top to bottom:
|
||||
*** Description
|
||||
|
||||
** TODO [#A] Add trends tests for concurrent trends :trends:tests:concurrent:
|
||||
* Version 64.0 [2/2]
|
||||
** DONE [#B] Add Google Gemini as a model option back for agent sessions :agents:
|
||||
:PROPERTIES:
|
||||
:ID: 0adecc94-2ce2-ed8f-4439-0738ea409c68
|
||||
:END:
|
||||
** DONE [#A] Update agent flow to use OpenRouter and select model :agents:
|
||||
:PROPERTIES:
|
||||
:ID: 70f753a8-b320-4f35-1dcd-9f0d4f1c707b
|
||||
@ -723,13 +728,6 @@ context of past prompts and response).
|
||||
- [X] Update settings, conf example and .envrc for OpenRouter
|
||||
- [X] Write tests
|
||||
|
||||
** TODO [#B] Mood scrobble page with "Check-in complete!" should ask for context :moods:
|
||||
|
||||
*** Description
|
||||
|
||||
Currently when scrobbling a mood, the finish page just says "complete!" Instead,
|
||||
that page should be a simple form with a textarea in it with a request for
|
||||
context. Saving that form should save the context as a note on the scrobble.
|
||||
|
||||
* Version 63.4 [1/1]
|
||||
** DONE [#A] Update agent flow to use OpenRouter and select model :agents:
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "vrobbler"
|
||||
version = "63.2"
|
||||
version = "64.0"
|
||||
description = ""
|
||||
authors = ["Colin Powell <colin@unbl.ink>"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user