Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 0 additions & 2 deletions .changeset/clean-release-train.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/csc-name-prefix-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dmg-background-redesign.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-bots-adjust.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/marketing-direct-mac-downloads.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/steady-agent-recovery.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/version-packages-pnpm-fix.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/versioned-workspace-deps.md

This file was deleted.

13 changes: 13 additions & 0 deletions apps/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## @t3tools/desktop@0.0.41

## 0.1.0
Comment on lines 1 to +3

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Fix desktop release heading

@t3tools/desktop@0.0.41 is immediately followed by the 0.1.0 heading, so its section is empty and the following Patch Changes and Changes are displayed as 0.1.0 notes. Move the new section above the prior release heading so readers can identify what shipped in 0.0.41. This is non-blocking, but it makes the published release notes misleading.

Artifacts

Evidence from the check

  • Evidence file captured while the check ran.

Command output from the check

  • The full command output behind this check.

Command output from the check

  • The full command output behind this check.

View artifacts

T-Rex Ran code and verified through T-Rex

Fix in Codex


### Patch Changes

- [#277](https://github.com/opencoredev/akeru-bot/pull/277) [`8240cf5`](https://github.com/opencoredev/akeru-bot/commit/8240cf5926b8de78c33c2a75f21452d29435a4d2) Thanks [@leoisadev1](https://github.com/leoisadev1)! - Redesigned the macOS DMG installer background with an editorial black-and-paper look and a hand-drawn arrow guiding the drag to Applications.

- Updated dependencies []:
- @t3tools/contracts@0.1.0
- @t3tools/client-runtime@0.0.1
- @t3tools/shared@0.0.1
- @t3tools/ssh@0.0.1
- @t3tools/tailscale@0.0.1

### Changes

- [#193](https://github.com/opencoredev/akeru-bot/pull/193) fix(marketing): connect Grok discovery pages to setup
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@t3tools/desktop",
"version": "0.0.41",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "dist-electron/main.cjs",
Expand Down
10 changes: 10 additions & 0 deletions apps/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## akeru-bot@0.0.41

## 0.1.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔍 Prior release notes move into 0.1.0

The 0.1.0 section precedes the existing ### Changes, making prior entries appear part of this release. All four fixed-package changelogs share this structure.

Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

Comment on lines 1 to +3

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Fix server release heading

akeru-bot@0.0.41 is immediately followed by the 0.1.0 heading, so its section is empty and the following Minor Changes, Patch Changes, and Changes are displayed as 0.1.0 notes. Move the new section above the prior release heading so readers can identify what shipped in 0.0.41. This is non-blocking, but it makes the published release notes misleading.

Artifacts

Evidence from the check

  • Evidence file captured while the check ran.

Command output from the check

  • The full command output behind this check.

Command output from the check

  • The full command output behind this check.

View artifacts

T-Rex Ran code and verified through T-Rex

Fix in Codex


### Minor Changes

- [#276](https://github.com/opencoredev/akeru-bot/pull/276) [`730617d`](https://github.com/opencoredev/akeru-bot/commit/730617d74a9eca6047950a3f53a41d7a569610d6) Thanks [@leoisadev1](https://github.com/leoisadev1)! - Add per-bot personality settings with Chill, Balanced, and Professional styles.

### Patch Changes

- [#275](https://github.com/opencoredev/akeru-bot/pull/275) [`554c9c4`](https://github.com/opencoredev/akeru-bot/commit/554c9c40db6d16985d2658500b7e02c297c9dbe1) Thanks [@leoisadev1](https://github.com/leoisadev1)! - Recover interrupted chats after server restarts and route supported providers through the unified Akeru agent controller.

### Changes

- [#193](https://github.com/opencoredev/akeru-bot/pull/193) fix(marketing): connect Grok discovery pages to setup
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "akeru-bot",
"version": "0.0.41",
"version": "0.1.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## @t3tools/web@0.0.41

## 0.1.0
Comment on lines 1 to +3

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Fix web release heading

@t3tools/web@0.0.41 is immediately followed by the 0.1.0 heading, so its section is empty and the following Patch Changes and Changes are displayed as 0.1.0 notes. Move the new section above the prior release heading so readers can identify what shipped in 0.0.41. This is non-blocking, but it makes the published release notes misleading.

Artifacts

Evidence from the check

  • Evidence file captured while the check ran.

Command output from the check

  • The full command output behind this check.

Command output from the check

  • The full command output behind this check.

View artifacts

T-Rex Ran code and verified through T-Rex

Fix in Codex


### Patch Changes

- Updated dependencies []:
- @t3tools/contracts@0.1.0
- @t3tools/client-runtime@0.0.1
- @t3tools/shared@0.0.1

### Changes

- [#193](https://github.com/opencoredev/akeru-bot/pull/193) fix(marketing): connect Grok discovery pages to setup
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@t3tools/web",
"version": "0.0.41",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions packages/client-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @t3tools/client-runtime

## 0.0.1

### Patch Changes

- Updated dependencies []:
- @t3tools/contracts@0.1.0
- @t3tools/shared@0.0.1
2 changes: 1 addition & 1 deletion packages/client-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@t3tools/client-runtime",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"type": "module",
"exports": {
Expand Down
2 changes: 2 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## @t3tools/contracts@0.0.41

## 0.1.0
Comment on lines 1 to +3

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Fix contracts release heading

@t3tools/contracts@0.0.41 is immediately followed by the 0.1.0 heading, so its section is empty and the following Changes are displayed as 0.1.0 notes. Move the new section above the prior release heading so readers can identify what shipped in 0.0.41. This is non-blocking, but it makes the published release notes misleading.

Artifacts

Evidence from the check

  • Evidence file captured while the check ran.

Command output from the check

  • The full command output behind this check.

Command output from the check

  • The full command output behind this check.

View artifacts

T-Rex Ran code and verified through T-Rex

Fix in Codex


### Changes

- [#193](https://github.com/opencoredev/akeru-bot/pull/193) fix(marketing): connect Grok discovery pages to setup
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@t3tools/contracts",
"version": "0.0.41",
"version": "0.1.0",
"private": true,
"files": [
"dist"
Expand Down
8 changes: 8 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @t3tools/shared

## 0.0.1

### Patch Changes

- Updated dependencies []:
- @t3tools/contracts@0.1.0
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@t3tools/shared",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"type": "module",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/ssh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @t3tools/ssh

## 0.0.1

### Patch Changes

- Updated dependencies []:
- @t3tools/contracts@0.1.0
- @t3tools/shared@0.0.1
2 changes: 1 addition & 1 deletion packages/ssh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@t3tools/ssh",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"type": "module",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions packages/tailscale/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @t3tools/tailscale

## 0.0.1

### Patch Changes

- Updated dependencies []:
- @t3tools/shared@0.0.1
2 changes: 1 addition & 1 deletion packages/tailscale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@t3tools/tailscale",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"type": "module",
"exports": {
Expand Down
Loading