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
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
49
Star
394
Code
Issues
15
Pull requests
8
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
V0.100.4
- #551
#551
Merged
dwash96
merged 24 commits into
main
cecli-dev/cecli:main
from
v0.100.4
cecli-dev/cecli:v0.100.4
Copy head branch name to clipboard
Jun 4, 2026
Conversation
Commits
24
(24)
Checks
Files changed
Merged
V0.100.4
#551
dwash96
merged 24 commits into
main
cecli-dev/cecli:main
from
v0.100.4
cecli-dev/cecli:v0.100.4
Copy head branch name to clipboard
Commits
Commits on Jun 2, 2026
Bump Version
Your Name
committed
d3b55c6
View commit details
Copy full SHA for d3b55c6
Browse repository at this point
Queue Confirmations in TUI
Your Name
committed
65e09d1
View commit details
Copy full SHA for 65e09d1
Browse repository at this point
Commits on Jun 3, 2026
Allow _confirm_asks to accept kwargs additional params to account for test failures
Your Name
committed
bf9653d
View commit details
Copy full SHA for bf9653d
Browse repository at this point
Force tool data to be passed through to models. Allow for my keying in model responses when parsing from content
Your Name
committed
25e00e3
View commit details
Copy full SHA for 25e00e3
Browse repository at this point
Make read_range a bit more versatile by supporting line number look ups and out of order lookups
Your Name
committed
6792d16
View commit details
Copy full SHA for 6792d16
Browse repository at this point
Add fuzzy matching and trie based file storage for prefix matching of files
Your Name
committed
c1c8e3e
View commit details
Copy full SHA for c1c8e3e
Browse repository at this point
fix: Remove unused `show_completion_notification` attribute
Your Name
committed
b7897e4
View commit details
Copy full SHA for b7897e4
Browse repository at this point
refactor: Update show_completion_notification in command classes
Show description for ccfcbe3
Your Name
committed
ccfcbe3
View commit details
Copy full SHA for ccfcbe3
Browse repository at this point
chore: Remove unused show_completion_notification attribute
Your Name
committed
d9da583
View commit details
Copy full SHA for d9da583
Browse repository at this point
refactor: Update show_completion_notification for commands
Show description for ec6fc00
Your Name
committed
ec6fc00
View commit details
Copy full SHA for ec6fc00
Browse repository at this point
refactor: Update show_completion_notification for command files
Show description for 1dfb8d8
Your Name
committed
1dfb8d8
View commit details
Copy full SHA for 1dfb8d8
Browse repository at this point
chore: Remove unused show_completion_notification attribute
Your Name
committed
65bb3e0
View commit details
Copy full SHA for 65bb3e0
Browse repository at this point
refactor: Update show_completion_notification in command classes
Show description for 76a16d3
Your Name
committed
76a16d3
View commit details
Copy full SHA for 76a16d3
Browse repository at this point
fix: Adjust show_completion_notification for specific commands
Show description for e9fd71e
Your Name
committed
e9fd71e
View commit details
Copy full SHA for e9fd71e
Browse repository at this point
refactor: Update show_completion_notification to False for diff, copy, and copy_context
Show description for f99f55d
Your Name
committed
f99f55d
View commit details
Copy full SHA for f99f55d
Browse repository at this point
fix: Set show_completion_notification to False for context commands
Show description for 408a0ae
Your Name
committed
408a0ae
View commit details
Copy full SHA for 408a0ae
Browse repository at this point
Commits on Jun 4, 2026
Use ngram to rerank partial_ratio results for more humanistic matching
Your Name
committed
c03ff51
View commit details
Copy full SHA for c03ff51
Browse repository at this point
Confirmations, because they are now queued, should also be globally blocking, don't re-enable input until there are no confirmations left to prevent TUI dead looping
Your Name
committed
3bc016f
View commit details
Copy full SHA for 3bc016f
Browse repository at this point
cli-44: fix
Your Name
committed
9a9e99e
View commit details
Copy full SHA for 9a9e99e
Browse repository at this point
Let users control the number of reflections they want, it's only fair
Your Name
committed
e6a1cf3
View commit details
Copy full SHA for e6a1cf3
Browse repository at this point
The hugging face tests fail entirely too often because of network errors
Your Name
committed
1bc3beb
View commit details
Copy full SHA for 1bc3beb
Browse repository at this point
Merge pull request #552 from szmania/cli-44-refactor-show-completion-notification
Show description for b4dcfe6
dwash96
authored
b4dcfe6
View commit details
Copy full SHA for b4dcfe6
Browse repository at this point
There really should be only one AgentService instance owned by the primary agent, children are flat underneath this structure with child/grandchild/etc. relationships determined by child -> parent …
Show description for a18158b
Your Name
committed
a18158b
View commit details
Copy full SHA for a18158b
Browse repository at this point
Fix tests now that Agenet service is properly a singleton
Your Name
committed
52c9ab1
View commit details
Copy full SHA for 52c9ab1
Browse repository at this point
You can’t perform that action at this time.