Skip to content

Releases: SakuraByteCore/codexmate

codexmate v0.1.20

Choose a tag to compare

@github-actions github-actions released this 10 Sep 16:22

Changes

  • web-ui: restructure pi config tab layout into per-file sections
  • web-ui: drop redundant pi files intro hint
  • web-ui: align pi file header action buttons on same baseline
  • web-ui: enforce non-empty models array when saving Pi providers
  • web-ui: close Pi provider editor without reopening template picker
  • release: bump version to 0.1.20

Commits without PR

  • a2c31d2 chore(release): bump version to 0.1.20 — ymkiux
  • f219817 fix(web-ui): close Pi provider editor without reopening template picker — ymkiux
  • 4b4819d fix(web-ui): enforce non-empty models array when saving Pi providers — ymkiux
  • 0e90720 fix(web-ui): align pi file header action buttons on same baseline — ymkiux
  • 6b60f24 refactor(web-ui): drop redundant pi files intro hint — ymkiux
  • 5e92634 feat(web-ui): restructure pi config tab layout into per-file sections — ymkiux

Compare: v0.1.19...v0.1.20

Contributors

ymkiux

codexmate v0.1.19

Choose a tag to compare

@github-actions github-actions released this 05 Sep 09:27

Changes

  • web-ui: restructure dashboard doctor tab layout
  • release: bump version to 0.1.19

Commits without PR

  • 9d036cc chore(release): bump version to 0.1.19 — ymkiux
  • 5c04564 feat(web-ui): restructure dashboard doctor tab layout — ymkiux

Compare: v0.1.18...v0.1.19

Contributors

ymkiux

codexmate v0.1.18

Choose a tag to compare

@github-actions github-actions released this 03 Sep 12:19

Changes

  • pi-config: align provider and model management with pi-web interactions
  • pi-config: unify add-provider flow with editor and normalize model record types
  • pi-config: drop json preview block from unified provider editor
  • web-ui: convert pi provider picker and editor to modal dialogs
  • web-ui: simplify pi provider model rows to name-only input
  • web-ui: unify pi model search input style and refetch remote models on credential change
  • codex: always write requires_openai_auth=true for new providers
  • web-ui: align pi remote model import list with model card grid
  • readme: add stackmap badge
  • release: bump version to 0.1.18

Commits without PR

  • ebf185a chore(release): bump version to 0.1.18 — ymkiux
  • eaf5c2b docs(readme): add stackmap badge — ymkiux
  • afd4589 fix(web-ui): align pi remote model import list with model card grid — ymkiux
  • 0f06c6f fix(codex): always write requires_openai_auth=true for new providers — ymkiux
  • 8e88dd9 fix(web-ui): unify pi model search input style and refetch remote models on credential change — ymkiux
  • e110e68 feat(web-ui): simplify pi provider model rows to name-only input — ymkiux
  • 0c5fe0c feat(web-ui): convert pi provider picker and editor to modal dialogs — ymkiux
  • d8e7aa9 fix(pi-config): drop json preview block from unified provider editor — ymkiux
  • c7345a6 feat(pi-config): unify add-provider flow with editor and normalize model record types — ymkiux
  • 434a562 feat(pi-config): align provider and model management with pi-web interactions — ymkiux

Compare: v0.1.17...v0.1.18

Contributors

ymkiux

codexmate v0.1.17

Choose a tag to compare

@github-actions github-actions released this 30 Aug 03:56

Changes

  • usage: rework usage tab with KPI card row, inline range summary, and ranked list bars
  • plugins: hide sidebar for single plugin and split template composer into two columns
  • skills: add Pi target app for ~/.pi/agent/skills
  • docs-panel: unify toolbar controls and tighten layout
  • pi-config: add Pi config history snapshots and apply-pi-config-history action
  • pi-config: add state and methods for viewing and applying pi config history
  • pi-config: add history panels, locale strings, and UI coverage
  • release: bump version to 0.1.17

Commits without PR

  • c4d2b85 chore(release): bump version to 0.1.17 — ymkiux
  • 267d002 feat(pi-config): add history panels, locale strings, and UI coverage — ymkiux
  • 948b8dc feat(pi-config): add state and methods for viewing and applying pi config history — ymkiux
  • 81b54cb feat(pi-config): add Pi config history snapshots and apply-pi-config-history action — ymkiux
  • 83789c6 style(docs-panel): unify toolbar controls and tighten layout — ymkiux
  • 837a01c feat(skills): add Pi target app for ~/.pi/agent/skills — ymkiux
  • 31d1c20 feat(plugins): hide sidebar for single plugin and split template composer into two columns — ymkiux
  • 5178558 feat(usage): rework usage tab with KPI card row, inline range summary, and ranked list bars — ymkiux

Compare: v0.1.16...v0.1.17

Contributors

ymkiux

codexmate v0.1.16

Choose a tag to compare

@github-actions github-actions released this 29 Aug 07:56

Changes

  • pi: support full-file JSON view and edit for settings.json and models.json
  • config: show active provider and model status chips for pi and kilocode tabs
  • release: bump version to 0.1.16

Commits without PR

  • ebf8c4c chore(release): bump version to 0.1.16 — ymkiux
  • 3b4aecc fix(config): show active provider and model status chips for pi and kilocode tabs — ymkiux
  • a488563 feat(pi): support full-file JSON view and edit for settings.json and models.json — ymkiux

