obselate/PoSHBlox
Visual powershell node graph scripting
59Stars
7Forks
98Claude Commits
C#Language
nodegraphpowershellpowershell-cmdletspowershell-scriptpowershell-scriptspwshvisual
First Claude commit: Apr 15, 2026Last Claude commit: 13d agoDiscovered: Apr 17, 2026
Recent Claude Commits
Samples: 01-csv-cleanup V1 graph + bundle Samples/ with publish
4ca3e7413d agoauthor_emailPalette: dedupe Recent lookup so shared cmdlets don't crash ToDictionary
9a641a113d agoauthor_emailSamples: seed data for 01-csv-cleanup sample
31702e413d agoauthor_emailBump to 0.5.0, drop stale samples bullet from README
9c102a513d agoauthor_emailREADME: update palette count to reflect cmdlet coverage expansion
75cf2d413d agoauthor_emailIntrospector: skip stub commands instead of failing the batch
6332e9413d agoauthor_emailIntrospector: wildcard fallback + import-error capture
29f809f13d agoauthor_emailIntrospector: robust fallback for PS 5.1 compiled-module quirk
27ab61f13d agoauthor_emailCmdlet coverage prep: expand regen manifest + register 3 new categories
ddb1eeb13d agoauthor_emailImport UX overhaul: pick-a-module picker with edition badges
b43afd413d agoauthor_emailPhase 4: persisted host preference + re-introspect all custom catalogs
d16315b13d agoauthor_emailPhase 3: dual-host introspection + per-param SupportedEditions
f2ddcc413d agoauthor_emailPhase 2: host chip + switcher + Run-time mismatch warning
afbf01613d agoauthor_emailPS7-aware host resolution: unify Run + Introspect on pwsh-preferred registry
6aa12dc13d agoauthor_emailFix JSON source-gen: carry attribute naming policy via options copy-ctor
16e4d6b13d agoauthor_emailOptimize: cache constant geometries, index connections by port
7eccc8813d agoauthor_emailFix PenFor dash parameter type — DashStyle.Dash returns IDashStyle
29aa32113d agoauthor_emailDedupe: centralize short-id mint, port-from-DTO builder, window border color
2b55e6713d agoauthor_emailOptimize: pool render brushes/pens, source-gen JSON, drop Inter font
f656f4f13d agoauthor_emailRemove dead code left over from 0.4.0 V1 removal
378aa6413d agoauthor_emailCI: multi-arch matrix (win-x64 + win-arm64) with unified release job
47fa56114d agoauthor_emailRemove V1 samples ahead of V2 showcase rebuild
fa72d8c14d agoauthor_emailTemplates: drop V1 dead fields from synthetic catalogs
40d5e7514d agoauthor_emailRelease: bump to 0.4.0 and cut main-branch tagged releases automatically
b6e085d14d agoauthor_emailContainers: suppress Label's zone header, validate Function signatures
766c77714d agoauthor_emailContainers: majority-overlap snap + empty-zone / orphan-container validation
c4ae5fe14d agoauthor_emailUndo: cover zone reparenting, container resize, collapse, paramset switch
b0f926814d agoauthor_emailControl flow: honor wired inputs, remove weird defaults, scope exec wires
d9d487714d agoauthor_emailClipboard: Ctrl+C / Ctrl+X / Ctrl+V across graphs
c6e6ef314d agoauthor_emailSplice: right-click wire → "Insert node..." to route through a new node
93a5ad414d agoauthor_emailUndo: select the affected node on param-value undo/redo
99cfbd114d agoauthor_emailUndo: parameter value edits with per-field coalescing
1f361fb14d agoauthor_emailAdd Models import for NodeParameter reference in OnDescriptionPressed
ff550dc14d agoauthor_emailHelp text: click-to-toggle description expansion (no hover jitter)
2cf964714d agoauthor_emailHelp text: window-level class selector for hover expansion
c6fd06614d agoauthor_emailHelp text: make TextBlock hit-testable so :pointerover fires
abbb97114d agoauthor_emailHelp text: expand inline on hover instead of tooltip
1755da014d agoauthor_emailTooltip: replace FA's template entirely with our own
a675f8b14d agoauthor_emailTooltip: blast template internals with MaxWidth/MaxHeight overrides
5965b4314d agoauthor_emailTooltip: override MaxHeight too so long help text isn't clipped
2ec249814d agoauthor_emailOverride ToolTip MaxWidth so help text isn't clipped
48ce56614d agoauthor_emailTooltip: use a wrapping TextBlock so help text isn't truncated
4a96b6214d agoauthor_emailProgressive disclosure for per-parameter help descriptions
765ff5f14d agoauthor_emailIntrospector: fall back to Get-Help per-parameter description
d54133414d agoauthor_emailDrop auto-collapse-on-spawn — dynamic sizing already handles it
a04a77a14d agoauthor_emailFix: vertical gaps in nodes when active-set hides middle pins
308ac9114d agoauthor_emailFix: huge node height on many-param cmdlets; keep pipeline-primary
1bca59814d agoauthor_emailSplatting: cmdlets with 4+ args emit as hashtable + Cmd @args
c95ace814d agoauthor_emailUndo / redo: lambda-based UndoStack + recording at every mutation site
8330bdf14d agoauthor_emailFix build: Vector.Length via explicit math + nullable PSModulePath
9bb830814d agoauthor_email