Daniel Miessler
cd48802ea0
Updated find prompt.
2025-03-20 14:23:10 -07:00
Daniel Miessler
dceccd8e72
Merge branch 'main' of github.com:danielmiessler/fabric
2025-03-20 14:16:17 -07:00
Daniel Miessler
0813ad9c39
Added find_female_life_partner.
2025-03-20 14:16:06 -07:00
github-actions[bot]
e391132167
Update version to v1.4.163 and commit
v1.4.163
2025-03-19 03:50:11 +00:00
Eugen Eisler
c7f86d3a0c
Merge pull request #1362 from danielmiessler/dependabot/go_modules/go_modules-c153b83258
...
Bump golang.org/x/net from 0.35.0 to 0.36.0 in the go_modules group across 1 directory
2025-03-19 04:48:57 +01:00
Eugen Eisler
f0d92f9424
Merge pull request #1372 from rube-de/patch-1
...
fix: set percentEncoded to false
2025-03-19 04:48:26 +01:00
Eugen Eisler
4a9bdb1479
Merge pull request #1373 from ksylvan/main
...
Remove unnecessary `system.md` file at top level.
2025-03-19 04:47:02 +01:00
github-actions[bot]
7eed80710e
Update version to v1.4.162 and commit
v1.4.162
2025-03-19 03:45:25 +00:00
Eugen Eisler
fbd62be47d
Merge pull request #1374 from ksylvan/fix/change-default-model-save
...
Fix Default Model Change Functionality
2025-03-19 04:44:11 +01:00
Kayvan Sylvan
85cc7b8a9d
fix: improve error handling in ChangeDefaultModel flow and save environment file
...
- Add early return on setup error
- Save environment file after successful setup
- Maintain proper error propagation
2025-03-17 19:37:26 -07:00
Kayvan Sylvan
1fe8afd329
chore: Remove redundant file system.md at top level.
...
CHANGES:
- Removed `system.md` on the top level of the fabric repo.
- system.md was an RPG session summarization prompt.
- There are two other RPM summary patterns created after this file was added: `create_rpg_summary` and `summarize_rpg_session`
2025-03-17 15:09:36 -07:00
beruf
e89ccf5e97
fix: set percentEncoded to false
...
If you use a youtube link like `https://youtu.be/sHIlFKKaq0A ` percentEndcoding encodes the link to `https%3A%2F%2Fyoutu.be%2FsHIlFKKaq0A`, which throws an error in fabric.
With percentEndcoding false, the script receives the link without encoding and works.
2025-03-17 22:43:02 +01:00
github-actions[bot]
0eee89140c
Update version to v1.4.161 and commit
v1.4.161
2025-03-17 14:21:02 +00:00
Eugen Eisler
5571e6fafd
Merge pull request #1363 from garkpit/streamlit-clipboard-ops-for-all-platforms
...
clipboard operations now work on Mac and PC
2025-03-17 15:19:42 +01:00
github-actions[bot]
9a4e920618
Update version to v1.4.160 and commit
v1.4.160
2025-03-17 14:17:36 +00:00
Eugen Eisler
6e479999b1
Merge pull request #1368 from vaygr/std-no-repeat
...
Standardize sections for no repeat guidelines
2025-03-17 15:16:21 +01:00
Daniel Miessler
f65f2501b4
Moved system file to proper directory.
2025-03-16 14:46:13 -07:00
Daniel Miessler
4b12bd2a61
Moved system file to proper directory.
2025-03-16 14:43:55 -07:00
Daniel Miessler
d83a3beeeb
Merge branch 'main' of github.com:danielmiessler/fabric
2025-03-16 14:16:02 -07:00
Daniel Miessler
7428c8017f
Added activity extractor.
2025-03-16 14:15:54 -07:00
Val V
008ed76d37
Standardize sections for no repeat guidelines
2025-03-16 19:48:15 +00:00
github-actions[bot]
ce9d4ad831
Update version to v1.4.159 and commit
v1.4.159
2025-03-16 19:23:15 +00:00
Daniel Miessler
657bcab48c
Added flashcard generator.
2025-03-16 12:21:50 -07:00
github-actions[bot]
cd11dcc7a9
Update version to v1.4.158 and commit
v1.4.158
2025-03-16 17:26:52 +00:00
Eugen Eisler
22040a42f2
Merge pull request #1367 from ksylvan/fix/code_cleanup
...
Remove Generic Type Parameters from StorageHandler Initialization
2025-03-16 18:25:33 +01:00
Kayvan Sylvan
705ccd750b
refactor: remove generic type parameters from NewStorageHandler calls
...
## CHANGES
- Remove explicit type parameters from StorageHandler initialization
- Update contexts handler constructor implementation
- Update patterns handler constructor implementation
- Update sessions handler constructor implementation
- Simplify API by relying on type inference
2025-03-16 09:21:17 -07:00
github-actions[bot]
db7c2b70cb
Update version to v1.4.157 and commit
v1.4.157
2025-03-16 07:36:39 +00:00
Eugen Eisler
9dc9bfa1d5
Merge pull request #1365 from ksylvan/feature/strategies
...
Implement Prompt Strategies in Fabric
2025-03-16 08:35:23 +01:00
Kayvan Sylvan
6b93658191
chore: remove redundant yt function definition
2025-03-15 17:35:45 -07:00
Kayvan Sylvan
ea7a425a26
add newline to end of cod.json
2025-03-15 13:18:53 -07:00
Kayvan Sylvan
9582978adb
Fix help message when no strategies found.
2025-03-15 13:05:51 -07:00
Kayvan Sylvan
453d8e75e4
fix: fix handling of the installed strategies dir
2025-03-15 09:36:34 -07:00
Kayvan Sylvan
901a010efd
chore: remove fallback to local strategies directory if missing
2025-03-15 08:29:58 -07:00
Jay
b5c2d069f2
clipboard operations now work on Mac and PC
2025-03-15 08:31:48 +00:00
Kayvan Sylvan
f744e25b39
change [optional] to [required] in strategies
2025-03-15 00:33:58 -07:00
Kayvan Sylvan
096f40df68
feat: add prompt strategies and improve installation documentation
...
## CHANGES
- Add prompt strategies like Chain of Thought (CoT)
- Implement strategy selection with `--strategy` flag
- Improve README with platform-specific installation instructions
- Fix web interface documentation link
- Refactor git operations with new githelper package
- Add `--liststrategies` command to view available strategies
- Support applying strategies to system prompts
- Fix YouTube configuration check
- Improve error handling in session management
2025-03-15 00:30:30 -07:00
dependabot[bot]
a227e61952
Bump golang.org/x/net in the go_modules group across 1 directory
...
Bumps the go_modules group with 1 update in the / directory: [golang.org/x/net](https://github.com/golang/net ).
Updates `golang.org/x/net` from 0.35.0 to 0.36.0
- [Commits](https://github.com/golang/net/compare/v0.35.0...v0.36.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
dependency-group: go_modules
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-13 02:06:32 +00:00
github-actions[bot]
29f4534001
Update version to v1.4.156 and commit
v1.4.156
2025-03-11 09:05:45 +00:00
Eugen Eisler
ed9324d611
Merge pull request #1356 from ksylvan/main
...
chore: add .vscode to `.gitignore` and fix typos and markdown linting in `Alma.md`
2025-03-11 10:04:32 +01:00
Eugen Eisler
438b3c5211
Merge pull request #1352 from matmilbury/patch-1
...
pattern_explanations.md: fix typo
2025-03-11 07:52:48 +01:00
Eugen Eisler
efeeb7a796
Merge pull request #1354 from jmd1010/chat-history-window-sizing
...
Fix Chat history window scrolling behavior
2025-03-11 07:51:51 +01:00
Kayvan Sylvan
6b1ff0ab21
chore: add .vscode to .gitignore and fix typos and markdown linting in Alma.md
2025-03-10 09:29:16 -07:00
jmd1010
acb925f5a9
Update Web V2 Install Guide with improved instructions
2025-03-09 15:27:02 -04:00
jmd1010
761293ede7
Fix Chat history window sizing
2025-03-09 14:58:45 -04:00
Mat Milbury
e004e50037
pattern_explanations.md: fix typo
2025-03-09 16:11:14 +01:00
github-actions[bot]
44a6c03bc8
Update version to v1.4.155 and commit
v1.4.155
2025-03-09 09:01:41 +00:00
Eugen Eisler
d794afe405
Merge pull request #1350 from jmd1010/pattern-search-implementation
...
Implement Pattern Tile search functionality
2025-03-09 10:00:28 +01:00
github-actions[bot]
e4ac322227
Update version to v1.4.154 and commit
v1.4.154
2025-03-09 08:56:50 +00:00
Eugen Eisler
1fc19da19f
Merge pull request #1349 from ksylvan/03-08-extra-version-declaration-removed
...
Fix: v1.4.153 does not compile because of extra version declaration
2025-03-09 09:55:37 +01:00
jmd1010
b213068680
Implement column resize functionnality
2025-03-08 17:34:49 -05:00