Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
aisbf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexlab
aisbf
Commits
ca0dc158
Commit
ca0dc158
authored
Apr 19, 2026
by
Your Name
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CHANGES.md with provider type display fix
parent
39bee2f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
CHANGES.md
CHANGES.md
+13
-0
No files found.
CHANGES.md
View file @
ca0dc158
...
@@ -71,6 +71,16 @@
...
@@ -71,6 +71,16 @@
-
Model performance now displays data even on fresh installations
-
Model performance now displays data even on fresh installations
-
**Files Modified**
:
`aisbf/analytics.py`
,
`aisbf/handlers.py`
-
**Files Modified**
:
`aisbf/analytics.py`
,
`aisbf/handlers.py`
### 12. Deprecated Database Function
-
**Problem**
: Using deprecated
`get_database()`
function causing warnings
-
**Solution**
: Replaced with
`DatabaseRegistry.get_config_database()`
-
**Files Modified**
:
`aisbf/handlers.py`
### 13. Model Performance Type Column Generic
-
**Problem**
: Type column showed generic "Provider Model" instead of actual provider type
-
**Solution**
: Added provider_type field from config (shows Kilo, Claude, Qwen, Codex, etc.)
-
**Files Modified**
:
`aisbf/analytics.py`
,
`templates/dashboard/analytics.html`
## New Features
## New Features
### Enhanced Debug Logging
### Enhanced Debug Logging
...
@@ -98,6 +108,7 @@ Graph title and all analytics sections dynamically update based on selected rang
...
@@ -98,6 +108,7 @@ Graph title and all analytics sections dynamically update based on selected rang
-
Automatically records context dimensions on each request
-
Automatically records context dimensions on each request
-
Falls back to token_usage data when context_dimensions is empty
-
Falls back to token_usage data when context_dimensions is empty
-
Shows performance metrics for all providers with activity in selected time range
-
Shows performance metrics for all providers with activity in selected time range
-
Displays actual provider type (Kilo, Claude, Qwen, etc.) in Type column
## Backwards Compatibility
## Backwards Compatibility
...
@@ -127,3 +138,5 @@ Updated version to `0.99.33` in:
...
@@ -127,3 +138,5 @@ Updated version to `0.99.33` in:
9.
Verify cost overview reflects selected time period
9.
Verify cost overview reflects selected time period
10.
Check that recommendations are based on filtered time range data
10.
Check that recommendations are based on filtered time range data
11.
Test model performance displays on fresh installations with empty context_dimensions table
11.
Test model performance displays on fresh installations with empty context_dimensions table
12.
Verify no deprecation warnings in logs
13.
Confirm model performance Type column shows correct provider types
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment