- Notifications
You must be signed in to change notification settings - Fork 147
Pull requests: allwefantasy/auto-coder
Author
Uh oh!
There was an error while loading. Please reload this page.
Label
Uh oh!
There was an error while loading. Please reload this page.
Projects
Uh oh!
There was an error while loading. Please reload this page.
Milestones
Uh oh!
There was an error while loading. Please reload this page.
Reviews
Assignee
Assigned to nobodyLoading
Uh oh!
There was an error while loading. Please reload this page.
Sort
Pull requests list
feat: add Requesty as an OpenAI-compatible provider
#96
opened Jun 30, 2026 by
ThibaultjaiguLoading…
AutoCoder: /new 在 .auto-coder/targets 目录下生成如下验证代码:
python
from autocoder.common.ac_style_command_parser.parser import CommandParser
p = CommandParser()
result = p.parse("""/command "tdd/hello.md" name='''威廉'''""")
print(result)
然后运行该代码,我们期待的运行结果是这样的:
{'command': {'args': ['tdd/hello.md'], 'kwargs': {'name':'威廉'}}}
也就是我们希望能够支持解析 '''''' 引用起来的文本。
运行上面的python代码,直到运行结果符合我们预期。
#90
opened Jun 24, 2025 by
allwefantasyOwnerLoading…
3 tasks
Fix file retrieval logic to skip files with names starting with ~$
#78
opened Mar 27, 2025 by
lizongboLoading…
ProTip!
Type gi on any issue or pull request to go back to the issue listing page.