feat: Folder Iterative Bulk Ingestion; Settings & Envs; Chunks Modification; API_KEY Integration#2
Merged
frankgu968 merged 6 commits intomainfrom Mar 9, 2026
Merged
Conversation
saeidalz13
commented
Feb 24, 2026
| @click.option("--offset", type=int, default=0) | ||
| @click.pass_context | ||
| def list_folders(ctx, parent_path_part_id, show_content, folder_id, max_depth, sort_order, limit, offset): | ||
| def list_folders(ctx, parent_path_part_id, show_content, folder_id, max_depth, sort_order, with_tags, limit, offset): |
Contributor
Author
There was a problem hiding this comment.
Used to be
❯ kscli --format tree folders list --folder-id 0699003f-ede0-7d8c-8000-b1ee60cf4d96
├── threads/ [folder] [path:019c5a8f-9bbc-7b62-9e6f-a1d9c28f0910]
└── saeidfeb23/ [folder] [path:0699d226-3153-761a-8000-226f472862f8]
Now is:
❯ kscli --format tree folders list --folder-id 0699003f-ede0-7d8c-8000-b1ee60cf4d96
├── threads/ [folder] [id:0699003f-ee51-7357-8000-e533f3af3724 path:019c5a8f-9bbc-7b62-9e6f-a1d9c28f0910]
└── saeidfeb23/ [folder] [id:0699d226-313d-7fca-8000-766027b416aa path:0699d226-3153-761a-8000-226f472862f8]
Contributor
Author
There was a problem hiding this comment.
Also it didn't show the contents of the folder by default. When we're passing the folder ID/path part ID, it should be implied that we wanna see what's in there, similar to ls
API_KEY Integration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
folder listExample
Dry Run
API Call
Checking the folder content