Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
8800f03
improvement(billing): treat past_due state correctly (#3750)
icecrasher321 Mar 25, 2026
668b948
feat(agents): generalize repository guidance for coding agents (#3760)
Danigm-dev Mar 25, 2026
8caaf01
fix(ui): fix kb id extraction logic for resource, sync tags (#3763)
TheodoreSpeaks Mar 25, 2026
2691c12
feat(rippling): add Rippling HR integration with 19 tools (#3764)
waleedlatif1 Mar 25, 2026
e0f2b8f
feat(hubspot): add 27 CRM tools and fix OAuth scope mismatch (#3765)
waleedlatif1 Mar 25, 2026
54a862d
fix(user-input): fix multiple re-renders on user-input and split the …
adithyaakrishna Mar 25, 2026
f94be08
fix(billing): atomize usage_log and userStats writes via central reco…
waleedlatif1 Mar 25, 2026
87e8d3c
feat(logs) Add messageId and requestId context to all mothership log …
TheodoreSpeaks Mar 25, 2026
438defc
fix(mothership): key resumes by orchestration id (#3771)
icecrasher321 Mar 25, 2026
be6b00d
feat(ui): add request a demo modal (#3766)
TheodoreSpeaks Mar 25, 2026
9d1b976
Feat(logs) upgrade mothership chat messages to error (#3772)
TheodoreSpeaks Mar 25, 2026
104ad03
fix(notifications): auto-dismiss info-level workflow notifications (#…
waleedlatif1 Mar 25, 2026
5a5c33d
fix(client): network drops reconnecting behaviour (#3775)
icecrasher321 Mar 26, 2026
794d5ea
fix(explicit-user-abort): separate explicit user abort semantics (#3776)
icecrasher321 Mar 26, 2026
7b96b0e
add logs
icecrasher321 Mar 26, 2026
7583c8f
feat(misc): skills import, MCP modal, workmark, dispatch modals, coll…
waleedlatif1 Mar 26, 2026
1a14f4c
fix chatHistory reconnect effect
icecrasher321 Mar 26, 2026
9e4fc50
fix(retry): extract code into callback
icecrasher321 Mar 26, 2026
9603fd0
Merge branch 'staging' of github.com:simstudioai/sim into staging
icecrasher321 Mar 26, 2026
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
825 changes: 825 additions & 0 deletions .agents/skills/add-block/SKILL.md

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .agents/skills/add-block/agents/openai.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
interface:
display_name: "Add Block"
short_description: "Build a Sim block definition"
brand_color: "#2563EB"
default_prompt: "Use $add-block to create or update the block for a Sim integration."
Loading
Loading