obselate/PoSHBlox
Visual powershell node graph scripting
60Stars
7Forks
98Claude Commits
C#Language
nodegraphpowershellpowershell-cmdletspowershell-scriptpowershell-scriptspwshvisual
First Claude commit: Apr 15, 2026Last Claude commit: 1mo agoDiscovered: Apr 17, 2026
Recent Claude Commits
Samples: 01-csv-cleanup V1 graph + bundle Samples/ with publish
4ca3e741mo agoauthor_emailPalette: dedupe Recent lookup so shared cmdlets don't crash ToDictionary
9a641a11mo agoauthor_emailSamples: seed data for 01-csv-cleanup sample
31702e41mo agoauthor_emailBump to 0.5.0, drop stale samples bullet from README
9c102a51mo agoauthor_emailREADME: update palette count to reflect cmdlet coverage expansion
75cf2d41mo agoauthor_emailIntrospector: skip stub commands instead of failing the batch
6332e941mo agoauthor_emailIntrospector: wildcard fallback + import-error capture
29f809f1mo agoauthor_emailIntrospector: robust fallback for PS 5.1 compiled-module quirk
27ab61f1mo agoauthor_emailCmdlet coverage prep: expand regen manifest + register 3 new categories
ddb1eeb1mo agoauthor_emailImport UX overhaul: pick-a-module picker with edition badges
b43afd41mo agoauthor_emailPhase 4: persisted host preference + re-introspect all custom catalogs
d16315b1mo agoauthor_emailPhase 3: dual-host introspection + per-param SupportedEditions
f2ddcc41mo agoauthor_emailPhase 2: host chip + switcher + Run-time mismatch warning
afbf0161mo agoauthor_emailPS7-aware host resolution: unify Run + Introspect on pwsh-preferred registry
6aa12dc1mo agoauthor_emailFix JSON source-gen: carry attribute naming policy via options copy-ctor
16e4d6b1mo agoauthor_emailOptimize: cache constant geometries, index connections by port
7eccc881mo agoauthor_emailFix PenFor dash parameter type — DashStyle.Dash returns IDashStyle
29aa3211mo agoauthor_emailDedupe: centralize short-id mint, port-from-DTO builder, window border color
2b55e671mo agoauthor_emailOptimize: pool render brushes/pens, source-gen JSON, drop Inter font
f656f4f1mo agoauthor_emailRemove dead code left over from 0.4.0 V1 removal
378aa641mo agoauthor_emailCI: multi-arch matrix (win-x64 + win-arm64) with unified release job
47fa5611mo agoauthor_emailRemove V1 samples ahead of V2 showcase rebuild
fa72d8c1mo agoauthor_emailTemplates: drop V1 dead fields from synthetic catalogs
40d5e751mo agoauthor_emailRelease: bump to 0.4.0 and cut main-branch tagged releases automatically
b6e085d1mo agoauthor_emailContainers: suppress Label's zone header, validate Function signatures
766c7771mo agoauthor_emailContainers: majority-overlap snap + empty-zone / orphan-container validation
c4ae5fe1mo agoauthor_emailUndo: cover zone reparenting, container resize, collapse, paramset switch
b0f92681mo agoauthor_emailControl flow: honor wired inputs, remove weird defaults, scope exec wires
d9d48772mo agoauthor_emailClipboard: Ctrl+C / Ctrl+X / Ctrl+V across graphs
c6e6ef32mo agoauthor_emailSplice: right-click wire → "Insert node..." to route through a new node
93a5ad42mo agoauthor_emailUndo: select the affected node on param-value undo/redo
99cfbd12mo agoauthor_emailUndo: parameter value edits with per-field coalescing
1f361fb2mo agoauthor_emailAdd Models import for NodeParameter reference in OnDescriptionPressed
ff550dc2mo agoauthor_emailHelp text: click-to-toggle description expansion (no hover jitter)
2cf96472mo agoauthor_emailHelp text: window-level class selector for hover expansion
c6fd0662mo agoauthor_emailHelp text: make TextBlock hit-testable so :pointerover fires
abbb9712mo agoauthor_emailHelp text: expand inline on hover instead of tooltip
1755da02mo agoauthor_emailTooltip: replace FA's template entirely with our own
a675f8b2mo agoauthor_emailTooltip: blast template internals with MaxWidth/MaxHeight overrides
5965b432mo agoauthor_emailTooltip: override MaxHeight too so long help text isn't clipped
2ec24982mo agoauthor_emailOverride ToolTip MaxWidth so help text isn't clipped
48ce5662mo agoauthor_emailTooltip: use a wrapping TextBlock so help text isn't truncated
4a96b622mo agoauthor_emailProgressive disclosure for per-parameter help descriptions
765ff5f2mo agoauthor_emailIntrospector: fall back to Get-Help per-parameter description
d5413342mo agoauthor_emailDrop auto-collapse-on-spawn — dynamic sizing already handles it
a04a77a2mo agoauthor_emailFix: vertical gaps in nodes when active-set hides middle pins
308ac912mo agoauthor_emailFix: huge node height on many-param cmdlets; keep pipeline-primary
1bca5982mo agoauthor_emailSplatting: cmdlets with 4+ args emit as hashtable + Cmd @args
c95ace82mo agoauthor_emailUndo / redo: lambda-based UndoStack + recording at every mutation site
8330bdf2mo agoauthor_emailFix build: Vector.Length via explicit math + nullable PSModulePath
9bb83082mo agoauthor_email