Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -1738,7 +1738,7 @@ All source files must include Apache License 2.0 copyright headers with Red Hat
## Dependencies

- Cobra (github.com/spf13/cobra): CLI framework
- Go 1.25+
- Go 1.26+

## Testing

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ kortex-cli is a command-line interface for launching and managing AI agents with

### Prerequisites

- Go 1.25+
- Go 1.26+
- Make

### Build
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kortex-hub/kortex-cli

go 1.25.7
go 1.26.1

require (
github.com/kortex-hub/kortex-cli-api/cli/go v0.0.0-20260326121446-aa3f0c37fc1e
Expand Down
Loading