Skip to content

Develop#1

Merged
mingcheng merged 4 commits intomainfrom
develop
Feb 26, 2026
Merged

Develop#1
mingcheng merged 4 commits intomainfrom
develop

Conversation

@mingcheng
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings February 26, 2026 10:55
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the CLI to align with a newer Go/tooling baseline and the latest sdotee/sdk.go, adding new subcommands for domain discovery and private file download URLs.

Changes:

  • Bump github.com/sdotee/sdk.go from v1.1.1 to v1.2.0 and update module/tooling Go version to 1.26.
  • Add see text domains and see file download-url <file-id> commands (plus tests for the file command structure/args).
  • Update README with usage for the new file download URL command and bump Makefile VERSION.

Reviewed changes

Copilot reviewed 7 out of 8 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
go.mod Updates Go version and bumps sdotee/sdk.go dependency.
go.sum Updates checksums for the new sdotee/sdk.go version.
cmd/text.go Adds text domains subcommand that calls apiClient.GetTextDomains().
cmd/file.go Adds file download-url subcommand calling apiClient.GetPrivateFileDownloadURL(...).
cmd/file_test.go Extends command structure tests and adds args validation tests for download-url.
README.md Documents see file download-url <file-id>.
Makefile Bumps CLI build VERSION to 1.1.0.
.mise.toml Pins local Go toolchain version for developers.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 56 to 60
textCmd.AddCommand(textCreateCmd)
textCmd.AddCommand(textUpdateCmd)
textCmd.AddCommand(textDeleteCmd)
textCmd.AddCommand(textDomainsCmd)

Copy link

Copilot AI Feb 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New see text domains subcommand is added here, but the README’s “Text” section doesn’t document it. Please update README.md to include this command so user-facing docs stay in sync with the CLI surface area.

Copilot uses AI. Check for mistakes.
@mingcheng mingcheng merged commit e59f27c into main Feb 26, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants