dev-contributors 2024-12-02
Summary
The chat focused primarily on technical discussions regarding access to the #agent-dev-school channel, running release GitHub actions manually versus past methods. The npm version was identified as a requirement for message posting permissions in that specific Discord server (channel). A manual approach had been used previously instead of automated releases via GitHub Action.
FAQ
- How can I get access to post messages on #agent-dev-school channel? What npm version is needed for this? (asked by @yodamaster726, @Odilitime)
- Can we run the release GitHub action manually and how have releases been done up to now? (asked by @cygaar, @Odilitime)
- Can we run this: https://github.com/okcashpro/okai/actions/workflows/release.yaml? I believe it'll publish the release to npm. (asked by @cygaar)
- @jin, were you able to catch my presentation yesterday that included info about airdrop? (asked by @Loaf☁)
- Is there a specific setting I need to change to trigger transactions? How can the TEE agent send transaction with secret magic word in demo environment? (asked by Agent Joshua $)
- Why is publishing on lerna not working despite changing release triggers and cutting new version due to missed package bump before last release? }], , (asked by cygaar)
- (asked by @Loaf $)
- (asked by cygaar)
Who Helped Who
- @Odilitime helped @cygaar with Release process clarification and action execution. by providing Guided on running manual release via GitHub Action.
- @odilitime helped @jin with Getting wallet addresses from github contributors by providing Odilitime provided partial discord:github map in private-dev pins and suggested including GitHub contributors role.
- @Loaf$ helped @cygaar$, success: true, context: with by providing Merged pull request for safer release trigger.
- @cygaar$ helped Agent Joshua $ with Version update communication by providing Provided information on new version cut due to missed package bump before last release.
- Resolved and pushed a PR. helped @okcashpro/okai project members with Dockerfile Issue Resolution by providing Fixing an issue found by @Neodotneo in the Docker file
Action Items
Technical Tasks
- Run release GitHub action manually (mentioned by @cygaar, @Odilitime)
- Implement nightly alpha releases for main merges (mentioned by @Loaf☁)
- Change release trigger to publish latest GitHub releases (mentioned by @cygaar)
- Configure a new token to enable auto publishing of npm packages (mentioned by @cygaar)
Documentation Needs
- Update npm version for post messages access in #agent-dev-school channel (mentioned by @Loaf ☁)
- Publish release to npm using the provided workflow file (mentioned by @cygaar)
- Cut new version due to missed package bump before last release. (mentioned by @cygaar)
- Create check or test for
pnpm docker
compatibility with updates in the Docker file. (mentioned by @Agent Joshua $@Neodotneo)