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 }}
ULookup
/
Merak
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
10
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
fix: 6 infrastructure fixes (LLM retry, cache, token counting, tests)
- #166
#166
Merged
ULookup
merged 12 commits into
main
ULookup/Merak:main
from
infra-fixes-2026-06-20
ULookup/Merak:infra-fixes-2026-06-20
Copy head branch name to clipboard
Jun 21, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
fix: 6 infrastructure fixes (LLM retry, cache, token counting, tests)
#166
ULookup
merged 12 commits into
main
ULookup/Merak:main
from
infra-fixes-2026-06-20
ULookup/Merak:infra-fixes-2026-06-20
Copy head branch name to clipboard
Commits
Commits on Jun 20, 2026
feat(llm): add exponential backoff retry to provider HTTP calls
ULookup
committed
7e728b0
View commit details
Copy full SHA for 7e728b0
Browse repository at this point
fix(llm): add curl_easy_init NULL check and missing <chrono> include
ULookup
committed
3559edf
View commit details
Copy full SHA for 3559edf
Browse repository at this point
feat(loop): apply CacheAwareContext split result to request messages
ULookup
committed
45eb3e6
View commit details
Copy full SHA for 45eb3e6
Browse repository at this point
fix(loop): separate system prompt from session_history to prevent compaction overwrite
ULookup
committed
7e6c71f
View commit details
Copy full SHA for 7e6c71f
Browse repository at this point
fix(loop): clear compaction_summaries on restore and update stale comment
ULookup
committed
7bcd63c
View commit details
Copy full SHA for 7bcd63c
Browse repository at this point
feat(context): hybrid token counting with API-authoritative baseline
ULookup
committed
0ec199f
View commit details
Copy full SHA for 0ec199f
Browse repository at this point
fix(loop): reset token counter authoritative state on history restore
ULookup
committed
ca49d8d
View commit details
Copy full SHA for ca49d8d
Browse repository at this point
fix(loop): cap fan_out parallelism at min(4, hardware_concurrency)
ULookup
committed
a83f293
View commit details
Copy full SHA for a83f293
Browse repository at this point
test(llm): add unit tests for OpenAI and Anthropic provider request builders
ULookup
committed
5af5f5e
View commit details
Copy full SHA for 5af5f5e
Browse repository at this point
test(loop): add unit tests for AgentLoop and SubAgentRunner
Show description for 9a50d71
ULookup
committed
9a50d71
View commit details
Copy full SHA for 9a50d71
Browse repository at this point
Commits on Jun 21, 2026
fix(loop): remove AgentLoop retry layer, rely on provider internal retry
Show description for 3772e45
ULookup
committed
3772e45
View commit details
Copy full SHA for 3772e45
Browse repository at this point
fix(loop): remove all AgentLoop retry logic, delegate entirely to provider
Show description for 7624425
ULookup
committed
7624425
View commit details
Copy full SHA for 7624425
Browse repository at this point
You can’t perform that action at this time.