Ankit Mahato
ec86e28271
Merge branch 'main' into pr/887
2025-09-24 01:07:17 +05:30
Ankit Mahato
f7680b63ef
Merge branch 'main' into pr/867
2025-09-24 00:40:51 +05:30
Udhay-Adithya
7cdc286c08
feat: hide dashbot when other windows are open
2025-09-21 12:39:36 +05:30
Udhay-Adithya
1e4f78be72
feat: move generation buttons to dashbot
2025-09-08 15:43:14 +05:30
Udhay-Adithya
6fc2dcee1e
fix: update grant type state management to ensure UI refresh on change
2025-09-01 16:29:52 +05:30
Manas Hejmadi
94c38d398c
REFACTOR: moved agent_utils -> apidash_agent_calls
2025-08-31 16:38:52 +05:30
Manas Hejmadi
a8444852b8
REFACTOR: All SystemPrompts & Rulesets moved to lib/system_prompt_templates
2025-08-31 16:32:45 +05:30
Ankit Mahato
b4f0332920
Update ai_model_selector_dialog.dart
2025-08-31 12:55:51 +05:30
Ankit Mahato
5fa8399777
Update ai_model_selector_dialog.dart
2025-08-31 12:55:02 +05:30
Manas Hejmadi
54adea829b
AIUIGen: Added Responsiveness
2025-08-31 01:15:09 +05:30
Manas Hejmadi
cc91cdcf12
Responsiveness added to ToolCalling code
2025-08-31 01:01:28 +05:30
Manas Hejmadi
6e6022855c
aiui & toolgen: enabled other request types support
2025-08-30 22:56:16 +05:30
Manas Hejmadi
2f5f243fed
REFACTOR: toolgen files code splitting
2025-08-30 02:49:56 +05:30
Manas Hejmadi
8d3b67e5bf
REFACTOR: moved caller code into agent_utils
2025-08-29 22:45:47 +05:30
Manas Hejmadi
5a1dda0b49
REFACTOR: moved agentic_ui_features to common_widgets
2025-08-29 22:09:36 +05:30
Manas Hejmadi
bf85fe59a8
aiApiCredentialProvider removed and replaced by Direct AIRequestModel credential save
2025-08-29 03:27:30 +05:30
Ankit Mahato
9d50e3f09c
Add default AI model selection to settings
...
Replaces the previous placeholder for default LLM selection with a working default AI model selector in settings. Updates SettingsModel and related providers to support storing and updating the default AI model as a JSON object. Integrates the selector UI and ensures new AI requests use the default model if set.
2025-08-29 01:27:32 +05:30
Ankit Mahato
7b7daa7dac
Add AI request model support and improve type handling
...
Refactored collection state management to handle API type changes and AI request models. Updated widgets and tests to support nullable HTTP methods and AI request models, and improved response body rendering for AI responses.
2025-08-28 23:34:28 +05:30
Ankit Mahato
6e1f2b4773
Refactor AI model selection and config handling
2025-08-28 06:42:32 +05:30
Udhay-Adithya
6eec8de39b
fix: state management for signature method and code challenge method in OAuth fields
2025-08-16 22:03:39 +05:30
Udhay-Adithya
18128114f6
fix: remove unnecessary setState when the value changes, which causes the EnvAuthField widget to rebuild and the cursor position to reset
2025-08-07 15:42:29 +05:30
Udhay-Adithya
15368d825c
fix: align clear OAuth2 session button to the right
2025-08-07 13:26:37 +05:30
Udhay-Adithya
b3e0411b4a
feat: depreciate timeago
2025-08-07 13:04:22 +05:30
Udhay-Adithya
d33f93f784
feat: add env vars support for OAuth1 and OAuth2 authentication fields
2025-08-07 10:22:43 +05:30
Udhay-Adithya
a10d44ee90
test: add comprehensive tests for oauth fields
2025-08-07 00:55:52 +05:30
Udhay Adithya
6914bcdc9c
Merge branch 'foss42:main' into add-feature-oauth-2
2025-08-07 00:32:08 +05:30
Udhay-Adithya
c0bb09fd35
feat: make credentialsFilePath nullable in OAuth models and update related logic
2025-08-06 11:43:56 +05:30
Manas Hejmadi
ab2a9d5ca7
initializeAIRequest moved out of api_type_dropdown & cleaned
2025-08-06 09:00:23 +05:30
Manas Hejmadi
452020f720
AI Request History & Duplication Feature
2025-08-06 09:00:23 +05:30
Manas Hejmadi
8a12ca7c5a
initializeAIRequest: ModelController instantiation changed to use .instance
2025-08-06 08:39:35 +05:30
Manas Hejmadi
ce56897320
initializeAIRequest on AIRequest Creation & ControllerUpdate issues fixed
2025-08-06 08:39:35 +05:30
Ankit Mahato
35e14910d0
Update common_widgets.dart
2025-08-06 03:30:49 +05:30
Udhay-Adithya
69d9371c47
feat: enhance OAuth2Fields with token expiration handling
2025-08-03 16:31:12 +05:30
Udhay-Adithya
98d7375071
feat: add hints and info texts
2025-07-30 11:08:29 +05:30
Udhay-Adithya
027eada4f4
refactor: comment out unused oauth1 ui
2025-07-24 14:55:25 +05:30
Udhay-Adithya
728cc52d9c
fix: improve oauth2 field
2025-07-23 12:48:10 +05:30
Udhay-Adithya
0c87374602
refactor: update OAuth1 fields and normalize signature method display type
2025-07-23 11:35:15 +05:30
Udhay-Adithya
a29f594f00
fix: auth header generation
2025-07-23 00:59:10 +05:30
Udhay-Adithya
bc779882f7
feat: implement oauth1
2025-07-22 23:09:15 +05:30
Udhay-Adithya
85030c72a6
feat: implement oauth1 authentication fields in AuthPage
2025-07-21 23:34:26 +05:30
Udhay-Adithya
f458d00341
feat: add oauth2 credential file handling
2025-07-21 23:07:34 +05:30
Udhay-Adithya
4e924fc946
refactor: rename getTempFilePath to getDocumentsDirectoryFilePath for clarity
2025-07-21 21:54:02 +05:30
Udhay-Adithya
7c49ec9fe2
refactor: move EnvAuthField to common widgets directory
2025-07-21 21:10:47 +05:30
Udhay-Adithya
9bc2ac2105
feat: replace Column with ListView in auth fields
2025-07-21 20:42:53 +05:30
Udhay-Adithya
fd4b05663c
feat: add oauth2 ui and authorzation code grant handling
2025-07-20 23:07:58 +05:30
Udhay-Adithya
770660a888
chore: remove unused import from api_key_auth_fields.dart
2025-07-19 14:29:38 +05:30
Udhay-Adithya
8749141542
feat: update initial values for auth fields to use local state variables
2025-07-19 14:29:12 +05:30
Udhay-Adithya
a219069ce3
test: update auth field tests
2025-07-19 13:42:27 +05:30
Udhay-Adithya
ca71e07374
feat: add readOnly and obscureText properties to EnvironmentTriggerField
2025-07-19 01:29:52 +05:30
Udhay-Adithya
cc8abee296
feat: add environment variable substitution support for auth models
2025-07-19 01:20:57 +05:30