Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coze-dev/coze-loop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: coze-dev/coze-loop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 15 commits
  • 988 files changed
  • 10 contributors

Commits on Aug 4, 2025

  1. [chore] [frontend] upgrade dep for security (#74)

    * feat: update happy-dom ver
    
    * feat: upgrade rush-sdk
    
    * feat(auth): show err msg when login/register
    
    * chore: remove frontend .vscode
    mocayo authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    a2b5e72 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. [feat] [workflow] add other issue_template (#77)

    feat(workflow): add other issue_template
    lsy357 authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    fd136e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2025

  1. [feat][model]: change example location (#85)

    feat(model): change example location
    kidkidkid authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    1eb20fc View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

  1. [fix] [frontend] i18n options and redundant usage (#93)

    * fix(prompt-components): missing vitest config
    
    * fix(i18n): add language for IntlClient
    
    * fix(i18n): options.detection
    mocayo authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    b4d178f View commit details
    Browse the repository at this point in the history
  2. [docs][model] refactor readme (#92)

    * feat(doc): add more model info
    kidkidkid authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    fdccccd View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. [fix] [workflow]: add permissions on the workflow files (#96)

    [ci][workflow]: add permissions on the workflow files
    WillemJiang authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    99f0cb4 View commit details
    Browse the repository at this point in the history
  2. fix(foundation): Gorm Generate for foundation (#99)

    * MOD: add generateForFoundation to gorm_gen
    
    Change-Id: Ie835a76edb803997f984d0bab7aeeb528071a493
    
    * MOD: to upper APIKey
    
    Change-Id: I5fa9fa16b3f35c69ad8023a858b2ee64af6dcab3
    watwatpropro authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    0698146 View commit details
    Browse the repository at this point in the history
  3. [fix][foundation]: authRes slice contain a nil item (#100)

    FIX: authRes slice contain a nil item
    
    Change-Id: Id4d8d1809f35c77291de793175750156493917a9
    watwatpropro authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    42a2efe View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. [feat][all] Release v1.1.0 (#104)

    * [fix][workflow] action trigger with release branch (#103)
    
    fix(workflow): action trigger with release branch
    
    * [feat][all] feature v1.1.0 (#101)
    
    * [feat] [infra] docker image & helm chart (#3)
    
    * fix(evaluation): evaltarget converter panic
    
    - code sync with 89dbdac81e57ca417544b7de0d41673ff9cc33b1
    
    * feat(evaluation): add target type CozeWrokflow
    
    - code sync with MR-260
    
    * fix(evaluation): BatchGetEvaluatorByID with write db option
    
    - code sync with d12af290149f205b9d3045cdddf2d311920a202c
    
    * fix(evaluation): SubmitExperiment auth
    
    - code sync with 42016a6664026ffaafd3a0992f7ea9d76609f052
    
    * feat(observability): commercial open core
    
    - code sync with 4ba2ec7dfa6d6fcefeab523f3fe71f389f938193
    
    * fix(observability): metrics init once
    
    - code sync with a5ba037c610d78b1790afa50ea726e1634337ad5
    
    * fix(observability): add logic delete time filter
    
    - code sync with 302f3cf4ee5569d3779104dff432f4e50e187d50
    
    * fix(observability): span ttl
    
    - code sync with bf9d052caf9f0cc5e7475eae5311c70c4d45254a
    
    * fix(evaluation): expt zombie items status trans
    
    - code sync with da7fca75c9d96caff2cc310b4b98a13b00fda7f5
    
    * fix(observability): GetTrace with span_ids
    
    - code sync with b336860ed3b285b278b3f42a54906d94d059b71d
    
    * feat(prompt): commercial open core
    
    - code sync with 61731c0337f9c079db0d9a7adb4a83517b31d7f2
    
    * fix(infra): error mw parse kitex bizerr
    
    - code sync with 0e277ef5ecf0c764c18f2a79a019ba4137c832a4
    
    * fix(prompt): prompt debug without cancel
    
    - code sync with 39875a9e438039e2298ce3df895a5e66eece7762
    
    * fix(prompt): ListPrompt with committed only
    
    - code sync with 9468a33e35d6ea1672fc4804014809b5b66f031d
    
    * feat(prompt): openapi event collector
    
    - code sync with f26b33d8bac6449e47d6d5d1d731b06c8ac4bc4e
    
    * feat(prompt): openapi sdk panic
    
    - code sync with da3319bbd7665738874e9c09992d3b4319dcc9f1
    
    * feat(evaluation): expt report item search enhancement
    
    - code sync with MR-292
    
    * feat(infra): docker image & helm chart
    
    ---------
    
    Co-authored-by: liushengyang <[email protected]>
    # Conflicts:
    #	backend/script/gorm_gen/generate.go
    
    * feat(infra): docker compose makefile change (#4)
    
    * [feat] [infra] update helm release (#5)
    
    * feat(infra): docker compose makefile change
    
    * feat(infra): update helm release
    
    * [feat] [backend] sync code (#6)
    
    * fix(evaluation): expt statistic cnt err
    
    - code sync with 424de1cabe35b36a0cb0d169dea7854382c2e38f
    
    * fix(evaluation): mysql/rmq docker cfg
    
    * feat(backend): update go version (#7)
    
    * fix(backend): golint (#9)
    
    * [fix] [evaluation] mysql ddl with create nx (#10)
    
    * fix(evaluation): mysql ddl with create nx
    
    * chore(infra): gitignore add venv
    
    * fix(infra): tracer err lint (#11)
    
    * feat(backend): ttl up into 365d (#13)
    
    * [fix] [frontend] i18n texts in prompt-pages and evaluation pages (#14)
    
    * fix(prompt-pages): text
    
    * fix(evaluate): text
    
    * [feat] [wiki] update content (#12)
    
    * feat(wiki): update for docker image & k8s
    
    * update
    
    * change conf
    
    * make helm
    
    * update
    
    * expose 8888
    
    * feat(docker): jianrong
    
    * update
    
    * [fix] [prompt] placeholder var name (#15)
    
    * fix(prompt): placeholder var name
    
    * doc(intl): readme
    
    * [fix][infra] dev/debug wait err (#16)
    
    * fix(infra): debug wait & model_example conf
    
    * fix(evaluation): expt statistic save err
    
    * feat(helm) add minikube conf (#17)
    
    * [fix][infra] license header author (#18)
    
    * fix(infra): license header author
    
    * fix(backend): minio ut
    
    * chore(infra): gitignore add chart (#19)
    
    * [fix] [prompt] prompt clone var error (#20)
    
    * fix(prompt): url after delete
    
    * fix(prompt): copy vars
    
    * [ci] [workflow] remove hard code git user (#21)
    
    * ci: remove hard code git user in fe ci
    
    * [fix][backend] revise readme (#22)
    
    * change deployment guide
    
    ---------
    
    Co-authored-by: gcx75678 <[email protected]>
    Co-authored-by: kidkidkid <[email protected]>
    Co-authored-by: Mocayo <[email protected]>
    
    ---------
    
    Co-authored-by: gcx75678 <[email protected]>
    Co-authored-by: kidkidkid <[email protected]>
    Co-authored-by: Mocayo <[email protected]>
    4 people authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    ec826ee View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

  1. [feat][backend]: upgrade go version in readme (#106)

    feat(doc): upgrade go version in readme
    kidkidkid authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    28cf224 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. fix(deps): patch security vulnerability (#66)

    * fix(deps): patch security vulnerability
    
    * upgrade(deps):upgrade depends
    wsx864321 authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    71d02ac View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. [fix][infra] debug docker.io image (#113)

    fix(infra): debug docker.io image
    lsy357 authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    49b8f06 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. [fix][backend]: fix k8s conf & readme (#123)

    * feat(conf): fix k8s conf & readme
    
    * feat(backend): fix error return
    
    * feat(backend): fix ut
    kidkidkid authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    a89d59e View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. [feat][backend] feature 1.1.0 (#129)

    * feat(prompt): support jinja2
    
    - code sync with 148b388758f4918ac9cbf813311747692f65d15e
    
    * feat(data): support tag
    
    - code sync with e72deb1c73a8e4efbdd40bc1d348cbd09ae5b46f
    
    * fix(evaluation): expt result filter create date
    
    - code sync with 2274c17d200e51d5f38b343827825a7c2fcb1c09
    
    * fix(backend): go mod tidy
    
    * fix(infra): mysql table sync
    
    * feat(evaluation): feature in 0822
    
    - code sync with 274dfb796e6b33a4206907a79ab71c574aedc141
    - feat(evaluation): support expt report exporting
    - feat(evaluation): support expt result manual annotation
    - feat(evaluation): expt configuration with optional target/evaluators
    - feat(evaluation): expt support prompt target param
    
    * fix(evaluation): model_config parse err
    
    - code sync with 874d033a0bdeee65f04b4db2c52be235431677fe
    
    * fix(evaluation): evaluator err code
    
    - code sync with f4d7bea30a52e58858a8726ddd0e3821d05be175
    
    * fix(infra): mysql table create nx
    
    * sql
    
    Change-Id: If2435e708c47443fb752e2985584ba104474ea1a
    
    * fix(backend): sql gorm_gen err
    
    * feat(observability): support opentelemetry
    
    - code sync with dcd3f1234e6f6f58b0be1358b9677a7db4e34e71
    
    * fix(observability): license header
    
    * fix(backend): file configuration
    
    * [feat][infra] support add table filed (#127)
    
    feat(infra): support add table filed
    
    * fix(infra): mysql PROCEDURE name err
    
    * fix(observability): otel open api hertz router
    
    * fix(prompt): deprecate prompt_basic commit_status
    
    * fix(infra): mysql table alter ddl
    
    * fix(evaluation): expt turn result filter
    
    - code sync with MR-320
    
    * fix(evaluation): expt result turnkey
    
    - code sync with ff2000b3b40ea5986c31641c079a19b2730bce0e
    
    * feat(observability): support trace export
    
    - code sync with 964273e2ecee61c0d047ab157b25fccfa08852f4
    
    * fix(observability): tag ut
    
    - code sync with 3d105f7ccc8a18c44229bf4d4a5eff4fe8bc8425
    
    * feat(observability): otel support inference and model tools
    
    - code sync with 35d2c24d67e55bf1e306b560f3af27da31fdd461
    
    * fix(backend): license header
    
    * fix(backend): golint err
    
    * fix(backend): errcode i18n msg
    
    ---------
    
    Co-authored-by: zhongzhiwei <[email protected]>
    lsy357 and kasarolzzw authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    4b6d863 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96df0c4 View commit details
    Browse the repository at this point in the history
Loading