Releases: arkorlab/arkor
Releases · arkorlab/arkor
v0.0.1-alpha.6
Immutable
release. Only release title and notes can be modified.
What's Changed
- docs: give each section's first page a unique title by @soleil-colza in #83
- docs(ja): add Japanese roadmap page by @soleil-colza in #86
- fix(ci): declare PostHog env on turbo build/test tasks so the key reaches tsdown by @k-taro56 in #85
- docs: cover both OAuth login paths in credentials.json description by @k-taro56 in #87
- docs(ja): give each section's first page a unique title by @soleil-colza in #88
- Add Arkor development guide and CLAUDE reference by @k-taro56 in #90
- Update Japanese documentation for terminology consistency and clarity by @k-taro56 in #92
- Update CI workflow for multi-OS support and enforce bash shell by @k-taro56 in #91
- chore(deps): bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #95
- feat(packaging): bundle README.ja.md alongside README.md in published tarballs by @k-taro56 in #94
- chore: release arkor + create-arkor 0.0.1-alpha.6 by @k-taro56 in #96
New Contributors
- @dependabot[bot] made their first contribution in #95
Full Changelog: v0.0.1-alpha.5...v0.0.1-alpha.6
v0.0.1-alpha.5
Immutable
release. Only release title and notes can be modified.
What's Changed
- Add CI coverage for experimental Node.js TypeScript execution behavior by @k-taro56 in #70
- docs: write Cookbook (extensibility-first, 4 recipes + template customization) by @soleil-colza in #62
- ci(release): attest GitHub Release tarballs with actions/attest@v4 by @k-taro56 in #69
- Title: Harden Studio CSRF token handling against DNS rebinding by @k-taro56 in #72
- docs: add Japanese README/CONTRIBUTING and rework auth wording by @k-taro56 in #77
- fix(ci): pass PostHog env to release Test step by @k-taro56 in #78
- feat(ci): add Codecov coverage uploads via tokenless OIDC by @k-taro56 in #76
- docs: add Japanese translations under docs/ja/ by @k-taro56 in #75
- docs: welcome rough PRs in CONTRIBUTING and polish ja README tagline by @k-taro56 in #81
- Update scaffold Arkor dependency spec and add CI override by @k-taro56 in #73
- docs: add language switcher between README and README.ja.md by @k-taro56 in #82
- feat(cli): announce anon id and nudge OAuth on anonymous issuance by @k-taro56 in #74
- Fix
/api/jobsmetadata parity and deprecation propagation in Studio by @k-taro56 in #71 - chore: release arkor + create-arkor 0.0.1-alpha.5 by @k-taro56 in #84
Full Changelog: v0.0.1-alpha.4...v0.0.1-alpha.5
v0.0.1-alpha.4
Immutable
release. Only release title and notes can be modified.
What's Changed
- feat(docs): scaffold Mintlify site at /docs by @soleil-colza in #53
- docs: add PostHog analytics + fix navbar primary href by @soleil-colza in #54
- docs: write Concepts (project structure, trainer, lifecycle, studio) by @soleil-colza in #57
- ci: add caching for Turborepo in CI workflow by @k-taro56 in #56
- fix(ci): rename studio-app
build→bundleto eliminate vite dist race by @k-taro56 in #51 - docs: write Get started (introduction + quickstart) by @soleil-colza in #55
- docs: write CLI reference (init, dev, build/start, auth) by @soleil-colza in #59
- docs: polish pass on intro / quickstart / concepts by @soleil-colza in #64
- docs: polish pass on intro / quickstart / concepts (factual + density) by @soleil-colza in #63
- docs: write SDK reference (createArkor, createTrainer, callbacks, infer, control) by @soleil-colza in #60
- docs: write Studio walkthrough (overview, jobs, playground) by @soleil-colza in #61
- docs(readme): align README with current implementation by @soleil-colza in #66
- feat(arkor): bundle docs/ MDX sources into the published tarball by @k-taro56 in #67
- feat(cli): unblock
arkor dev; add--oauthand prompt tologinby @k-taro56 in #65 - chore: release arkor + create-arkor 0.0.1-alpha.4 by @k-taro56 in #68
Full Changelog: v0.0.1-alpha.3...v0.0.1-alpha.4
v0.0.1-alpha.3
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix(studio): forward X-Arkor-Client on cloud-api passthroughs by @k-taro56 in #46
- ci(release): publish from package directory; bundle CONTRIBUTING.md by @k-taro56 in #47
- feat(cli): make
arkor devbrowser launch opt-in via --open by @k-taro56 in #48 - chore: release arkor + create-arkor 0.0.1-alpha.3 by @k-taro56 in #50
Full Changelog: v0.0.1-alpha.2...v0.0.1-alpha.3
v0.0.1-alpha.2
Immutable
release. Only release title and notes can be modified.
What's Changed
- Add install functionality to CLI and update init command options by @k-taro56 in #1
- fix(create-arkor): use dirname for parent directory creation by @k-taro56 in #2
- Add git initialization and commit functionality to CLI by @k-taro56 in #3
- Refactor CLI to integrate
@arkor/cli-internalpackage by @k-taro56 in #4 - Enhance Studio server with CSRF protection and token validation by @k-taro56 in #5
- Fix /api/train ENOENT in built installs by @k-taro56 in #6
- Sanitise --name in non-interactive CLI paths by @k-taro56 in #7
- Stop showing raw SSE frames in the Playground by @k-taro56 in #8
- fix(studio): resolve symlinks before /api/train containment check by @k-taro56 in #9
- fix(cli): tolerate cloud-api outage during arkor dev anonymous bootstrap by @k-taro56 in #10
- fix(cli): derive default project name via path.basename by @k-taro56 in #11
- refactor(sdk): redesign createTrainer + introduce createArkor umbrella (Phase 1) by @soleil-colza in #13
- refactor(cli): add
arkor build+start, droptrain/jobs/logs(Phase 2) by @soleil-colza in #14 - feat(studio): make Studio aware of the user's createArkor manifest (Phase 3) by @soleil-colza in #15
-
Summary Phase 4 of the SDK / CLI redesign. Brings the scaffold output and the post-init UX in line with the umbrella manifest +
dev/build/startshape that landed in Phases 1–3. by @soleil-colza in #16 - test(e2e) + docs: cover
arkor buildend-to-end and add READMEs (Phase 5) by @soleil-colza in #17 - chore: add MIT LICENSE.md and switch package licenses to MIT by @soleil-colza in #18
- docs: align README license sections with the MIT switch by @soleil-colza in #20
- Default arkor SDK to
https://api.arkor.aiby @k-taro56 in #22 - ci: bootstrap GitHub Actions workflow, Dependabot, and E2E git identity by @k-taro56 in #19
- Add contributing guidelines and enhance README by @soleil-colza in #28
- Add dry-run option for training by @soleil-colza in #32
- create-arkor: scaffold into a fresh subdirectory by default by @k-taro56 in #30
- fix(sdk): exponential backoff + jitter + max-attempts on trainer SSE reconnect by @k-taro56 in #12
- Hide cloud-api URL from Studio identity header on production by @k-taro56 in #33
- Bind
arkor devStudio server to localhost instead of 127.0.0.1 by @k-taro56 in #31 - feat: add redaction / translate / triage demo templates by @soleil-colza in #34
- feat(studio): let Playground try base models without an adapter by @k-taro56 in #35
- ci: add npm Trusted Publisher release workflows with dry run by @k-taro56 in #36
- build(tsdown): minify CLI bundles to shrink published tarballs by @k-taro56 in #37
- feat: report SDK version to cloud API and surface upgrade hints by @k-taro56 in #21
- docs: update README for clarity and formatting improvements by @soleil-colza in #39
- chore: bump arkor and create-arkor to 0.0.1-alpha.1 by @k-taro56 in #38
- docs: update README to include full URL for local web UI by @soleil-colza in #40
- ci(release): retry npm view in verify step to tolerate registry lag by @k-taro56 in #41
- Send X-Arkor-Client during anonymous token bootstrap by @k-taro56 in #43
- ci(release): use npm CLI for publish so README populates the registry by @k-taro56 in #42
- feat(cli): add PostHog telemetry to all CLI commands by @soleil-colza in #44
- Bump v0.0.1-alpha.2 by @k-taro56 in #45
New Contributors
- @k-taro56 made their first contribution in #1
- @soleil-colza made their first contribution in #13
Full Changelog: https://github.com/arkorlab/arkor/commits/v0.0.1-alpha.2