John Connor
1b97a57cba
Merge pull request #3 from danielmiessler/main
...
Update
2024-12-04 06:24:23 -05:00
John
0302e49ebd
Merge remote-tracking branch 'refs/remotes/origin/main'
2024-12-04 06:19:02 -05:00
John
b9a5501f9d
Style: Reordered columns. Improved responsive layout
2024-12-04 05:51:15 -05:00
John
faa83f9a49
Style: modified chat/+layout display. Update Header buttons
2024-12-04 05:41:53 -05:00
John
4888f8cb78
style: updates to ui components (components/ui)
2024-12-04 01:39:13 -05:00
Song Luo
fdd1d614b2
added a new pattern create_newsletter_entry
2024-12-03 20:05:25 -05:00
Matt Joyce
6fc75282e8
added tests for extension manager, registration and execution.
2024-12-03 23:28:47 +11:00
John
f33ebb7e25
Moved pattern loader to ModelConfig. Editing styles in chat/. Added page fly transitions. Tidying. Removed - ChatHeader, unused modal from Transcripts, FlyandScaleParams from lib/types/utils.
2024-12-03 02:04:39 -05:00
Matt Joyce
fc67dea243
fixed : if there is no stdin, then a nil message was passed to pattern.go resulting in segfault.
...
now we make user input ' ', before processing.
2024-12-03 13:33:45 +11:00
Matt Joyce
efd363d5fb
Revert "Fix pattern file usage without stdin"
...
This reverts commit 744ec0824b .
2024-12-03 13:33:45 +11:00
Matt Joyce
a7d6de1661
Fix pattern file usage without stdin
...
When using pattern files with variables but no stdin input, ensure proper
template processing by initializing an empty message. This allows patterns
like:
./fabric -p pattern.txt -v=name:value
to work without requiring stdin input, while maintaining compatibility
with existing stdin usage:
echo "input" | ./fabric -p pattern.txt -v=name:value
Changes:
- Add empty message initialization in BuildSession when Message is nil
- Remove redundant template processing of message content
- Let pattern processing handle all template resolution
This simplifies the template processing flow while supporting both
stdin and non-stdin use cases.
2024-12-03 13:33:40 +11:00
Matt Joyce
d17afc1fba
Merge branch 'curly-brace-templates' into feature/template-extensions
2024-12-01 23:05:41 +11:00
Matt Joyce
da6f974887
fixed : if there is no stdin, then a nil message was passed to pattern.go resulting in segfault.
...
now we make user input ' ', before processing.
2024-12-01 22:52:32 +11:00
Matt Joyce
db2ba46099
Revert "Fix pattern file usage without stdin"
...
This reverts commit 744ec0824b .
2024-12-01 22:44:17 +11:00
Matt Joyce
744ec0824b
Fix pattern file usage without stdin
...
When using pattern files with variables but no stdin input, ensure proper
template processing by initializing an empty message. This allows patterns
like:
./fabric -p pattern.txt -v=name:value
to work without requiring stdin input, while maintaining compatibility
with existing stdin usage:
echo "input" | ./fabric -p pattern.txt -v=name:value
Changes:
- Add empty message initialization in BuildSession when Message is nil
- Remove redundant template processing of message content
- Let pattern processing handle all template resolution
This simplifies the template processing flow while supporting both
stdin and non-stdin use cases.
2024-12-01 22:29:59 +11:00
Matt Joyce
b31f094e9b
Added better messages when adding and listing extensions
...
Fix issuse with listextension where it would fail if any hash had changed, now says hash failed.
2024-12-01 22:19:06 +11:00
Matt Joyce
43597e4168
Extension Registry Refinement
...
- Successfully implemented path-based registry storage
- Moved to storing paths instead of full configurations
- Implemented proper hash verification for both configs and executables
- Registry format now clean and minimal.
File-Based Output Implementation
- Successfully implemented file-based output handling
- Demonstrated clean interface requiring only path output
- Properly handles cleanup of temporary files
- Verified working with both local and remote operations
2024-12-01 18:04:11 +11:00
Matt Joyce
160703210b
emplemented stdout template extensions
2024-12-01 09:13:22 +11:00
github-actions[bot]
c0ade48648
Update version to v1.4.117 and commit
v1.4.117
2024-11-30 19:45:48 +00:00
Eugen Eisler
7fd4fa4742
fix: close #1173
2024-11-30 20:44:31 +01:00
github-actions[bot]
41b2e66c5c
Update version to v1.4.116 and commit
v1.4.116
2024-11-28 18:34:53 +00:00
Eugen Eisler
ed657383fb
chore: cleanup style
2024-11-28 19:34:07 +01:00
github-actions[bot]
4d5d8d8b30
Update version to v1.4.115 and commit
v1.4.115
2024-11-28 17:39:30 +00:00
Eugen Eisler
e9a75528ab
chore: cleanup style
2024-11-28 18:36:01 +01:00
Eugen Eisler
c5ec4b548a
fix: use the custom message and then piped one
2024-11-27 14:10:19 +01:00
Eugen Eisler
8e87529638
fix: use the custom message and then piped one
2024-11-27 14:10:18 +01:00
xssdoctor
ca33208fa1
Merge pull request #1168 from johnconnor-sec/main
2024-11-26 19:19:45 -05:00
John Connor
3f8bca8728
Update README.md
2024-11-26 19:15:18 -05:00
John Connor
ba56c33cf6
Update README.md
2024-11-26 19:12:29 -05:00
Jonathan Dunn
6ee4fdd366
updated readme
2024-11-26 17:53:58 -05:00
github-actions[bot]
30af189ae3
Update version to v1.4.114 and commit
v1.4.114
2024-11-26 22:14:16 +00:00
Eugen Eisler
be998ff588
Merge pull request #1164 from MegaGrindStone/fix-nil-pointer-message
...
fix: provide default message content to avoid nil pointer dereference
2024-11-26 23:13:20 +01:00
github-actions[bot]
6bb3238e6d
Update version to v1.4.113 and commit
v1.4.113
2024-11-26 21:45:39 +00:00
Eugen Eisler
dfcd29593d
Merge pull request #1166 from danielmiessler/dependabot/npm_and_yarn/web/npm_and_yarn-8ea39cdf54
...
build(deps-dev): bump @sveltejs/kit from 2.6.1 to 2.8.4 in /web in the npm_and_yarn group across 1 directory
2024-11-26 22:44:55 +01:00
dependabot[bot]
63b357168e
build(deps-dev): bump @sveltejs/kit
...
Bumps the npm_and_yarn group with 1 update in the /web directory: [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit ).
Updates `@sveltejs/kit` from 2.6.1 to 2.8.4
- [Release notes](https://github.com/sveltejs/kit/releases )
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.8.4/packages/kit )
---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-26 21:40:49 +00:00
github-actions[bot]
317a4309f7
Update version to v1.4.112 and commit
v1.4.112
2024-11-26 21:40:17 +00:00
Eugen Eisler
eceb10b725
Merge pull request #1165 from johnconnor-sec/main
...
feat: Fabric Web UI
2024-11-26 22:39:16 +01:00
MegaGrindStone
34f508fd82
fix: provide default message content to avoid nil pointer dereference
2024-11-27 02:32:07 +07:00
John Connor
9fa8634083
Update README.md
2024-11-26 09:13:04 -05:00
John Connor
a3ea63c1f9
Update Obsidian.md
2024-11-26 09:07:57 -05:00
John Connor
097b3eb0ba
Update Obsidian.md
2024-11-26 09:07:30 -05:00
John
30f37ea633
john 2024-11-26 08:53:48
2024-11-26 08:54:12 -05:00
github-actions[bot]
23b495c8f7
Update version to v..1 and commit
2024-11-26 13:52:03 +00:00
John
e7f2d48437
john 2024-11-26 08:44:20
2024-11-26 08:50:31 -05:00
John
7043f78f1f
john 2024-11-26 08:40:21
2024-11-26 08:50:31 -05:00
github-actions[bot]
f2cc718f49
Update version to v..1 and commit
2024-11-26 11:41:16 +00:00
github-actions[bot]
edb814c9f0
Update version to v1.4.111 and commit
v1.4.111
2024-11-26 09:43:27 +00:00
Eugen Eisler
21de69b7d9
ci: Integrate code formating
2024-11-26 10:42:26 +01:00
github-actions[bot]
d4b5c3b8d5
Update version to v1.4.110 and commit
v1.4.110
2024-11-26 08:52:27 +00:00
Eugen Eisler
afb5857699
Merge pull request #1135 from mrtnrdl/main
...
Add `extract_recipe`
2024-11-26 09:51:41 +01:00