null
b893941d71
Claude Code: tool_use blocks only
2026-05-25 13:22:36 -05:00
null
00bae96490
Ported formatToolStatus from pixel-agents-openclaw/transcriptParser.ts as _format_tool_status in Python
2026-05-25 13:19:39 -05:00
null
90a4abde30
Runtime gateway sessions (Claude CLI, Codex, GPT, Ollama) are fetched via fetch_recent_events for all org gateways,
2026-05-25 12:35:00 -05:00
null
ea62e387a4
dded cutoff = utcnow() - timedelta(minutes=15)
2026-05-25 12:27:02 -05:00
null
e6c2989c64
main dashboard
2026-05-24 22:38:26 -05:00
null
1c1bade3ca
full upgrade pass for the Git Project settings page.
2026-05-24 22:12:14 -05:00
null
5a1caa8264
dded a "Mass Import" button in the header actions that opens a dialog with three states
2026-05-24 20:57:58 -05:00
null
fc24ec933b
navbar is now explicitly local-first
2026-05-24 20:49:45 -05:00
null
c8f8fdb2ec
PydanticUserError: field name clashing with a type annotation
...
Cause was forgejo_commit_activity.py (line 5): the model had date: date, which Pydantic 2 choked on during container startup.
2026-05-24 20:29:55 -05:00
null
7919c29bbd
New table: forgejo_commit_activity
2026-05-24 20:24:43 -05:00
null
1fc1df5aeb
heatmap commits
2026-05-24 20:13:04 -05:00
null
922a386871
New POST /{repository_id}/sync/recent?days=7 endpoint.
2026-05-24 19:42:07 -05:00
null
5446fad843
90-day window instead of 365 days
2026-05-24 19:30:15 -05:00
null
56df59ff86
just one network call to api.anthropic.com/api/oauth/usage using the local OAuth token, and nothing else for Anthropic.
2026-05-24 19:22:18 -05:00
null
6bd6390b47
Parallelize the /v1/models and /api/oauth/usage calls using asyncio.gather in _do_fetch_provider_usage
2026-05-24 19:18:25 -05:00
null
d406beec56
feat: update caching logic and improve provider usage fetching intervals
2026-05-24 19:05:30 -05:00
null
f84918b14f
refactor: consolidate backend helper and worker scripts in Dockerfile
2026-05-24 18:30:38 -05:00
null
fe6d9f219a
feat: add schemas and services for agent session management
...
- Introduced provider-neutral schemas for local agent session sources in `agent_sessions.py`.
- Implemented source discovery helpers for local agent session providers in `agent_session_sources.py`.
- Created a reader for local Codex CLI session history in `codex_session_reader.py`, including parsing and redaction of sensitive information.
- Added tests for Codex session parsing and API endpoints to ensure functionality and data integrity.
2026-05-24 18:07:35 -05:00
null
55a99ac9fd
feat: extend CACHE_TTL_FAILURE_SECONDS to 60s and adjust retry logic for Anthropic subscription endpoint
2026-05-24 17:51:48 -05:00
null
66c7f9f5cd
feat: implement in-flight deduplication and short TTL for subscription window failures in provider usage fetching
2026-05-24 17:37:08 -05:00
null
f0bd9b4950
feat: implement retry logic for rate-limited requests to the Anthropic subscription endpoint
2026-05-24 17:23:41 -05:00
null
79ab63b206
feat: enhance subscription window handling to avoid stale cache on transient failures
2026-05-24 17:16:53 -05:00
null
a8e560a586
feat(billing): add billing source classification for sessions and update cost handling
2026-05-24 16:37:52 -05:00
null
28e103452b
feat: add Claude Code session detail page with message thread and timeline navigation
...
- Implemented the ClaudeSessionDetailPage component to display session details, including messages and timeline navigation.
- Created SessionHeroHeader for displaying session metadata and status.
- Added SessionMessageThread to render individual messages and their details.
- Introduced SessionTimelineNav for quick navigation through messages.
- Developed ToolCallBlock to show tool usage details within messages.
- Integrated API functions for fetching session and message data.
2026-05-24 16:31:18 -05:00
null
1bf4e30e8c
feat(session-messages): implement endpoint to retrieve conversation messages for a session
2026-05-24 16:19:24 -05:00
null
11d950a13a
refactor(issue-sync): streamline issue closing logic and enhance error handling
2026-05-22 22:20:28 -05:00
null
07a7ddfb24
fix(migrations): update down_revision to correct previous migration reference
2026-05-22 20:41:23 -05:00
null
b16e9bb3c8
feat(users): add Forgejo profile synchronization and related fields
2026-05-22 20:29:13 -05:00
null
502c44d560
feat(metrics): update heatmap metrics to reflect data for the last year
2026-05-22 17:54:42 -05:00
null
fded1d16da
feat(dashboard): simplify sidebar navigation by removing redundant header
2026-05-22 17:13:14 -05:00
null
2d91325937
feat(forgejo-metrics): refactor line stats fetching to use commit stats endpoint and update caching logic
2026-05-22 16:40:09 -05:00
null
7802400970
feat(forgejo-metrics): add last-push endpoint and related caching logic for recent commits
2026-05-22 16:25:47 -05:00
null
dd9681925e
feat(forgejo-metrics): adjust line stats caching strategy and improve retry logic for contributor stats
2026-05-22 16:19:15 -05:00
null
c04ab6ac8b
feat(dashboard): enhance metric cards with new tone classes and improve styling
2026-05-22 16:17:39 -05:00
null
bbfde53fe9
feat(forgejo-metrics): enhance heatmap metrics to include line contributions and adjust time frame to last 6 months
2026-05-22 16:04:32 -05:00
null
99965330b5
feat(provider-credentials): add endpoint to rescan local credentials and update tokens
...
feat(usage): enhance reset time formatting and display full reset date in UI
2026-05-22 15:19:04 -05:00
null
25abfd3e15
feat(claude-code): integrate Claude Code API with session tracking, config scanning, and CLI detection
2026-05-22 04:23:27 -05:00
null
5389a5cf9b
feat(gateway): add URL normalization for websocket schemes in gateway configuration
2026-05-22 04:12:38 -05:00
null
a58bbe9f99
feat(boards): add auto_close_issue_on_task_done flag and implement issue closure on task completion
2026-05-22 04:06:57 -05:00
null
ff545bff34
feat(assign-issue): implement linked boards fetching for repository in AssignIssueAgentDialog
2026-05-22 03:57:13 -05:00
null
434f26d000
feat(credentials): add AI provider credential seeder and update documentation
2026-05-22 03:36:57 -05:00
null
16ad1b914a
fix(scripts): provisioning import
2026-05-22 02:10:14 -05:00
null
d17aadec7d
fix(scripts): provisioning instructions
2026-05-22 01:55:35 -05:00
null
5f8078399c
fix(scripts): issues
2026-05-22 01:44:39 -05:00
null
585fc52cd2
fix(scripts): provision edit approval
2026-05-22 01:31:48 -05:00
null
d1c0a988d3
fix(scripts: imports all / stay in provisioning
2026-05-22 01:19:14 -05:00
null
fe7ce20956
fix(script): provision
2026-05-22 00:59:47 -05:00
null
36025c6c67
fix(ui): roles
2026-05-22 00:55:56 -05:00
null
74756feb95
feat(scripts): tasking agents
2026-05-22 00:12:15 -05:00
null
9300f4b670
fix(ui): edit git
2026-05-21 23:30:19 -05:00