Commit Graph

27 Commits

Author SHA1 Message Date
24310675ba Update 2025-03-23 14:53:15 +08:00
c99f1306e3 Add k8s ptr 2025-03-23 14:53:03 +08:00
10ebaa1964 Update go.mod 2025-03-23 14:52:47 +08:00
f2b1bfdc7f fix typo 2025-03-21 06:57:35 +00:00
479991ef9a set debug flag default value 2025-03-20 23:12:37 +08:00
3def51ffd1 Update README.md 2025-03-20 23:03:43 +08:00
72d9b5a8dd Add debug mode and upgrade mcp-go to v0.14.1 2025-03-20 23:01:05 +08:00
18cb96fc80 add some new tools and adjust format 2025-03-20 08:54:38 +00:00
4978621b9b Update 2025-03-19 11:46:20 +08:00
24764caf99 Update LICENSE 2025-03-19 02:59:18 +00:00
5b5a9b48e2 Add LICENSE 2025-03-19 02:58:53 +00:00
bd43811a07 Update 2025-03-19 00:12:03 +08:00
c4f619a907 Upgrade mcp-go to the latest version 2025-03-18 22:59:58 +08:00
482b3167b3 improve readme 2025-03-18 07:14:00 +00:00
6b7fd53c4d fix README lint 2025-03-18 07:08:23 +00:00
c34145ac3d add devcontainer 2025-03-18 07:03:59 +00:00
58f4e190cf some fix 2025-03-17 21:20:49 -07:00
ea394e4693 Improve the README 2025-03-17 21:13:45 -07:00
a5504ca7e0 Use env for token in cursor configuration 2025-03-17 21:01:29 -07:00
50b24dfb61 Update README.md 2025-03-18 03:56:52 +00:00
51f2cf57d3 Update README.md 2025-03-18 03:52:40 +00:00
59693ffc5d feat: add get issue by index 2025-03-16 16:33:15 +08:00
82b02fa9f1 feat: add server version 2025-03-16 15:22:57 +08:00
c900e6b4c3 feat: add context management and cancellation handling in Execute function
- Import the `context` package - Add context cancellation handling with log message and return in `Execute` function Signed-off-by: appleboy <appleboy.tw@gmail.com>
2025-03-16 14:20:55 +08:00
c52f8649a2 refactor: add hot reloading and improve logging functions
- Add command to install `air` for hot reloading in `Makefile` - Add `dev` command to run the application with hot reload in `Makefile` - Add `vendor` command to tidy and verify module dependencies in `Makefile` - Update log synchronization method to use `log.Default().Sync()` in `cmd/cmd.go` - Change variadic parameter type from `interface{}` to `any` in logging functions - Remove `Sync` function from `pkg/log/log.go` ref: https://github.com/uber-go/zap/issues/880 Signed-off-by: appleboy <appleboy.tw@gmail.com>
2025-03-16 14:18:58 +08:00
051ce0bab4 chore: remove unused dependencies for project cleanup
- Remove `testify` dependency - Remove `go-spew` indirect dependency - Remove `go-difflib` indirect dependency - Remove `yaml.v3` indirect dependency Signed-off-by: appleboy <appleboy.tw@gmail.com>
2025-03-16 13:57:53 +08:00
2dd4aa94ad Initialize commit 2025-03-16 00:21:29 +08:00