Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
f2cd523
refactor: rename project package to himarket
learnerjohn Dec 10, 2025
190a3af
feat: support Higress gateway IP for Model and MCP
learnerjohn Dec 10, 2025
834cbfd
fix: resolve issue where Model cannot use MCP in Higress
learnerjohn Dec 10, 2025
570869e
docs: add user guide and update README with PR guidelines
learnerjohn Dec 10, 2025
750848d
Merge remote-tracking branch 'upstream/main' into himarket_202512
learnerjohn Dec 10, 2025
9e6c5be
fix: developer consumer config and docs update
learnerjohn Dec 10, 2025
061ad1e
style: format code with spotless
learnerjohn Dec 10, 2025
96e2a61
merge
learnerjohn Dec 11, 2025
8497489
Merge remote-tracking branch 'upstream/main' into himarket_202512
learnerjohn Dec 11, 2025
1f17d1d
Merge remote-tracking branch 'upstream/main' into himarket_202512
learnerjohn Dec 11, 2025
07c092b
fix: correct branding to HiMarket and fix gateway address port handli…
learnerjohn Dec 12, 2025
8c5ed3c
Merge remote-tracking branch 'upstream/main' into himarket_202512
learnerjohn Dec 12, 2025
ad2caf6
fix: resolve MCP tools and Product config problems, optimize higress …
learnerjohn Dec 15, 2025
08447a1
merge
learnerjohn Dec 17, 2025
dbf19b8
Merge remote-tracking branch 'upstream/main' into himarket_product
learnerjohn Dec 17, 2025
19bee45
fix: extend request timeout to resolve MCP listTools timeout and add …
learnerjohn Dec 21, 2025
9991e4c
fix: Update image source in README
learnerjohn Dec 22, 2025
7f693ec
refactor: standardize code comments and improve consistency
learnerjohn Dec 22, 2025
f1243a7
fix: resolve product icon rendering issue and add missing port displa…
learnerjohn Dec 22, 2025
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
197 changes: 0 additions & 197 deletions .cursor/rules/api-style.mdc

This file was deleted.

4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ build/
### VS Code ###
.vscode/

### AI Coding Assistants ###
.cursor/
.qoder/

### Mac OS ###
.DS_Store

Expand Down
Loading