Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
05c1878
sessionId= should not be required
elasticdotventures May 30, 2025
1e287a7
Merge pull request #1 from PromptExecution/feature/sessionId-not-requ…
elasticdotventures May 30, 2025
30545c1
example with stdio
elasticdotventures May 30, 2025
d92a961
added install
elasticdotventures May 31, 2025
faa44e7
--tldr checkpoint 1
elasticdotventures Jul 5, 2025
304ff1d
--tldr checkpoint 2
elasticdotventures Jul 5, 2025
4afe1e7
added count_tokens
elasticdotventures Jul 5, 2025
9042d01
--max-tokens CLI parameter is now implemented for the Test subcommand.
elasticdotventures Jul 5, 2025
f891b41
added 内容被截断
elasticdotventures Jul 5, 2025
04aeafd
improved readme
elasticdotventures Jul 5, 2025
e98ed75
list_crate_items
elasticdotventures Jul 5, 2025
96442c1
list_crate_items
elasticdotventures Jul 5, 2025
34f5e7a
Merge pull request #2 from PromptExecution/feature/tldr
elasticdotventures Jul 5, 2025
f37981e
checkpoint 1, broken
elasticdotventures Jul 5, 2025
ae1fc42
checkpoint 2, working
elasticdotventures Jul 5, 2025
fd18fe7
checkpoint, moved list_crate_items moved to tools
elasticdotventures Jul 5, 2025
fc3f2f9
checkpoint, 1 test fails
elasticdotventures Jul 5, 2025
b2df171
added version tool
elasticdotventures Jul 5, 2025
579f0c1
--tldr added <detail> tag stripping
elasticdotventures Jul 5, 2025
58b7680
checkpoint, syn in - but missing
elasticdotventures Jul 5, 2025
a13d2be
list_crate_items appears to work!
elasticdotventures Jul 5, 2025
948a515
Merge pull request #3 from PromptExecution/feature/list-crate-items
elasticdotventures Jul 5, 2025
ac46dde
tdlr didn't work with stdio
elasticdotventures Jul 6, 2025
5e5ba5a
added tldr.rs
elasticdotventures Jul 6, 2025
c48014e
added --max_tokens ### to stdio mode
elasticdotventures Jul 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ Thumbs.db
*.swp
*.swo
output_tests
target/*
context_portal/*
Loading