Compare: v0.1.15...v0.1.16

Contributors

ymkiux

codexmate v0.1.15

Choose a tag to compare

@github-actions github-actions released this 29 Aug 01:22

Changes

  • web-ui: add JSON edit/preview panel for pi provider config
  • web-ui: restore prompt content load on tab entry via single watch
  • release: bump version to 0.1.15

Commits without PR

  • d1400bc chore(release): bump version to 0.1.15 — ymkiux
  • 9d7ec44 fix(web-ui): restore prompt content load on tab entry via single watch — ymkiux
  • acdb726 feat(web-ui): add JSON edit/preview panel for pi provider config — ymkiux

Compare: v0.1.14...v0.1.15

Contributors

ymkiux

codexmate v0.1.14

Choose a tag to compare

@github-actions github-actions released this 25 Aug 14:23

Changes

  • release: scope contributors to tag range and drop nbsp separators
  • pi: use timestamp-based provider IDs for new Pi providers; revert model UI alignment changes
  • prompts: resolve sub-tab refresh empty content race condition; chore: remove docs folder; bump version to 0.1.14

Commits without PR

  • 8aebc6b fix(prompts): resolve sub-tab refresh empty content race condition; chore: remove docs folder; bump version to 0.1.14 — ymkiux
  • 904f779 fix(pi): use timestamp-based provider IDs for new Pi providers; revert model UI alignment changes — ymkiux
  • dba1efc fix(release): scope contributors to tag range and drop nbsp separators — ymkiux

Compare: v0.1.13...v0.1.14

Contributors

ymkiux

codexmate v0.1.13

Choose a tag to compare

@github-actions github-actions released this 22 Aug 03:17

Changes

  • web-ui: compactify config panel visibility toggles
  • web-ui: add Pi config tab to Local Configuration Console with style parity
  • web-ui: align Pi config tab with native styling and harden provider round-trip
  • web-ui: remove Pi config JSON editor and fix provider persistence
  • web-ui: auto-fetch remote model list with unified model field in Pi tab
  • web-ui: remote model selection replaces provider models instead of appending
  • web-ui: inline model search into the model input in Pi tab
  • web-ui: show and switch active Pi provider
  • web-ui: use in-app confirm dialog for Pi provider deletion
  • web-ui: simplify Pi add-provider flow with guided fields and model search
  • web-ui: default Pi add-provider api select to openai-completions
  • web-ui: use api type select in Pi provider editor
  • readme: document Pi provider config support
  • release: bump version to 0.1.13

Commits without PR

  • 3b24920 chore(release): bump version to 0.1.13 — ymkiux
  • c5c28d1 docs(readme): document Pi provider config support — ymkiux
  • 595739f refactor(web-ui): use api type select in Pi provider editor — ymkiux
  • f70d4b6 fix(web-ui): default Pi add-provider api select to openai-completions — ymkiux
  • c1567c3 feat(web-ui): simplify Pi add-provider flow with guided fields and model search — ymkiux
  • c38e357 refactor(web-ui): use in-app confirm dialog for Pi provider deletion — ymkiux
  • 79d1f6c feat(web-ui): show and switch active Pi provider — ymkiux
  • b95e62e refactor(web-ui): inline model search into the model input in Pi tab — ymkiux
  • 55d7d44 fix(web-ui): remote model selection replaces provider models instead of appending — ymkiux
  • 0643e98 feat(web-ui): auto-fetch remote model list with unified model field in Pi tab — ymkiux
  • 167d3cf refactor(web-ui): remove Pi config JSON editor and fix provider persistence — ymkiux
  • 6771cb5 feat(web-ui): align Pi config tab with native styling and harden provider round-trip — ymkiux
  • e6d949c feat(web-ui): add Pi config tab to Local Configuration Console with style parity — ymkiux
  • 2fb8fab feat(web-ui): compactify config panel visibility toggles — ymkiux

Compare: v0.1.12...v0.1.13

Contributors

ymkiux

codexmate v0.1.12

Choose a tag to compare

@github-actions github-actions released this 12 Aug 14:26

Changes

  • site: restructure into book-style chapters with custom nav theme
  • sessions: add per-record copy button for user messages in session browser
  • config: add config mode visibility toggles and remove task orchestration
  • release: bump version to 0.1.12

Commits without PR

  • 78620a3 chore(release): bump version to 0.1.12 — ymkiux
  • 0d4d995 feat(config): add config mode visibility toggles and remove task orchestration — ymkiux
  • c7e8750 feat(sessions): add per-record copy button for user messages in session browser — ymkiux
  • 0c39853 docs(site): restructure into book-style chapters with custom nav theme — ymkiux

Compare: v0.1.11...v0.1.12

Contributors

ymkiux

codexmate v0.1.11

Choose a tag to compare

@github-actions github-actions released this 11 Aug 13:06

Changes

  • release: exclude anupamme from release contributors
  • readme: remove Star History section
  • prompts: add per-subtab history for instruction file editor

Commits without PR

  • df2c298 feat(prompts): add per-subtab history for instruction file editor — ymkiux
  • 27479dd docs(readme): remove Star History section — ymkiux
  • 431e23f fix(release): exclude anupamme from release contributors — ymkiux

Compare: v0.1.10...v0.1.11

Contributors

awsl233777    ymkiux