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
Accelerator
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
Type
/
to 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
.
cecli-dev
/
cecli
Public
forked from
Aider-AI/aider
Notifications
You must be signed in to change notification settings
Fork
48
Star
393
Code
Issues
15
Pull requests
7
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
V1.2.0
- #638
#638
Merged
dwash96
merged 33 commits into
main
cecli-dev/cecli:main
from
v1.2.0
cecli-dev/cecli:v1.2.0
Copy head branch name to clipboard
Aug 12, 2026
Conversation
Commits
33
(33)
Checks
Files changed
Merged
V1.2.0
#638
dwash96
merged 33 commits into
main
cecli-dev/cecli:main
from
v1.2.0
cecli-dev/cecli:v1.2.0
Copy head branch name to clipboard
Commits
Commits on Jul 24, 2026
docs: add prompt queueing feature docs to README, website, and plans
Your Name
committed
f94a558
View commit details
Copy full SHA for f94a558
Browse repository at this point
Commits on Jul 30, 2026
feat: Implement queue data structure in Commands class
Your Name
committed
6996949
View commit details
Copy full SHA for 6996949
Browse repository at this point
feat: Implement /queue command
Your Name
committed
52cd12b
View commit details
Copy full SHA for 52cd12b
Browse repository at this point
Commits on Aug 2, 2026
feat: Implement prompt queue feature and update plan
Your Name
committed
9f3dd88
View commit details
Copy full SHA for 9f3dd88
Browse repository at this point
feat: Implement prompt queue functionality
Your Name
committed
4e0b519
View commit details
Copy full SHA for 4e0b519
Browse repository at this point
style: fix formatting in queue.py (CLI-33)
Your Name
committed
92a09c5
View commit details
Copy full SHA for 92a09c5
Browse repository at this point
fix: Improve management command handling and queue processing
Your Name
committed
939186b
View commit details
Copy full SHA for 939186b
Browse repository at this point
feat: Implement prompt queue feature (CLI-33)
Your Name
committed
ca3b489
View commit details
Copy full SHA for ca3b489
Browse repository at this point
Commits on Aug 10, 2026
fix: deep-merge CLI agent-config with config file values
tomjuggler
committed
876b1a1
View commit details
Copy full SHA for 876b1a1
Browse repository at this point
Commits on Aug 11, 2026
Draft 1 of LLM Reduction/LiteLLM Reduction, Support for:
Show description for 8c9ac2f
Your Name
committed
8c9ac2f
View commit details
Copy full SHA for 8c9ac2f
Browse repository at this point
Fix models switching parameter dropping
Your Name
committed
240cbec
View commit details
Copy full SHA for 240cbec
Browse repository at this point
Add reasoning effort configuration to new LLM sub system
Your Name
committed
5a1517f
View commit details
Copy full SHA for 5a1517f
Browse repository at this point
Add tests for setting api base
Your Name
committed
7a2fc1b
View commit details
Copy full SHA for 7a2fc1b
Browse repository at this point
Add images support for all providers
Your Name
committed
da16bb5
View commit details
Copy full SHA for da16bb5
Browse repository at this point
Make sure providers.json is actually laoded
Your Name
committed
f2703ee
View commit details
Copy full SHA for f2703ee
Browse repository at this point
Fix for models providing both reasoning and reasoning_details
Your Name
committed
9bee4da
View commit details
Copy full SHA for 9bee4da
Browse repository at this point
Add optimistic refreshing for copilot tokens
Your Name
committed
2493fa6
View commit details
Copy full SHA for 2493fa6
Browse repository at this point
Add all OpenAI compatible providers from model-metadata.json
Your Name
committed
1876ec7
View commit details
Copy full SHA for 1876ec7
Browse repository at this point
Update model metadata json file
Your Name
committed
9a9f837
View commit details
Copy full SHA for 9a9f837
Browse repository at this point
Add remaining oepnai compatible providers
Your Name
committed
5e83283
View commit details
Copy full SHA for 5e83283
Browse repository at this point
Add Azure and Bedrock providers based off of LiteLLM's implementation
Your Name
committed
afb0a1b
View commit details
Copy full SHA for afb0a1b
Browse repository at this point
Make the system httpx version agnostic to match mcp library to have xactly one server stack imported at one time and also use a token estimator instead of tiktoken
Your Name
committed
bcdbc9f
View commit details
Copy full SHA for bcdbc9f
Browse repository at this point
Bump Version
Your Name
committed
040092f
View commit details
Copy full SHA for 040092f
Browse repository at this point
Fix sig v4 tests
Your Name
committed
8f70dfe
View commit details
Copy full SHA for 8f70dfe
Browse repository at this point
Commits on Aug 12, 2026
Actuaaly import default httpx as fallback
Your Name
committed
b4c0aba
View commit details
Copy full SHA for b4c0aba
Browse repository at this point
Add dotenv as dependency explicitly
Your Name
committed
a2512b1
View commit details
Copy full SHA for a2512b1
Browse repository at this point
Add guard for empty grep parameters
Your Name
committed
0ec401b
View commit details
Copy full SHA for 0ec401b
Browse repository at this point
Prevent CI test hang
Your Name
committed
043583b
View commit details
Copy full SHA for 043583b
Browse repository at this point
Merge PR #636: deep-merge CLI agent-config with config file values
Your Name
committed
baed949
View commit details
Copy full SHA for baed949
Browse repository at this point
fix: deep-merge CLI yaml-to-json args with config-file values
Show description for 2d05843
Your Name
committed
2d05843
View commit details
Copy full SHA for 2d05843
Browse repository at this point
Merge pr-636-agent-config-merge: deep-merge CLI yaml-to-json args with config-file values
Your Name
committed
82a7236
View commit details
Copy full SHA for 82a7236
Browse repository at this point
Merge remote-tracking branch 'origin/pr-629-head' into prompt-queueing
Show description for 780954c
Your Name
committed
780954c
View commit details
Copy full SHA for 780954c
Browse repository at this point
Move prompt queue advancement into run_one()
Your Name
committed
c5b7f12
View commit details
Copy full SHA for c5b7f12
Browse repository at this point
You can’t perform that action at this time.