feat(cli): add label and featured commands - #78
Open
AndresMpa wants to merge 7 commits into
Open
Conversation
Expose /v1/labels/ CRUD and /v1/me/featured/ list/set/batch via dailybot label and dailybot featured with table output, error mapping, and unit tests. Co-authored-by: Cursor <cursoragent@cursor.com>
Add dashboard enrichment query params for forms, workflows, and check-ins with serialization tests for CORE-2362. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
…ndling in label commands - Simplified the formatting of API request calls in `api_client.py` for better readability. - Enhanced error handling in `_parse_entity_type` function in `featured.py` by consolidating the raise statement. - Improved readability of the confirmation prompt in `label.py` for label deletion. Co-authored-by: Cursor <cursoragent@cursor.com>
- Updated assertions in `env_commands_test.py` and `repo_env_test.py` to join whitespace in captured output, ensuring consistent matching for profile status messages.
Give the CLI the same replace-set picker as the web app, plus batch add/remove, and document it for agents. Co-authored-by: Cursor <cursoragent@cursor.com>
AndresMpa
force-pushed
the
feature__personalized_universal_labels
branch
from
August 25, 2026 15:24
2e1b02b to
44e7f8f
Compare
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.
Adds
dailybot labelanddailybot featuredso the public CLI can manage organization Labels and per-user Featured stars, and forwards that enrichment on list APIs. Companion to CORE-2362: https://linear.app/dailybot/issue/CORE-2362