Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
calebjacob pushed 1 commit to main nearai/nearai
- Fix reload agent logic after saving agent secrets (#661) * Add notice message when saving secret as agent publisher,... e1a9d97
calebjacob closed an issue on nearai/nearai
2 threads are created if `initial_user_message` was set
Tried this option on https://app.near.ai/agents/zavodil.near/botfather/0.101/run UI always created 2 threads with different threadIds.calebjacob closed a pull request on nearai/nearai
Fix reload agent logic after saving agent secrets
Closes: https://github.com/nearai/nearai/issues/643 - Add notice text when saving secret for agent that you published - Update reload agent flow when saving secrets - Fixes bug related to `ini...calebjacob pushed 1 commit to refresh-agent-secrets nearai/nearai
- Fix duplicate initialUserMessage thread start e01e9ba
calebjacob opened a pull request on nearai/nearai
Fix reload agent logic after saving agent secrets
- Add notice text when saving secret for agent that you published - Update reload agent flow when saving secrets <img width="601" alt="Screenshot 2024-12-18 at 10 10 20 AM" src="https://github....calebjacob pushed 1 commit to main nearai/nearai
- Remove strict-engine=true via .npmrc config file (#658) * Remove strict-engine=true via .npmrc config file * Fixi... 6bcf61e
calebjacob closed a pull request on nearai/nearai
Remove strict-engine=true via .npmrc config file
The `engine-strict=true` option started causing issues when deploying to production. It's not worth the headache right now - opting to remove the config. Also added a quick CSS fix for an issue ...calebjacob pushed 1 commit to remove-strict-engine-npmrc nearai/nearai
- Fixing code copy button styles in production 1eed4c5
calebjacob pushed 1 commit to main nearai/nearai
- Fork registry entry (#653) * Implement forking MVP for frontend and backend * Add develop button and modal, wrap ... 73738bf
calebjacob closed an issue on nearai/nearai
Forking an agent in frontend
Make an easy way to fork an agent and modify code/metadata. I would imagine "Fork" button in https://app.near.ai/agents/near.ai/agent/1.0.0 screen and some screen with editing files like agent.p...calebjacob closed a pull request on nearai/nearai
Fork registry entry
Closes: https://github.com/nearai/nearai/issues/274 - Fork any registry entry (not just limited to agents) - Add `Develop` button on entry details page to open instruction modalcalebjacob created a review comment on a pull request on nearai/nearai
Good idea - updated this here: https://github.com/nearai/nearai/pull/653/commits/3ad45a8723c5b18d5bece017d0832c8b1372be52
calebjacob pushed 1 commit to fork-agent nearai/nearai
- Forks - DB table for tracking (#656) * Implement forks table to track forking metadata and counts to display in UI ... 028e388
calebjacob closed a pull request on nearai/nearai
Forks - DB table for tracking
- Added `forks` DB table to track forks - Display fork count on all fork buttons (just like the star button) - Display all forks of an entry on its detail overview page - Show fork icon with too...calebjacob opened a pull request on nearai/nearai
Forks - DB table for tracking
- Added `forks` DB table to track forks - Display fork count on all fork buttons (just like the star button) - Display all forks of an entry on its detail overview page - Show fork icon with too...calebjacob pushed 1 commit to fork-tracking nearai/nearai
- List all forks on entry overview page 571c6be
calebjacob pushed 4 commits to fork-tracking nearai/nearai
calebjacob created a review comment on a pull request on nearai/nearai
That's a good point. This additional throw logic isn't really needed due to the client side validation catching 99% of the issues with better UX. I simplified things here: https://github.com/nearai...
calebjacob pushed 1 commit to fork-agent nearai/nearai
- Simplify fork name conflict throw logic 50c505e