Skip to content

Commit b6daaf0

Browse files
authored
refactor: agent-tars app (#222)
1 parent 444781d commit b6daaf0

File tree

175 files changed

+227
-249
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+227
-249
lines changed

.github/workflows/release-agent-tars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
KEYCHAIN_PATH: ${{ runner.temp }}/app-signing.keychain-db
7575
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7676
run: |
77-
cd apps/agent-infra && pnpm run publish:mac
77+
cd apps/agent-tars && pnpm run publish:mac
7878
7979
# publish_on_win:
8080
# runs-on: windows-latest
@@ -95,4 +95,4 @@ jobs:
9595
# - name: publish
9696
# env:
9797
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
98-
# run: cd apps/agent-infra && pnpm run publish:win32
98+
# run: cd apps/agent-tars && pnpm run publish:win32

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ pnpm-lock.yaml
44
LICENSE.md
55
tsconfig.json
66
tsconfig.*.json
7-
apps/agent-infra/src/vendor/chat-ui/index.js
7+
apps/agent-tars/src/vendor/chat-ui/index.js

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion

README.md

Lines changed: 1 addition & 1 deletion
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

pnpm-lock.yaml

Lines changed: 219 additions & 241 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
packages:
22
- 'apps/*'
3-
- 'apps/agent-infra/src/*'
3+
- 'apps/agent-tars/src/*'
44
- 'apps/ui-tars/src/*'
55
- 'packages/ui-tars/**'
66
- 'packages/agent-infra/**'

turbo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
},
3232
"agent-tars-app#build": {
3333
"outputs": [
34-
"apps/agent-infra/dist/**",
35-
"apps/agent-infra/out/**"
34+
"apps/agent-tars/dist/**",
35+
"apps/agent-tars/out/**"
3636
]
3737
},
3838
"//#format": {},

0 commit comments

Comments
 (0)