Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge from main #32

Merged
merged 49 commits into from
Nov 20, 2024
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
215ba63
don't continue to load if a specified file is not found
odilitime Nov 20, 2024
8962b65
don't require .env to exist
odilitime Nov 20, 2024
d5cf113
learna an npm
ponderingdemocritus Nov 20, 2024
c3ab946
add note about .env being optional
odilitime Nov 20, 2024
846b1ec
fix build
ponderingdemocritus Nov 20, 2024
42f1529
up
ponderingdemocritus Nov 20, 2024
f41ff92
Update contributing.md to incorporate PR Title / Description / Issue …
monilpat Nov 20, 2024
fa450e7
Update pr.yaml to use actual check
monilpat Nov 20, 2024
4154da2
Merge pull request #426 from odilitime/stable-11-17
ponderingdemocritus Nov 20, 2024
817a410
Merge branch 'main' of https://github.com/ai16z/eliza into release
ponderingdemocritus Nov 20, 2024
03ecab8
Merge pull request #428 from ai16z/release
ponderingdemocritus Nov 20, 2024
0367838
v0.1.1
ponderingdemocritus Nov 20, 2024
ede2cc3
chore: update changelog
actions-user Nov 20, 2024
acde8bf
since agent is moved out of packages, adjust default path
odilitime Nov 20, 2024
347581d
configs
ponderingdemocritus Nov 20, 2024
a7bf8fb
config
ponderingdemocritus Nov 20, 2024
a1d0efc
Merge pull request #431 from ai16z/fix-config
ponderingdemocritus Nov 20, 2024
9908001
v0.1.2
ponderingdemocritus Nov 20, 2024
ea26d00
chore: update changelog
actions-user Nov 20, 2024
714a380
Merge pull request #430 from monilpat/patch-1
sirkitree Nov 20, 2024
18c9fad
linting
ponderingdemocritus Nov 20, 2024
6855a25
Merge pull request #433 from ai16z/imports
ponderingdemocritus Nov 20, 2024
8658bcf
v0.1.3-alpha.0
ponderingdemocritus Nov 20, 2024
7c9bbcc
chore: update changelog
actions-user Nov 20, 2024
7c35361
chore: update changelog
actions-user Nov 20, 2024
aa978a7
chore: update changelog
actions-user Nov 20, 2024
9a0e474
Merge pull request #427 from odilitime/env-change
jkbrooks Nov 20, 2024
02effe0
Merge pull request #429 from monilpat/main
jkbrooks Nov 20, 2024
b9d3b6d
v0.1.3-alpha.1
ponderingdemocritus Nov 20, 2024
cb3141c
chore: update changelog
actions-user Nov 20, 2024
06a3893
imports
ponderingdemocritus Nov 20, 2024
2263f75
Merge pull request #435 from ai16z/fix-imports
ponderingdemocritus Nov 20, 2024
167c586
v0.1.3-alpha.2
ponderingdemocritus Nov 20, 2024
a3e7ba6
chore: update changelog
actions-user Nov 20, 2024
667bdf7
path
ponderingdemocritus Nov 20, 2024
b013276
Merge pull request #436 from ai16z/fix-paths
ponderingdemocritus Nov 20, 2024
7843a37
Merge pull request #432 from odilitime/fix-character-path
ponderingdemocritus Nov 20, 2024
d49611b
Fix linter issues
martincik Nov 18, 2024
8073472
Fix linter issues and add console.log instead
martincik Nov 20, 2024
e867920
Add console.log instead of ignore the error
martincik Nov 20, 2024
9db1f63
Merge pull request #397 from martincik/fix/fix-linter-issues
jkbrooks Nov 20, 2024
bc8f3f8
The bot is by default defeaned and we don't want that
martincik Nov 20, 2024
1ae22ee
Feature Modification: Add all the stlye guidelines to the context
o-on-x Nov 20, 2024
21a4f6a
fixes some console logs
ponderingdemocritus Nov 20, 2024
b0a0b84
Merge pull request #441 from o-on-x/main
lalalune Nov 20, 2024
71371e1
Merge pull request #440 from ai16z/cleanups
lalalune Nov 20, 2024
b31f600
Merge pull request #437 from martincik/fix/undefean-the-bot-and-use-v…
lalalune Nov 20, 2024
b8c74a6
unrug
ponderingdemocritus Nov 20, 2024
5d86a5b
Merge pull request #444 from ai16z/unrug-fix
ponderingdemocritus Nov 20, 2024
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
Prev Previous commit
Next Next commit
Update pr.yaml to use actual check
monilpat authored Nov 20, 2024
commit fa450e734cdcbcd2b5d7adc7a1a5b10769bc652a
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
@@ -25,4 +25,4 @@ jobs:
- name: Set status
if: failure()
run: |
gh pr comment ${{ github.event.pull_request.number }} --body "❌ PR title does not match the required pattern. Please use the format: 'type: description' (e.g., 'feat: add new feature')."
gh pr comment ${{ github.event.pull_request.number }} --body "❌ PR title does not match the required pattern. Please use the format: 'type: description' (e.g., 'feat|fix|docs|style|refactor|test|chore: title')."