-
Notifications
You must be signed in to change notification settings - Fork 137
Pull requests: allwefantasy/auto-coder
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
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
allwefantasy
Loading…
3 tasks
Fix file retrieval logic to skip files with names starting with ~$
#78
opened Mar 27, 2025 by
lizongbo
Loading…
ProTip!
Add no:assignee to see everything that’s not assigned.