Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
QuBrain
/
aiwiki
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: QuBrain/aiwiki
Actions
All workflows
Workflows
CI
CI
Devlog
Devlog
Show more workflows...
Management
Caches
Deployments
Devlog
Devlog
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Show workflow options
Create status badge
Create status badge
Loading
Uh oh!
There was an error while loading.
Please reload this page
.
devlog.yml
will be ignored since log searching is not yet available
35 workflow runs
35 workflow runs
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
feat: add in-process LRU cache for rendered article and tool HTML
Devlog
#35:
Commit
7edda4a
pushed by
adilfaisal01
14s
main
main
14s
View workflow file
feat: add edge caching via Cache-Control headers for CDN
Devlog
#34:
Commit
6bcbbc5
pushed by
adilfaisal01
18s
main
main
18s
View workflow file
chore: dependency updates
Devlog
#33:
Commit
a34f03d
pushed by
adilfaisal01
17s
main
main
17s
View workflow file
ci: full CI pipeline with lint, typecheck, test matrix, sast, chaos t…
Devlog
#32:
Commit
e8b7045
pushed by
adilfaisal01
13s
main
main
13s
View workflow file
fix: fixed mypy errors and code verifications
Devlog
#31:
Commit
00b60a9
pushed by
adilfaisal01
18s
main
main
18s
View workflow file
added testing and advanced CI workflow. code hardened. local dev envi…
Devlog
#30:
Commit
b2826eb
pushed by
adilfaisal01
16s
main
main
16s
View workflow file
DB-backed topics: replace topics.json with topics table
Devlog
#29:
Commit
1f31c66
pushed by
adilfaisal01
15s
main
main
15s
View workflow file
fix: unwrap ExceptionGroup in error handler and batch improve up to 3…
Devlog
#28:
Commit
3362117
pushed by
adilfaisal01
11s
main
main
11s
View workflow file
fix: track data/topics.json so it ships in Docker image
Devlog
#27:
Commit
0998fba
pushed by
adilfaisal01
17s
main
main
17s
View workflow file
debug: promote create logging to INFO level
Devlog
#26:
Commit
fc4f027
pushed by
adilfaisal01
11s
main
main
11s
View workflow file
debug: add logging to _try_create to diagnose noop
Devlog
#25:
Commit
8514539
pushed by
adilfaisal01
16s
main
main
16s
View workflow file
fix: align _slug_for_topic with db.slugify and reduce improvement gua…
Devlog
#24:
Commit
e1953e9
pushed by
adilfaisal01
17s
main
main
17s
View workflow file
fix: filter noop results and parallelize agent loop
Devlog
#23:
Commit
b6075f1
pushed by
adilfaisal01
11s
main
main
11s
View workflow file
feat: added visibility into agent loop tasks
Devlog
#22:
Commit
4e3e1ae
pushed by
adilfaisal01
11s
main
main
11s
View workflow file
feat: separated agent loop via cron jobs and from main.py service
Devlog
#21:
Commit
b70fed7
pushed by
adilfaisal01
15s
main
main
15s
View workflow file
Revert "feat: add POST /api/trigger-agent webhook for external cron"
Devlog
#20:
Commit
daec8c9
pushed by
adilfaisal01
12s
main
main
12s
View workflow file
feat: add POST /api/trigger-agent webhook for external cron
Devlog
#19:
Commit
fb0bbef
pushed by
adilfaisal01
14s
main
main
14s
View workflow file
Revert "feat: add POST /api/trigger-agent webhook for external cron"
Devlog
#18:
Commit
1df6081
pushed by
adilfaisal01
11s
main
main
11s
View workflow file
feat: add POST /api/trigger-agent webhook for external cron
Devlog
#17:
Commit
10f1f02
pushed by
adilfaisal01
15s
main
main
15s
View workflow file
Revert "Merge branch 'staging'"
Devlog
#16:
Commit
015cecd
pushed by
adilfaisal01
17s
main
main
17s
View workflow file
Merge branch 'staging'
Devlog
#15:
Commit
531940c
pushed by
adilfaisal01
16s
main
main
16s
View workflow file
Revert "feat: move agent loop to GitHub Actions cron"
Devlog
#14:
Commit
15af567
pushed by
adilfaisal01
15s
main
main
15s
View workflow file
feat: move agent loop to GitHub Actions cron
Devlog
#13:
Commit
85d4cde
pushed by
adilfaisal01
16s
main
main
16s
View workflow file
Revert "feat: move agent loop to GitHub Actions webhook trigger"
Devlog
#12:
Commit
7b82cae
pushed by
adilfaisal01
12s
main
main
12s
View workflow file
chore: remove dead agent_loop function (moved to GH Actions webhook)
Devlog
#11:
Commit
3099658
pushed by
adilfaisal01
17s
main
main
17s
View workflow file
Previous
1
2
Next
You can’t perform that action at this time.